Skip to content

Commit

Permalink
Fix Haddock for sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jvnknvlgl committed Jul 22, 2024
1 parent a2ef099 commit 2223b6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions clash-cores/src/Clash/Cores/Sgmii/Sync.hs
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,9 @@ sync ::
(HiddenClockResetEnable dom) =>
-- | New code group from the PHY
Signal dom Cg ->
-- | A tuple containing the running disparity, a new 'Symbol8b10b', the new
-- value for 'Even' and the current synchronization status
-- | A tuple containing the input code group, running disparity, a new
-- 'Symbol8b10b', the new value for 'Even' and the current synchronization
-- status
( Signal dom Cg
, Signal dom Bool
, Signal dom (Vec 3 Symbol8b10b)
Expand Down

0 comments on commit 2223b6f

Please sign in to comment.