1
0

rocket: connect uncrossed output interrupts

This commit is contained in:
Henry Cook 2017-09-27 12:53:19 -07:00
parent 1fda05970a
commit f48bf2ac2f

View File

@ -213,6 +213,8 @@ abstract class RocketTileWrapper(rtp: RocketTileParams, hartid: Int)(implicit p:
def outputInterruptXingLatency: Int def outputInterruptXingLatency: Int
intOutputNode.foreach { _ := rocket.intOutputNode.get }
lazy val module = new LazyModuleImp(this) { lazy val module = new LazyModuleImp(this) {
val io = new CoreBundle val io = new CoreBundle
with HasExternallyDrivenTileConstants with HasExternallyDrivenTileConstants