I'm Using a Spartan-6 board to implement the UDP/IP stack with ISE14.1,the Spartan-6 board does not support 'Trimode Ethernet MAC Wrapper V2.2',but I can use 'Trimode Ethernet MAC V5.3' ,What should I do to properly use your design? Thanks
I configured the 'Trimode Ethernet MAC V5.3' as you said, 'no management interface, no filtering',I mean how to modify the 'example_design.vhd' file,so I can make my 'example_design.vhd' file as simple as yours
I dont know particularly, the Trimode Ethernet MAC V5.3, so you will need to do some analysis regarding what that interface looks like compared with what the UDP/IP stack requires. Once you have analysed and understood the differences, you need to write a VHDL module that creates the appropriate signal conversions required for adaptation. In the example_design.vhd, you simply connect the stack to your module and connect the module to your Trimode MAC V5.3 and then debug it.