From d3efcc03a79d53fd33be6287ffd314821feeb957 Mon Sep 17 00:00:00 2001 From: vin Date: Tue, 25 Mar 2025 16:40:01 -0400 Subject: increase test bench length --- fibonacci.s | 2 +- my_computer_tb.v | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fibonacci.s b/fibonacci.s index c3e75ba..dac7f6b 100644 --- a/fibonacci.s +++ b/fibonacci.s @@ -13,4 +13,4 @@ loop: addi x5, x5, 4 add x30, x28, x29 sw x30, 0(x5) blt x5, x9, loop -done: bne x5, x9 done \ No newline at end of file +done: bne x5, x9 done diff --git a/my_computer_tb.v b/my_computer_tb.v index 3c37728..f1cccbb 100644 --- a/my_computer_tb.v +++ b/my_computer_tb.v @@ -16,8 +16,8 @@ module my_computer_tb(); begin reset <= 1; clk = 1; #22; reset <= 0; - #1000; + #3000; $stop; end -endmodule \ No newline at end of file +endmodule -- cgit v1.2.3