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

@ -98,10 +98,10 @@ class AXI4FuzzSlave()(implicit p: Parameters) extends LazyModule with HasFuzzTar
val node = AXI4InputNode()
val xbar = LazyModule(new TLXbar)
val ram = LazyModule(new TLRAM(fuzzAddr))
val error= LazyModule(new TLError(ErrorParams(Seq(AddressSet(0x1800, 0xff)))))
val error= LazyModule(new TLError(ErrorParams(Seq(AddressSet(0x1800, 0xff)), maxTransfer = 256)))
ram.node := TLFragmenter(4, 16)(xbar.node)
error.node := TLFragmenter(4, 16)(xbar.node)
error.node := xbar.node
xbar.node :=
TLFIFOFixer()(