Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThank you dsl,
I think that I'll leave the checksum if it's very recommended, I wouldn't like to do unrecommended things with my FPGA =) I don't get the network time overlapping with the processing of previous/next. Do you mean that I should like unqueue the received packet and store them anyway even if they aren't like packet_t | packet_t+1 | packet_t+2 ? If that's what you mean I can't do that because I need my packet to be chronologically ordered since it's a real time application. I think that I won't create my own TCP/IP stack since it may be risky for my projet timeline. Do you think that I can offload my 1440 bytes buffer using the Nios PIO? I'd like my VHDL component to read that buffer 40 bytes by 40 bytes but it seems that the Nios II is way to slow. I was thinking about storing these data into 10 differents FIFO but I'm not sure if it'll be fast enough.