forked from Github_Repos/cvw
Fixed typo in imperas64mmu tests causing PMP tests not to run.
This commit is contained in:
parent
71397d5db9
commit
869c35ba1c
@ -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"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user