Tiles do not generate interrupts
This commit is contained in:
Submodule generators/boom updated: 65b0d39b35...9459af0c1f
@@ -111,7 +111,7 @@ class SpikeTile(
|
||||
this(params, crossing.crossingType, lookup, p)
|
||||
|
||||
// Required TileLink nodes
|
||||
val intOutwardNode = Some(IntIdentityNode())
|
||||
val intOutwardNode = None
|
||||
val masterNode = visibilityNode
|
||||
val slaveNode = TLIdentityNode()
|
||||
|
||||
|
||||
@@ -117,7 +117,7 @@ class MyTile(
|
||||
this(params, crossing.crossingType, lookup, p)
|
||||
|
||||
// Require TileLink nodes
|
||||
val intOutwardNode = Some(IntIdentityNode())
|
||||
val intOutwardNode = None
|
||||
val masterNode = visibilityNode
|
||||
val slaveNode = TLIdentityNode()
|
||||
|
||||
|
||||
@@ -459,7 +459,7 @@ class WithTraceIOPunchthrough extends OverrideLazyIOBinder({
|
||||
val trace = IO(DataMirror.internal.chiselTypeClone[TraceOutputTop](t)).suggestName("trace")
|
||||
trace <> t
|
||||
val p = GetSystemParameters(system)
|
||||
val chipyardSystem = system.asInstanceOf[ChipyardSystemModule[_]].outer.asInstanceOf[ChipyardSystem]
|
||||
val chipyardSystem = system.asInstanceOf[ChipyardSystem]
|
||||
val tiles = chipyardSystem.totalTiles.values
|
||||
val cfg = SpikeCosimConfig(
|
||||
isa = tiles.headOption.map(_.isaDTS).getOrElse(""),
|
||||
|
||||
Submodule generators/cva6 updated: 942d5aef13...9d1c106834
Submodule generators/ibex updated: b52a2d7219...c2174aba4f
Submodule generators/riscv-sodor updated: ebb45b9439...bbfc3c3510
Submodule generators/shuttle updated: 924d269d1e...fd325d43a1
Reference in New Issue
Block a user