Forum Discussion
To interface the rx status and the sc fifo, you should uncheck "use packets" and leave the SC FIFI ready signal unconnected (as the RX side doesn't support backpressure). This means you need to process the frames at datarate.
For how to handle this interface, I would take a look at the following section:
Depending on your application, the rx status may not be required. If you are doing specific processing for VLAN/SLAN, PAUSE/PFC, Control, or Broadcast/Multicast frames, then this would be required.
- opexsys1 month ago
New Contributor
Hi Chris,
Thank you for the reply! A few follow-up questions:
1. Can the rxstatus signals be not connected at all ? I am trying to add on to this design (Design Link: https://altera-fpga.github.io/rel-25.3/embedded-designs/agilex-5/e-series/modular/ethernet/agx5e-ethernet-10g/ug-agx5e-ethernet-10g/). Will not connecting it cause any system issues?
2. If I uncheck use packets parameter, how does the system figure out start and end of every packet? I am trying to do packet processing.
Thank you again
- ChrisR_Altera1 month ago
Occasional Contributor
Looking at the design, it doesn't appear the rx_status signals are needed. The routing is just using the IP address.
As for start/end of a packet for rx_status, you can use the endofpacket signal from rx_data.
- opexsys1 month ago
New Contributor
Thank you for the help Chris! I appreciate it, your response is helpful!
- paveetirrasrie_Altera1 month ago
Frequent Contributor
Hello,
I’m glad that your question has been addressed, I now transition this thread to community support.
If you have a new question, feel free to open a new thread to get the support from Altera experts.
Otherwise, the community users will continue to help you on this thread.Thank you Chris for supporting!!!
Thank you.