Skip to content

Releases: prebys/mu2e_UEM_firmware

v1.3

05 Dec 08:52
d6cf0f2
Compare
Choose a tag to compare

What's Changed

  • modified and ROOT6-suitable files for binary data reading and plotting by @sridhar130 in #2

New Contributors

Full Changelog: v1.2.1...v1.3

Full recompiled version

16 Nov 22:56
84017d2
Compare
Choose a tag to compare

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

Full Changelog: v1.2...v1.2.1

Firmware including code

12 Oct 20:03
Compare
Choose a tag to compare

The firmware hasn't changed since the last version, but the "code" tree has been added.

Original Version.

14 Sep 00:17
Compare
Choose a tag to compare

This is the working version from Truong Minh Nguyen, which compiles under Vivado 2016.2