修复slvnum无法写入问题

This commit is contained in:
RuigeLee
2024-03-20 14:35:56 +08:00
parent 02d2ef66b7
commit 63ec7859a6

View File

@@ -195,6 +195,10 @@ trait BackBoardMstFSMC{ this: BackBoardMstBase =>
}
when( wrRegAddr === 2.U ){
slvNum := wrRegData
}
when( wrRegAddr === 4.U ){
testReg := wrRegData
}