Skip to content

Commit

Permalink
Sample every 80ms
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbastiaan committed Sep 6, 2024
1 parent 1938148 commit 09b35ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittide-instances/src/Bittide/Instances/Hitl/IlaPlot.hs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ stamp between the nodes.
type SyncPulsePeriod = Milliseconds 5

-- | The period of the scheduled capture (must be a multiple of 'SyncPulsePeriod').
type ScheduledCapturePeriod = Milliseconds 100
type ScheduledCapturePeriod = Milliseconds 80

{- | An upper bound on the number of synchronized pulses during a test
run. The bound allows to count pulses up to 5 minutes without
Expand Down

0 comments on commit 09b35ff

Please sign in to comment.