From 8398e653dd7ce6b53981dbf540da1394300a0cb1 Mon Sep 17 00:00:00 2001 From: Domenico Ottolia Date: Tue, 4 May 2021 14:42:20 -0400 Subject: [PATCH] Re-add medeleg tests to testbench --- wally-pipelined/testbench/testbench-imperas.sv | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wally-pipelined/testbench/testbench-imperas.sv b/wally-pipelined/testbench/testbench-imperas.sv index a5d8e442..90a3d5cb 100644 --- a/wally-pipelined/testbench/testbench-imperas.sv +++ b/wally-pipelined/testbench/testbench-imperas.sv @@ -360,7 +360,8 @@ module testbench(); "rv64p/WALLY-MIMPID", "4000", "rv64p/WALLY-MHARTID", "4000", "rv64p/WALLY-MVENDORID", "4000", - "rv64p/WALLY-MIE", "3000" + "rv64p/WALLY-MIE", "3000", + "rv64p/WALLY-MEDELEG", "4000" }; string tests32p[] = '{ @@ -376,7 +377,8 @@ module testbench(); "rv32p/WALLY-MVENDORID", "4000", "rv32p/WALLY-MTVEC", "2000", "rv32p/WALLY-STVEC", "2000", - "rv32p/WALLY-MIE", "3000" + "rv32p/WALLY-MIE", "3000", + "rv32p/WALLY-MEDELEG", "4000" }; string tests64periph[] = '{ @@ -425,6 +427,7 @@ module testbench(); end //tests = {tests64a, tests}; + //tests = tests64p; end else begin // RV32 // *** add the 32 bit bp tests if (TESTSPERIPH) begin