mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 21:44:29 +00:00
included virtual memory tests in testbench
This commit is contained in:
parent
6988a89ce6
commit
3d14d573a0
@ -542,7 +542,7 @@ string tests32f[] = '{
|
||||
//if (`A_SUPPORTED) tests = {tests, tests64a};
|
||||
if (`F_SUPPORTED) tests = {tests64f, tests};
|
||||
if (`D_SUPPORTED) tests = {tests64d, tests};
|
||||
//if (`MEM_VIRTMEM) tests = {tests64mmu, tests};
|
||||
if (`MEM_VIRTMEM) tests = {tests64mmu, tests};
|
||||
end
|
||||
//tests = {tests64a, tests};
|
||||
end else begin // RV32
|
||||
@ -558,7 +558,7 @@ string tests32f[] = '{
|
||||
if (`M_SUPPORTED % 2 == 1) tests = {tests, tests32m};
|
||||
//if (`A_SUPPORTED) tests = {tests, tests32a};
|
||||
if (`F_SUPPORTED) tests = {tests32f, tests};
|
||||
//if (`MEM_VIRTMEM) tests = {tests, tests32mmu};
|
||||
if (`MEM_VIRTMEM) tests = {tests32mmu, tests};
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user