1
0

SystemBus: use a full buffer on slaves

This commit is contained in:
Wesley W. Terpstra
2017-08-26 02:47:04 -07:00
parent bdaae40035
commit bf19440db5
2 changed files with 2 additions and 2 deletions

View File

@ -97,5 +97,5 @@ trait HasSystemErrorSlave extends HasSystemBus {
private val params = p(ErrorParams)
val error = LazyModule(new TLError(params, sbus.beatBytes))
error.node := TLBuffer(BufferParams.pipe)(sbus.toSlave)
error.node := sbus.toSlave
}