mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally into main
This commit is contained in:
commit
b4082ba776
@ -45,14 +45,12 @@ module testbench();
|
|||||||
logic [`XLEN-1:0] meminit;
|
logic [`XLEN-1:0] meminit;
|
||||||
|
|
||||||
string tests32mmu[] = '{
|
string tests32mmu[] = '{
|
||||||
"rv32mmu/WALLY-VIRTUALMEMORY-NOTRANSLATE", "2000"
|
//"rv32mmu/WALLY-MMU-SV32", "3000"
|
||||||
// "rv32mmu/WALLY-VIRTUALMEMORY", "5000" // *** commented out until we have better virtual memory tests.
|
|
||||||
};
|
};
|
||||||
|
|
||||||
string tests64mmu[] = '{
|
string tests64mmu[] = '{
|
||||||
"rv64mmu/WALLY-VIRTUALMEMORY-SV48", "2000",
|
//"rv64mmu/WALLY-MMU-SV48", "3000",
|
||||||
"rv64mmu/WALLY-VIRTUALMEMORY-NOTRANSLATE", "2000",
|
//"rv64mmu/WALLY-MMU-SV39", "3000"
|
||||||
"rv64mmu/WALLY-VIRTUALMEMORY", "2000"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user