1
0

Incorporate feedback to make the NExtPerhipheryInterrupts come from DeviceBlock itself

This commit is contained in:
Megan Wachs
2016-08-26 10:09:03 -07:00
parent 41aa80c5d7
commit 53ee54dbd1
3 changed files with 7 additions and 3 deletions

View File

@ -196,7 +196,6 @@ class WithBusMasterTest extends Config(
val busmaster = Module(new ExampleBusMaster()(p))
busmaster.io.mmio <> mmioPorts("busmaster")
clientPorts.head <> busmaster.io.mem
interrupts.foreach(x => x := Bool(false))
}
}
new BusMasterDevice