Skip to content

Commit

Permalink
Merge pull request #3608 from chipsalliance/tile-int-fix
Browse files Browse the repository at this point in the history
Fix tile interrupt sources
  • Loading branch information
jerryz123 committed Apr 3, 2024
2 parents 51e8773 + c37e630 commit c10ce93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/subsystem/HasTiles.scala
Expand Up @@ -238,7 +238,7 @@ trait CanAttachTile {
// so might need to be synchronized depending on the Tile's crossing type.
context.tileToPlicNodes.get(domain.element.tileId).foreach { node =>
FlipRendering { implicit p => domain.element.intOutwardNode.foreach { out =>
node :*= domain.crossIntOut(crossingParams.crossingType, out)
node := domain.crossIntOut(crossingParams.crossingType, out)
}}
}

Expand Down

0 comments on commit c10ce93

Please sign in to comment.