Restore original order of tests

This commit is contained in:
Thomas Fleming 2021-05-03 23:50:21 -04:00
parent d53afc8510
commit 4f5ef65aeb

View File

@ -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};