mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-30 16:34:28 +00:00
Temporarily disable rv64 mmu test
Will restore once cache revamp is pushed
This commit is contained in:
parent
d22f0f9d63
commit
f9e071baf8
@ -409,7 +409,7 @@ module testbench();
|
||||
// if (`F_SUPPORTED) tests = {tests64f, tests};
|
||||
// if (`D_SUPPORTED) tests = {tests64d, tests};
|
||||
if (`A_SUPPORTED) tests = {tests, tests64a};
|
||||
if (`MEM_VIRTMEM) tests = {tests64mmu, tests};
|
||||
// if (`MEM_VIRTMEM) tests = {tests64mmu, tests};
|
||||
end
|
||||
//tests = {tests64a, tests};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user