Why does the 50G-1 variant of the F-Tile PMA/FEC Direct PHY Multirate Design Example encounter the assertion of verifier_error signal during the simulation run after completing the dynamic reconfiguration transition to PMA Direct 50G? - Why does the 50G-1 variant of the F-Tile PMA/FEC Direct PHY Multirate Design Example encounter the assertion of verifier_error signal during the simulation run after completing the dynamic reconfiguration transition to PMA Direct 50G? Description Due to a problem in the Intel® Quartus® Prime Pro Edition Software version 22.3, users may encounter the assertion of verifier_error with the following message "data_error is detected at <simulation time>ns, PRBS Checker detected the error" during the simulation run after completing the dynamic reconfiguration transition to PMA Direct 50G. Resolution The workaround would require an update in the RTL of a design example component (testwrap_pma_direct.sv). Open the file testwrap_pma_direct.sv located in the common folder. Go to line #361. Replace "enable_rx_verifier[i] = (enable_rx_verifier[i] == 1) ? 1 : rx_parallel_data[38+i*width_multiplier*80] & rx_parallel_data[118+i*width_multiplier*80] & rx_parallel_data[78+i*width_multiplier*80] & rx_parallel_data[79+i*width_multiplier*80] & rx_parallel_data[158+i*width_multiplier*80] & rx_parallel_data[159+i*width_multiplier*80];" With "enable_rx_verifier[i] = rx_parallel_data[38+i*width_multiplier*80] & rx_parallel_data[118+i*width_multiplier*80] & rx_parallel_data[79+i*width_multiplier*80] make s& rx_parallel_data[159+i*width_multiplier*80];" Save & close the file testwrap_pma_direct.sv This problem is fixed beginning with the Intel® Quartus® Prime Pro Edition software version 22.4. Custom Fields values: ['novalue'] Errata 15012026590, 14017390827 False ['novalue'] ['FPGA Dev Tools Quartus® Prime Software Pro'] 22.4 22.3 ['Agilex™ 7 FPGA F-Series', 'Agilex™ 7 FPGA I-Series'] ['novalue'] ['novalue'] ['novalue'] - 2023-05-25

external_document