forked from Github_Repos/cvw
added new mmu tests to makefrag and commented out in the testbench
This commit is contained in:
parent
97b0c8f368
commit
20cd0e208b
@ -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