mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Restore original order of tests
This commit is contained in:
parent
d53afc8510
commit
4f5ef65aeb
@ -412,7 +412,7 @@ module testbench();
|
||||
end if (TESTSPERIPH) begin
|
||||
tests = tests64periph;
|
||||
end else begin
|
||||
tests = {tests64p,tests64i,tests64periph};
|
||||
tests = {tests64i,tests64p,tests64periph};
|
||||
if (`C_SUPPORTED) tests = {tests, tests64ic};
|
||||
else tests = {tests, tests64iNOc};
|
||||
if (`M_SUPPORTED) tests = {tests, tests64m};
|
||||
|
Loading…
Reference in New Issue
Block a user