Bump testchipip
This commit is contained in:
@@ -213,8 +213,7 @@ class WithSerialTLTiedOff(tieoffs: Option[Seq[Int]] = None) extends HarnessBinde
|
||||
case io: SourceSyncPhitIO => {
|
||||
io.clock_in := false.B.asClock
|
||||
io.reset_in := false.B.asAsyncReset
|
||||
io.phit_in := DontCare
|
||||
io.credit_in := DontCare
|
||||
io.in := DontCare
|
||||
}
|
||||
}
|
||||
port.io match {
|
||||
|
||||
@@ -69,10 +69,8 @@ class WithMultiChipSerialTL(chip0: Int, chip1: Int, chip0portId: Int = 0, chip1p
|
||||
b.clock_in := a.clock_out
|
||||
a.reset_in := b.reset_out
|
||||
b.reset_in := a.reset_out
|
||||
a.phit_in := b.phit_out
|
||||
b.phit_in := a.phit_out
|
||||
a.credit_in := b.credit_out
|
||||
b.credit_in := a.credit_out
|
||||
a.in := b.out
|
||||
b.in := a.out
|
||||
}
|
||||
(p0.io, p1.io) match {
|
||||
case (io0: InternalSyncPhitIO, io1: ExternalSyncPhitIO) => connectDecoupledSyncPhitIO(io0, io1)
|
||||
|
||||
Submodule generators/testchipip updated: ec83e5eb92...6ac7976b21
Reference in New Issue
Block a user