-- Verify that all transmitted packets have been received
IFtx_pkt_cnt=0THEN
...
...
@@ -566,9 +572,14 @@ BEGIN
REPORT"Not all transmitted packets were received."SEVERITYERROR;
ENDIF;
-- Do keep wait for 10 us after tb_end. Otherwise without wait for 10 us use severity FAILURE to stop the simulation and avoid the PLL lost lock messages after the tb_end.