Why are the packets dropped unexpectedly when using the F-Tile Ethernet Hard IP operating on standard pause frames received? - Why are the packets dropped unexpectedly when using the F-Tile Ethernet Hard IP operating on standard pause frames received?
Description Due to a problem in the Quartus® Prime Pro Edition software version 24.1, you may intermittently see packet-dropping behavior with retransmitted XOFF frames. Resolution To work around this problem in the Quartus® Prime Pro Edition software version 24.1, manually change the SystemVerilog assign statement in the eth_f_pause.sv file. From : assign XOFF_rcvd = ( quanta_value != 0 && quanta_count >=2 ) ? i_qvalid : 1'b0; To : assign XOFF_rcvd = ( quanta_value != 0 ) ? i_qvalid : 1'b0; This problem is fixed beginning with the Quartus® Prime Pro Edition software version 24.3.
Custom Fields values:
['novalue']
Troubleshooting
22020108653
False
['F-Tile Ethernet Hard IP']
['FPGA Dev Tools Quartus® Prime Software Pro']
24.3
24.1
['Agilex™ 7 FPGAs and SoCs', 'Agilex™ 9 FPGAs and SoCs']
['novalue']
['novalue']
['novalue'] - 2025-03-24
external_document