Skip to content

Commit

Permalink
Tiles do not generate interrupts
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Oct 18, 2023
1 parent 942d5ae commit 9d1c106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/cva6/CVA6Tile.scala
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class CVA6Tile private(
def this(params: CVA6TileParams, crossing: HierarchicalElementCrossingParamsLike, lookup: LookupByHartIdImpl)(implicit p: Parameters) =
this(params, crossing.crossingType, lookup, p)

val intOutwardNode = Some(IntIdentityNode())
val intOutwardNode = None
val slaveNode = TLIdentityNode()
val masterNode = visibilityNode

Expand Down

0 comments on commit 9d1c106

Please sign in to comment.