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

@ -14,7 +14,7 @@ class ExampleRocketSystem(implicit p: Parameters) extends RocketCoreplex
with HasMasterAXI4MMIOPort
with HasSlaveAXI4Port
with HasPeripheryBootROM
with HasPeripheryErrorSlave {
with HasSystemErrorSlave {
override lazy val module = new ExampleRocketSystemModule(this)
}