mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-30 00:14:28 +00:00
reverted change to the imperas tests order. Accidently commited change which placed the virtual memory tests first.
This commit is contained in:
parent
386193de00
commit
2616f41f91
@ -538,9 +538,9 @@ string tests32f[] = '{
|
||||
else tests = {tests, tests64iNOc};
|
||||
if (`M_SUPPORTED) tests = {tests, tests64m};
|
||||
if (`A_SUPPORTED) tests = {tests, tests64a};
|
||||
if (`MEM_VIRTMEM) tests = {tests, tests64mmu};
|
||||
if (`D_SUPPORTED) tests = {tests64d, tests};
|
||||
if (`F_SUPPORTED) tests = {tests64f, tests};
|
||||
if (`MEM_VIRTMEM) tests = {tests64mmu, tests};
|
||||
end
|
||||
//tests = {tests64a, tests};
|
||||
end else begin // RV32
|
||||
|
Loading…
Reference in New Issue
Block a user