DC改电平触发加打拍同步

This commit is contained in:
RuigeLee
2024-12-19 21:11:35 +08:00
parent 77365c59d9
commit 780b3b00e7

View File

@@ -76,7 +76,7 @@ abstract class BackBoardSlvLocal extends BackBoardSlvBase with BackBoardSlvDown
io.isOnline := false.B
val isUpdate = (statusSync & ~RegNext(io.DCIn) & io.DCIn) | (~statusSync)
val isUpdate = (statusSync & ShiftRegister(io.DCIn, 3)) | (~statusSync)
}