Use correct begin_signature for rv64p/MCAUSE and rv64p/SCAUSE

This commit is contained in:
Domenico Ottolia 2021-05-04 01:04:12 -04:00
parent 11ac607723
commit 1556cc5b9f

View File

@ -348,8 +348,8 @@ module testbench();
}; };
string tests64p[] = '{ string tests64p[] = '{
"rv64p/WALLY-MCAUSE", "4000", "rv64p/WALLY-MCAUSE", "3000",
"rv64p/WALLY-SCAUSE", "3000", "rv64p/WALLY-SCAUSE", "2000",
"rv64p/WALLY-MEPC", "5000", "rv64p/WALLY-MEPC", "5000",
"rv64p/WALLY-SEPC", "4000", "rv64p/WALLY-SEPC", "4000",
"rv64p/WALLY-MTVAL", "6000", "rv64p/WALLY-MTVAL", "6000",
@ -423,7 +423,7 @@ module testbench();
end end
//tests = {tests64a, tests}; //tests = {tests64a, tests};
//tests = tests64p; tests = tests64p;
end else begin // RV32 end else begin // RV32
// *** add the 32 bit bp tests // *** add the 32 bit bp tests
if (TESTSPERIPH) begin if (TESTSPERIPH) begin