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
ad40464557
commit
a3b5ae9742
@ -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