合并bug56下的滤波特性

This commit is contained in:
2025-07-30 16:05:56 +08:00
2 changed files with 19 additions and 7 deletions

View File

@@ -51,7 +51,9 @@ abstract class ShinTopBase extends Module{
interface.io.latchPin := io.latchPin
io.ledTest := RegNext( interface.io.cReg.hwVersion(7,0), "h55".U )
interface.io.latchPin := io.latchPin
io.ledTest := RegNext( Cat(slaveParser.io.intHWTrig(0), slaveParser.io.intHWTrig(1)) )
io.isSoftReset := interface.io.isSoftReset
io.interrupt := interface.io.interrupt