Skip to content

Commit

Permalink
subsystem: allow tiles to select notification arity
Browse files Browse the repository at this point in the history
  • Loading branch information
hcook committed Jun 11, 2020
1 parent 0d5b6d3 commit b1d2bb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/scala/subsystem/HasTiles.scala
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ trait CanAttachTile {
}

// 5. Notifications of tile status are collected without needing to be clock-crossed
context.tileHaltXbarNode := tile.haltNode
context.tileWFIXbarNode := tile.wfiNode
context.tileCeaseXbarNode := tile.ceaseNode
context.tileHaltXbarNode :=* tile.haltNode
context.tileWFIXbarNode :=* tile.wfiNode
context.tileCeaseXbarNode :=* tile.ceaseNode
}
}

Expand Down

0 comments on commit b1d2bb1

Please sign in to comment.