OpenCores

1G eth UDP / IP Stack

Issue List
My problems on implementing 1G eth UDP/IP Stack #15
Closed w23edc opened this issue almost 11 years ago
w23edc commented almost 11 years ago

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

w23edc commented almost 11 years ago

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

pjf commented about 10 years ago

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.

pjf closed this almost 10 years ago

Assignee
No one
Labels
Request