busybear: account for CSR moving

This commit is contained in:
Noah Boorstin 2021-03-11 06:45:14 +00:00
parent f47728c6e3
commit a8b242a6ef

View File

@ -294,7 +294,7 @@ module testbench_busybear();
`CHECK_CSR(MTVEC)
//`CHECK_CSR2(PMPADDR0, `CSRM)
//`CHECK_CSR2(PMdut.PCFG0, `CSRM)
`CHECK_CSR2(SATP, `CSRS)
`CHECK_CSR(SATP)
`CHECK_CSR2(SCAUSE, `CSRS)
`CHECK_CSR(SCOUNTEREN)
`CHECK_CSR(SEPC)