coreplex: make HasTiles more generic
HasTiles now deals with only extremely general tile IOs. Some RocketTiles specific behavior moved into RocketCoreplex. BaseTile now has optional LocalInterruptNode.
This commit is contained in:
@ -230,6 +230,7 @@ class RocketTileWrapper(
|
||||
}
|
||||
|
||||
val intXbar = LazyModule(new IntXbar)
|
||||
val localIntNode = Some(intXbar.intnode)
|
||||
rocket.intNode := intXbar.intnode
|
||||
|
||||
override lazy val module = new BaseTileModule(this, () => new RocketTileWrapperBundle(this)) {
|
||||
|
Reference in New Issue
Block a user