Miscellaneous periphery improvements (#689)
* fifofixer: work around zero-width wires for single source id * periphery: sourceshrinker takes maxInFlight parameter
This commit is contained in:
committed by
Wesley W. Terpstra
parent
9002e7e532
commit
ef8a819763
@ -253,7 +253,7 @@ trait PeripheryMasterTLMMIO {
|
||||
|
||||
mmio_tl :=
|
||||
TLBuffer()(
|
||||
TLSourceShrinker(config.idBits)(
|
||||
TLSourceShrinker(1 << config.idBits)(
|
||||
TLWidthWidget(socBusConfig.beatBytes)(
|
||||
socBus.node)))
|
||||
}
|
||||
|
Reference in New Issue
Block a user