Forum Discussion
Altera_Forum
Honored Contributor
13 years agowhich message is sent from DE115 in wireshart capture file
https://skydrive.live.com/redir?resid=e0ed7271c68be47c!302 can i send data through ethernet like this and captured by wireshark? or i need to send a real ethernet frame? LIBRARY ieee;...
Altera_Forum
Honored Contributor
13 years agoNo you need to send a real Ethernet frame. Besides you need to use ENET0_TX_CLK as clock for the TX signals, you need to assert ENET0_TX_EN when you send data and you need to use DDR I/O if the PHY chip is in gigabit mode.