1
0

[rocket] bugfix: fixes #517

This commit is contained in:
Henry Cook
2017-01-18 12:48:58 -08:00
parent 4fe75965a0
commit 307f938b88
2 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class AsyncRocketTile(c: RocketConfig)(implicit p: Parameters) extends LazyModul
lazy val module = new LazyModuleImp(this) {
val io = new Bundle {
val master = masterNodes.map(_.bundleOut)
val master = masterNodes.head.bundleOut // TODO fix after Chisel #366
val slave = slaveNode.map(_.bundleIn)
val hartid = UInt(INPUT, p(XLen))
val interrupts = new TileInterrupts()(p).asInput