aboutsummaryrefslogtreecommitdiffstats
path: root/testbench.v
diff options
context:
space:
mode:
Diffstat (limited to 'testbench.v')
-rw-r--r--testbench.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/testbench.v b/testbench.v
index ffbc13e..2a3f438 100644
--- a/testbench.v
+++ b/testbench.v
@@ -118,6 +118,7 @@ module picorv32_wrapper #(
.COMPRESSED_ISA(1),
`endif
.ENABLE_MUL(1),
+ .ENABLE_DIV(1),
.ENABLE_IRQ(1)
) uut (
.clk (clk ),