Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main

This commit is contained in:
Teo Ene 2021-04-21 16:06:33 -05:00
commit c7a21b05f7

View File

@ -299,6 +299,7 @@ module testbench_busybear();
`ERROR \
end \
end else begin \
if (!(`BUILDROOT == 1 && "MSTATUS" == `"CSR`")) begin \
for(integer j=0; j<totalCSR; j++) begin \
if(!StartCSRname[j].icompare(`"CSR`")) begin \
if(``PATH``.``CSR``_REGW != StartCSRexpected[j]) begin \
@ -308,6 +309,7 @@ module testbench_busybear();
end \
end \
end \
end \
end
`define CHECK_CSR(CSR) \
`CHECK_CSR2(CSR, dut.hart.priv.csr)