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

Bitfile versioning #30

Closed Ajstros closed 2 years ago

Ajstros commented 2 years ago

Add GP_BITFILE_VERSION Endpoint to ep_defines.v and to top_level_module.v with a WireOut and 32-bit register to contain the version number.

This pull request goes with another in the pyripherals repo that adds bitfile version functionality to the FPGA class as well as the DDR3.data_to_names and DDR3.save_data functions saving bitfile version information in the header of saved .h5 files: https://github.com/Ajstros/pyripherals/pull/18