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

Remove DDR params #36

Closed Ajstros closed 1 year ago

Ajstros commented 1 year ago

Branch was misnamed: this is to remove references to the DDR3.parameters attribute throughout the repository, not DAQ.parameters, which still exists.

These references need to be removed because of the update in pyripherals which took everything in the former DDR3.parameters dictionary and made it class attributes or instance attributes to be accessed more intuitively.