From 8ae43a15d4f91fac7b5cef39991f6c4c471cd7ac Mon Sep 17 00:00:00 2001 From: Kip Macsai-Goren Date: Mon, 24 May 2021 20:59:26 -0400 Subject: [PATCH] partially complete MSTATUS test of sd, xs, fs, mie, mpp, mpie, sie, spie bitfields --- wally-pipelined/testbench/testbench-imperas.sv | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wally-pipelined/testbench/testbench-imperas.sv b/wally-pipelined/testbench/testbench-imperas.sv index ddee23a1..f1e83994 100644 --- a/wally-pipelined/testbench/testbench-imperas.sv +++ b/wally-pipelined/testbench/testbench-imperas.sv @@ -443,7 +443,7 @@ string tests32f[] = '{ }; string tests64p[] = '{ - //"rv64p/WALLY-MSTATUS", "2010", + "rv64p/WALLY-MSTATUS", "2000", "rv64p/WALLY-MCAUSE", "3000", "rv64p/WALLY-SCAUSE", "2000", "rv64p/WALLY-MEPC", "5000", @@ -464,6 +464,7 @@ string tests32f[] = '{ }; string tests32p[] = '{ + "rv32p/WALLY-MSTATUS", "2000", "rv32p/WALLY-MCAUSE", "3000", "rv32p/WALLY-SCAUSE", "2000", "rv32p/WALLY-MEPC", "5000", @@ -652,7 +653,7 @@ string tests32f[] = '{ errors = errors+1; $display(" Error on test %s result %d: adr = %h sim = %h, signature = %h", tests[test], i, (testadr+i)*`XLEN/8, dut.uncore.dtim.RAM[testadr+i], signature[i]); - $stop;//***debug + // $stop;//***debug end end i = i + 1;