Firmware version management
The installed bdaq version defines the firmware version during synthesis and simulation. Both the run.tcl
script and the utils.py
check for the bdaq version and pass the argument to Vivado or the simulator, respectively.
Together with the branch name, the prefix for the firmware archive is generated as well: [version][branch_name][baseboard_string]
This MR improves convenience especially during preparation of new releases.
Edited by Michael Daas