1
0

tilelink: Error device supports Acquire

We need this if we want to divert traffic to it from a TL-C slave.
This commit is contained in:
Wesley W. Terpstra
2017-07-27 11:10:34 -07:00
parent 651da73d89
commit 2e4f1611ed
4 changed files with 59 additions and 30 deletions

View File

@ -36,6 +36,8 @@ class SystemBus(params: SystemBusParams)(implicit p: Parameters) extends TLBusWr
val toMemoryBus: TLOutwardNode = outwardNode
val toSlave: TLOutwardNode = outwardNode
def fromAsyncMasters(depth: Int = 8, sync: Int = 3): TLAsyncInwardNode = {
val sink = LazyModule(new TLAsyncCrossingSink(depth, sync))
inwardNode :=* sink.node