Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
decode-reg: fix misleading pos_calc output.
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.
- Loading branch information