Fixed typo in imperas64mmu tests causing PMP tests not to run.

This commit is contained in:
Kip Macsai-Goren 2021-10-14 13:42:24 -07:00
parent 395e070917
commit ffcf5f5825

View File

@ -34,15 +34,15 @@ string tvpaths[] = '{
string imperas32mmu[] = '{ string imperas32mmu[] = '{
`IMPERASTEST, `IMPERASTEST,
"rv32mmu/WALLY-MMU-SV32", "3000" "rv32mmu/WALLY-MMU-SV32", "3000"
//"rv32mmu/WALLY-PMA", "3000", //"rv32mmu/WALLY-PMP", "3000",
//"rv32mmu/WALLY-PMA", "3000" //"rv32mmu/WALLY-PMA", "3000"
}; };
string imperas64mmu[] = '{ string imperas64mmu[] = '{
`IMPERASTEST, `IMPERASTEST,
"rv64mmu/WALLY-MMU-SV48", "3000", "rv64mmu/WALLY-MMU-SV48", "3000",
"rv64mmu/WALLY-MMU-SV39", "3000" "rv64mmu/WALLY-MMU-SV39", "3000",
//"rv64mmu/WALLY-PMA", "3000", "rv64mmu/WALLY-PMP", "3000"
//"rv64mmu/WALLY-PMA", "3000" //"rv64mmu/WALLY-PMA", "3000"
}; };