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