Skip to content

Commit

Permalink
Keep clockControlReset asserted while delayCount <== startupDelay
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbollen committed Jan 28, 2025
1 parent 488758b commit 332546e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ topologyTest refClk sysClk IlaControl{syncRst = rst, ..} rxNs rxPs miso cfg prog
-- Clock control
clockControlReset =
startupDelayRst
`orReset` unsafeFromActiveLow ((==) <$> delayCount <*> (startupDelay <$> cfg))
`orReset` unsafeFromActiveLow ((<=) <$> delayCount <*> (startupDelay <$> cfg))

clockMod = callistoResult.maybeSpeedChange
allStable0 = callistoResult.allStable
Expand Down

0 comments on commit 332546e

Please sign in to comment.