rocket: flip interrupt rendering so cores are on top
This commit is contained in:
@ -86,7 +86,7 @@ trait HasRocketTiles extends HasSystemBus
|
||||
|
||||
wrapper.intOutputNode.foreach { case int =>
|
||||
val rocketIntXing = LazyModule(new IntXing(wrapper.outputInterruptXingLatency))
|
||||
rocketIntXing.intnode := int
|
||||
FlipRendering { implicit p => rocketIntXing.intnode := int }
|
||||
plic.intnode := rocketIntXing.intnode
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user