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

Generalize clamp step response DDR functions #21

Closed Ajstros closed 2 years ago

Ajstros commented 2 years ago

clamp_step_response.py has a few DDR functions to help read and write data that would be useful in other scripts. These functions are listed below.

We would like these available for import in other scripts.

Ajstros commented 2 years ago

Confirm clamp_step_response.py works with updated pyripherals package. Tested by uninstalling, then installing from that branch (ddr3).

pip uninstall pyripherals
pip install git+https://github.com/Ajstros/pyripherals@ddr3

Update: confirmed again with latest commit: https://github.com/Ajstros/pyripherals/pull/7/commits/c79790c8a0296872a06ef0eae2960ae59d8237b6

Ajstros commented 2 years ago

https://github.com/Ajstros/pyripherals/pull/7 was merged so merging this as well now.