拉出测试IO
This commit is contained in:
@@ -65,7 +65,7 @@ trait CDRInOverSample{ this: CDRInBase =>
|
||||
}
|
||||
|
||||
trait CDRInMultiSample{ this: CDRInBase =>
|
||||
|
||||
val testIO = IO(Output(UInt(3.W)))
|
||||
val clkNum: Int = 16
|
||||
|
||||
|
||||
@@ -92,6 +92,8 @@ trait CDRInMultiSample{ this: CDRInBase =>
|
||||
|
||||
syncSerDat := ShiftRegister( asyncSerDat, 2 )
|
||||
|
||||
|
||||
testIO := Cat( syncSerDat, asyncSerDat, io.serDat )
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user