Skip to content

Commit

Permalink
Merge pull request #1 from blarney-lang/mn416-dot-syntax
Browse files Browse the repository at this point in the history
Dot syntax
  • Loading branch information
gameboo authored Nov 3, 2021
2 parents d4b00a1 + c23f595 commit d85c47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Haskell/Blarney/VendorIP/StreamClockCrosser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ makeStreamClockCrosser
, crossClkOut = clkOut
, crossRstOut = rstOut
, crossValidIn = streamIn.canPeek
, crossDataIn = streamIn.peek.pack
, crossDataIn = pack streamIn.peek
, crossReadyOut = consumeWire.val
}

Expand All @@ -122,5 +122,5 @@ makeStreamClockCrosser
Source {
consume = do consumeWire <== true
, canPeek = outStream.crossValidOut
, peek = outStream.crossDataOut.unpack
, peek = unpack outStream.crossDataOut
}

0 comments on commit d85c47a

Please sign in to comment.