Releases: slaclab/ruckus
Changes from v1.1.5 to v1.2.7
- Added tarball of PyRogue file support (pyrogue.tar.gz)
- Changed CPSW YAML tarball file extension changed from .tar.gz to cpsw.tar.gz
- Additional error messaging and file existing checking when loading source code via ruckus.tcl
- Partial Configuration bug fixes because of migrating from SVN to GIT
- Vivado HLS bug fixes because of migrating from SVN to GIT
- Microblaze SDK bug fixes because of migrating from SVN to GIT
Changes from v1.1.4 to v1.1.5
Changes
Added GIT hash tracking between synth_1 runs
https://jira.slac.stanford.edu/browse/ESCORE-135
Fixed the image files not all having the same time stamp during a build
https://jira.slac.stanford.edu/browse/ESCORE-136
Added INCR_BUILD_BYPASS support
In batch mode, print out all errors detected during the synth_1 run
In batch mode, print out all errors detected during the impl_1 run and if a DRC error is detected then run the DRC report and print it out on the unix terminal
"make yaml" bug fix
Known Issues:
"make vcs" bug that requires "make clean" every time
https://jira.slac.stanford.edu/browse/ESCORE-138
Release Notes
Changes from v1.1.3 to v1.1.4:
Instead of git build tagging every time you do "make", the build system will only do a git build tag when a successful batch mode build is completed
Able to open the GUI (make gui) no matter the state of your git clone
Added the username ($USER) to the image filename and git build tag
image filename and git build tag now uses "-" (instead of ".") delimiters to be consistent with git standards
In batch mode before the synthesis run starts, the build system now checks for syntax errors and print out each syntax error message in a user friendly manner
General minor bug fixes
Known Issues: