Add privileged tests to testbench

This commit is contained in:
Domenico Ottolia 2021-04-07 02:22:08 -04:00
parent 465d3986b0
commit 60cf38192b

View File

@ -372,7 +372,7 @@ string tests32i[] = {
//if (`MEM_VIRTMEM) tests = {tests, tests64mmu};
end
// tests = {tests64a, tests};
// tests = {tests, tests64p};
tests = {tests, tests64p};
end else begin // RV32
// *** add the 32 bit bp tests
tests = {tests32i};