Releases: prebys/mu2e_UEM_firmware
v1.3
What's Changed
- modified and ROOT6-suitable files for binary data reading and plotting by @sridhar130 in #2
New Contributors
- @sridhar130 made their first contribution in #2
Full Changelog: v1.2.1...v1.3
Full recompiled version
This version fixes all the critical errors that weren't preventing synthesis but still clogging the console window on compilation. Most of the errors were due to missing files. All files except three have been restored:
mu2e_UEM_firmware/mu2e_UEM_firmware.srcs/sim_1/trigger_in_tb.vhd
mu2e_UEM_firmware/mu2e_UEM_firmware.srcs/sim_1/system_trigger_tb.vhd
mu2e_UEM_firmware/mu2e_UEM_firmware.srcs/sim_1/sim_xaui_tb_behav.wcfg
The full project completed synthesis, implementation, and bitstream generation without those files so blank (empty) files were added in their place just to remove the error messages that came with their absence.
In addition, many simple HDL syntax errors in the files that were giving critical errors were fixed (missing or misuse of semicolons, misuse of =
versus <=
, etc).
Finally, some of the unnecessary cache and working folders have been removed from the git build through the use of .gitignore
. These are all automatically generated upon project synthesis and implementation, and do not need to be under version control.
No breaking or significant changes have been made to integral project code.
What's Changed
- Recompile project, add missing files by @r-hensley in #1
Full Changelog: v1.2...v1.2.1
Firmware including code
The firmware hasn't changed since the last version, but the "code" tree has been added.
Original Version.
This is the working version from Truong Minh Nguyen, which compiles under Vivado 2016.2