From 8174d8fb7e97d6257c4f67267aea0223dba147b5 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 15 Nov 2015 23:24:38 +0100 Subject: Towards compressed ISA support --- testbench.v | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testbench.v') 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; @@ -54,6 +53,9 @@ module testbench; picorv32_axi #( `ifdef SP_TEST .ENABLE_REGS_DUALPORT(0), +`endif +`ifdef COMPRESSED_ISA + .COMPRESSED_ISA(1), `endif .ENABLE_MUL(1), .ENABLE_IRQ(1) -- cgit