lucask07 / covg_fpga

FPGA and Python experiment code for the digital ion channel amplifier project.
GNU General Public License v3.0
6 stars 2 forks source link

modified endpoints and advance_endpoints so that REGBRIDGE_OFFSET end… #18

Closed lucask07 closed 2 years ago

lucask07 commented 2 years ago

The "roll over" feature of advance_endpoints was acting on REGBRIDGE_OFFSET bit indices when it should not. REGBRIDGE_OFFSET bit indices should always advance with the chip number independent of the MAX_WIDTH.

Modifications:

lucask07 commented 2 years ago

This pull request was done on an old version of daq_v2. Closing for now, will redo with a fresh pull of daq_v2.