- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
AXI-Ethern et with ISE 13.x
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-16-2012 12:47 PM
I am looking for an example about implementing AXI-Ethernet (lwIP) under ISE Suite v13.3, unfortunately whatever is in download and support section of this board is based on XPS-Ethernet (PLB v4.6) and under ISE v12.3 or older. So could you please guide me where to find it or how to prepare it? I have implemented one by myself with BSB but it seems that there is a problem in it.
Cheers
Re: AXI-Ethern et with ISE 13.x
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-16-2012 01:13 PM
It is possible the problem isn't with your AXI system created by BSB. Becuase the LX16 board is also powered by a battery, some functions of the board are disabled by default. There is a manual edit you need to make to the MHS file to enable power to the Ethernet PHY. Add this line to the PORTS section near the top of the system.mhs file:
PORT FPGA_LS3_CTL = net_vcc, DIR = O
And add this line to the data/system.ucf file:
NET FPGA_LS3_CTL LOC = N14 | IOSTANDARD = LVCMOS33; //turn on Ethernet PHY
Both of these edits should be documented in the tutorial that accompanies the PLB design created with the EDK 12.3 tools. Though the system interconnect is different (AXI vs PLB), the function of the design is the same. The software is also different in the PLB and AXI versions, but I suspect you have already figured that out. ![]()
Cheers,
Tom



