aboutsummaryrefslogtreecommitdiffstats
path: root/testbench.v
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-06-26 23:14:38 +0200
committerClifford Wolf <clifford@clifford.at>2015-06-26 23:15:35 +0200
commit0be990bd04326b114f710fafdee2465480613825 (patch)
treed508b0cf30d60da84230324866cc90204f64279e /testbench.v
parentd4331491a87aa27fb77e5971c887e345886de2be (diff)
downloadpicorv32-0be990bd04326b114f710fafdee2465480613825.tar.gz
picorv32-0be990bd04326b114f710fafdee2465480613825.zip
Added Pico Co-Processor Interface (PCPI)
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 5bfff25..4e6b780 100644
--- a/testbench.v
+++ b/testbench.v
@@ -45,6 +45,7 @@ module testbench;
reg [31:0] mem_axi_rdata;
picorv32_axi #(
+ .ENABLE_MUL(1),
.ENABLE_IRQ(1)
) uut (
.clk (clk ),