Skip to content

Releases: slaclab/ruckus

Changes from v1.1.5 to v1.2.7

12 Apr 20:01
Compare
Choose a tag to compare
  1. Added tarball of PyRogue file support (pyrogue.tar.gz)
  2. Changed CPSW YAML tarball file extension changed from .tar.gz to cpsw.tar.gz
  3. Additional error messaging and file existing checking when loading source code via ruckus.tcl
  4. Partial Configuration bug fixes because of migrating from SVN to GIT
  5. Vivado HLS bug fixes because of migrating from SVN to GIT
  6. Microblaze SDK bug fixes because of migrating from SVN to GIT

Changes from v1.1.4 to v1.1.5

07 Mar 21:00
Compare
Choose a tag to compare

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

03 Mar 20:28
Compare
Choose a tag to compare

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:

https://jira.slac.stanford.edu/browse/ESCORE-135

https://jira.slac.stanford.edu/browse/ESCORE-136

https://jira.slac.stanford.edu/browse/ESCORE-138