diff --git a/wally-pipelined/testbench/testbench-imperas.sv b/wally-pipelined/testbench/testbench-imperas.sv index c186ae16..8e43f036 100644 --- a/wally-pipelined/testbench/testbench-imperas.sv +++ b/wally-pipelined/testbench/testbench-imperas.sv @@ -348,8 +348,8 @@ module testbench(); }; string tests64p[] = '{ - "rv64p/WALLY-MCAUSE", "4000", - "rv64p/WALLY-SCAUSE", "3000", + "rv64p/WALLY-MCAUSE", "3000", + "rv64p/WALLY-SCAUSE", "2000", "rv64p/WALLY-MEPC", "5000", "rv64p/WALLY-SEPC", "4000", "rv64p/WALLY-MTVAL", "6000", @@ -423,7 +423,7 @@ module testbench(); end //tests = {tests64a, tests}; - //tests = tests64p; + tests = tests64p; end else begin // RV32 // *** add the 32 bit bp tests if (TESTSPERIPH) begin