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