lnls-dig / uhal

HAL for LNLS's μTCA platform
https://lnls-dig.github.io/uhal/
GNU General Public License v3.0
0 stars 1 forks source link

decode-reg: fix misleading pos_calc output. #51

Closed ericonr closed 1 month ago

ericonr commented 1 month ago

Using the decode mode with pos_calc::Core would print register fields belonging to the amplitude FIFO (both status and values), but read from zeroed-out memory, instead of from the hardware. Beyond being misleading, it's incomplete information. Therefore, we force the core to read amplitude FIFO information from the hardware.