From bd26f7f0adba2963f6d4a4657fe2795c696126c8 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Wed, 9 Sep 2020 22:25:27 +0200 Subject: enable byte-grained reads and writes through interface_wrapper --- tests/wrapped_stack_machine_cond_jump/test.v | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/wrapped_stack_machine_cond_jump/test.v') diff --git a/tests/wrapped_stack_machine_cond_jump/test.v b/tests/wrapped_stack_machine_cond_jump/test.v index 7845045..ae50d4d 100644 --- a/tests/wrapped_stack_machine_cond_jump/test.v +++ b/tests/wrapped_stack_machine_cond_jump/test.v @@ -161,7 +161,7 @@ module wrapped_stack_machine_test(); CLK <= 0; RST <= 1; - for (i = 0; i < 3500; i++) begin + for (i = 0; i < 5000; i++) begin #1; CLK <= ~CLK; @@ -185,9 +185,9 @@ module wrapped_stack_machine_test(); $finish; end // if (M_finished) - end // for (i = 0; i < 3500; i++) + end // for (i = 0; i < 5000; i++) - $display("error: cpu hasn't finished its operations in 1750 ticks"); + $display("error: cpu hasn't finished its operations in 2500 ticks"); $finish; end // initial begin endmodule // wrapped_stack_machine_test -- cgit v1.2.3