realtimeradio / ata_snap

FPGA firmware for SNAP boards at the ATA
GNU General Public License v3.0
4 stars 5 forks source link

Delay tracking #22

Closed realtimeradio closed 3 years ago

realtimeradio commented 3 years ago

Update firmware to allow delays to be loaded at known time -- probably defined by spectrum count on the FPGA. In the API, load time should probably be defined by unix/gps time.

realtimeradio commented 3 years ago

@wfarah I'm compiling firmware to support this, and had a go at modifying the software. See https://github.com/realtimeradio/ata_snap/blob/delay-timing/docs/manual.pdf

See the API reference, methods: get_delays, get_pending_delays, set_delays

realtimeradio commented 3 years ago

@wfarah Just uploaded firmware -- commit 4d84de7c9a . This should be used with the ata_snap control software from the same commit point.