Skip to content

Commit

Permalink
Fix tile interrupt sources
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Apr 3, 2024
1 parent 51e8773 commit c37e630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/subsystem/HasTiles.scala
Original file line number Diff line number Diff line change
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 c37e630

Please sign in to comment.