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 71397d5db9
commit 869c35ba1c

View File

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