修复slvnum无法写入问题
This commit is contained in:
@@ -195,6 +195,10 @@ trait BackBoardMstFSMC{ this: BackBoardMstBase =>
|
||||
|
||||
}
|
||||
|
||||
when( wrRegAddr === 2.U ){
|
||||
slvNum := wrRegData
|
||||
}
|
||||
|
||||
when( wrRegAddr === 4.U ){
|
||||
testReg := wrRegData
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user