aboutsummaryrefslogtreecommitdiffstats
path: root/testbench.v
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-11-15 23:24:38 +0100
committerClifford Wolf <clifford@clifford.at>2015-11-15 23:24:38 +0100
commit8174d8fb7e97d6257c4f67267aea0223dba147b5 (patch)
treef319eee76083b18bb67d330c8bae889121c90e38 /testbench.v
parentbfd2a4e0fa624503bb325379ef6b5d32f4c0cb3d (diff)
downloadpicorv32-8174d8fb7e97d6257c4f67267aea0223dba147b5.tar.gz
picorv32-8174d8fb7e97d6257c4f67267aea0223dba147b5.zip
Towards compressed ISA support
Diffstat (limited to 'testbench.v')
-rw-r--r--testbench.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/testbench.v b/testbench.v
index 4703f3a..c23f6b3 100644
--- a/testbench.v
+++ b/testbench.v
@@ -7,7 +7,6 @@
`timescale 1 ns / 1 ps
// `define VERBOSE
-// `define AXI_TEST
module testbench;
@@ -55,6 +54,9 @@ module testbench;
`ifdef SP_TEST
.ENABLE_REGS_DUALPORT(0),
`endif
+`ifdef COMPRESSED_ISA
+ .COMPRESSED_ISA(1),
+`endif
.ENABLE_MUL(1),
.ENABLE_IRQ(1)
) uut (