tilelink2: support unused IntXing
This commit is contained in:
parent
735e4f8ed6
commit
c01aec9259
@ -126,6 +126,8 @@ class IntXing()(implicit p: Parameters) extends LazyModule
|
||||
val out = intnode.bundleOut
|
||||
}
|
||||
|
||||
io.out := RegNext(RegNext(RegNext(io.in)))
|
||||
(io.in zip io.out) foreach { case (in, out) =>
|
||||
out := RegNext(RegNext(RegNext(in)))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user