Commit ad07295d authored by Denia Bouhired-Ferrag's avatar Denia Bouhired-Ferrag Committed by Grzegorz Daniluk

fixed bug in rx tb with a wait in a clocked block. tb compiles but unfinished

parent d3d6ff6e
......@@ -465,12 +465,6 @@ module main;
tx_blk_queue.push_back(blk);
wait(tx_frame_sent) flush_test = 1;
$display ("Frame transmitted after flush asserted");
assert (flush_test == 1 && timeout_test == 1 && thr_test == 1)
else begin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment