aboutsummaryrefslogtreecommitdiffstats
path: root/testbench_wb.v
diff options
context:
space:
mode:
Diffstat (limited to 'testbench_wb.v')
-rw-r--r--testbench_wb.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/testbench_wb.v b/testbench_wb.v
index e78dbfa..4e1a8eb 100644
--- a/testbench_wb.v
+++ b/testbench_wb.v
@@ -65,7 +65,7 @@ module picorv32_wrapper #(
output [35:0] trace_data
);
wire tests_passed;
- reg [31:0] irq;
+ reg [31:0] irq = 0;
wire mem_instr;
reg [15:0] count_cycle = 0;