DUNE-DAQ / minidaqapp

0 stars 1 forks source link

Data rate slowdown factor is not applied to the HSI config #45

Closed philiprodrigues closed 3 years ago

philiprodrigues commented 3 years ago

The data rate slowdown factor never makes it into the clock frequency that's passed into the HSI configuration, which makes the HSI timestamp estimate get ahead of the "real" timestamp when a slowdown factor is applied.

strilov commented 3 years ago

Hi Phil,

Ah, this might explain issues which have been seen with the fake hsi generator. Pull request with fix here: https://github.com/DUNE-DAQ/minidaqapp/pull/46.

philiprodrigues commented 3 years ago

Fixed by #46