合并bug56下的滤波特性
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user