Skip to content

Commit

Permalink
Dot syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Naylor committed Nov 3, 2021
1 parent d4b00a1 commit c23f595
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 c23f595

Please sign in to comment.