Critical Issue
This problem affects Arria 10 EMIF IP products.
Driver margins measured with the EMIF Debug Toolkit may be smaller than expected when using the EMIF Example Design Traffic Generator.
The workaround for this issue is to edit the altera_emif_avl_tg_driver.sv file, and change the following line:
assign fail = ~(&pnf_per_bit_persist);
to:
assign fail = ~(&pnf_per_bit_persist) & (TG_NUM_DRIVER_LOOP
== 0 ? 1\'b1 : test_complete);
This issue will be fixed in a future version.