Skip to content

Commit

Permalink
Set gain to 5e-9
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbastiaan committed Sep 6, 2024
1 parent c9fb5b8 commit 82bc2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittide/src/Bittide/ClockControl/Callisto.hs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ callisto ControlConfig{..} mask scs dataCounts state =
-- `HwCcTopologies.commonStepSizeSelect`.
--
k_p, fStep :: forall d. DSignal dom d Float
k_p = pure 1e-8
k_p = pure 5e-9
fStep = pure 10e-9

r_k :: DSignal dom F.FromS32DefDelay Float
Expand Down

0 comments on commit 82bc2f9

Please sign in to comment.