Skip to content

Commit

Permalink
replaced WriteBits with Maybe LocatedBits
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbollen committed May 20, 2022
1 parent 81e4442 commit bfeede4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittide/src/Bittide/ScatterGather.hs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ gatherUnit ::
-- | Swap active calendar and shadow calendar.
Signal dom Bool ->
-- | Generic write operation writing a frame.
Signal dom (WriteBits memDepth frameWidth) ->
Signal dom (Maybe (LocatedBits memDepth frameWidth)) ->
-- | Byte enable for write operation.
Signal dom (ByteEnable (DivRU frameWidth 8)) ->
-- | (Transmitted frame to Bittide Link, Wishbone slave-master from calendar)
Expand Down

0 comments on commit bfeede4

Please sign in to comment.