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
Add
GP_BITFILE_VERSION
Endpoint toep_defines.v
and totop_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 theFPGA
class as well as theDDR3.data_to_names
andDDR3.save_data
functions saving bitfile version information in the header of saved .h5 files: https://github.com/Ajstros/pyripherals/pull/18