Skip to content

Commit

Permalink
tile: preserve bind query on slaveNode
Browse files Browse the repository at this point in the history
  • Loading branch information
hcook committed Sep 17, 2020
1 parent bdc7cb1 commit b4a5fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/tile/TilePRCIDomain.scala
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ abstract class TilePRCIDomain[T <: BaseTile](
*/
def crossSlavePort(crossingType: ClockCrossingType): TLInwardNode = { DisableMonitors { implicit p => FlipRendering { implicit p =>
val tlSlaveResetXing = this {
tile_reset_domain.crossTLIn(tile.slaveNode) :=
tile_reset_domain.crossTLIn(tile.slaveNode) :*=
tile.makeSlaveBoundaryBuffers(crossingType)
}
val tlSlaveClockXing = this.crossIn(tlSlaveResetXing)
Expand Down

0 comments on commit b4a5fd7

Please sign in to comment.