tilelink2 axi4: RegisterRouter can cut ready dependency
This commit is contained in:
@ -44,7 +44,7 @@ class TLRegisterNode(address: AddressSet, concurrency: Int = 0, beatBytes: Int =
|
||||
// Invoke the register map builder and make it Irrevocable
|
||||
val out = Queue.irrevocable(
|
||||
RegMapper(beatBytes, concurrency, undefZero, in, mapping:_*),
|
||||
entries = 1, pipe = true, flow = true)
|
||||
entries = 1, flow = true)
|
||||
|
||||
// No flow control needed
|
||||
in.valid := a.valid
|
||||
|
Reference in New Issue
Block a user