TLError: does not need to be fast; cut the loop
The SystemBus already has a flow buffer on outputs.
This commit is contained in:
parent
540256e24a
commit
56e28026a6
@ -97,5 +97,5 @@ trait HasSystemErrorSlave extends HasSystemBus {
|
||||
private val params = p(ErrorParams)
|
||||
val error = LazyModule(new TLError(params, sbus.beatBytes))
|
||||
|
||||
error.node := sbus.toSlave
|
||||
error.node := TLBuffer(BufferParams.pipe)(sbus.toSlave)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user