HERA-Team / bda_utils

A collection of useful BDA calculations, documentation, and utilities
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Make sure `NTIME` value is propagated to redis as `xeng:ntime` #4

Open plaplant opened 3 years ago

plaplant commented 3 years ago

We want to propagate NTIME compile-time constant from xgpu_info.h into redis as xeng:ntime. Looks like xtor_up.py should be the place to do this. This might also be able to be done using the hashpipe-redis gateway. We need to know the value of this constant, so some process has to populate redis.

plaplant commented 3 years ago

This might also include the PKTS_PER_BASELINE parameter, though this might be computable from other values. The redis key is xeng:pkts_per_baseline.