Forum Discussion
Altera_Forum
Honored Contributor
16 years agofifo-less triple speed ethernet
Hello, Due to latency problem, I have to use Triple speed ethernet without internal fifos. Nevertheless, I have no piece of information about how to plug "receive_packet_type_0" or "receive_fifo_...
Altera_Forum
Honored Contributor
16 years agoif you don't care about the packet types, just ignore them.
For the fifo status, you can just report that they aren't full. Just note that in that case the MAC can't use flow control, and you may loose packets or data if your fifos are full when a new packet arrives.