mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed typo in imperas64mmu tests causing PMP tests not to run.
This commit is contained in:
parent
395e070917
commit
ffcf5f5825
@ -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