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

Added more wait for reset before testing begins

parent aaa6774b
......@@ -414,8 +414,8 @@ module main;
blk.words = {};
blk.wrd_cnt = {};
wait(rst_n == 1'b0);
#10us;
wait(rst_n == 1'b1);
rx_streamer_dreq <= 1;//({$random} % 100 < 90) ? 1 :
thr_test = 0;
......
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