Forum Discussion
Altera_Forum
Honored Contributor
15 years agoData send thru ethernet
Hello, I am trying to do a simple task: I will form an UDP packet in hardware, then I want to move it to Nios, add IP header and send to ethernet. I will split my problem into two parts: ...
Altera_Forum
Honored Contributor
15 years agoI've solved the issue using 8->32 bit conversion using fifo. That allows backpressure and the signal is always valid if the packet sending is started when fifo is full enough. Probably if You don't send the packet in a certain amount of time, the tse fifo gets full.