Releases: slaclab/ruckus
Releases · slaclab/ruckus
Patch Release v4.1.6
Pull Requests Since v4.1.5
Unlabeled
- #250 - Release Candidate v4.1.6
Pull Request Details
Release Candidate v4.1.6
Author: | Larry Ruckman [email protected] |
Date: | Mon Feb 21 13:03:38 2022 -0800 |
Pull: | #250 (23 additions, 10 deletions, 2 files changed) |
Branch: | slaclab/submodule-lock-updates |
Notes:
Description
Patch Release v4.1.5
Pull Requests Since v4.1.4
Unlabeled
- #248 - Do not include Release Candidate PRs in generated release notes
Pull Request Details
Do not include Release Candidate PRs in generated release notes
Author: | Larry Ruckman [email protected] |
Date: | Wed Feb 2 22:17:02 2022 -0800 |
Pull: | #248 (22 additions, 14 deletions, 1 files changed) |
Branch: | slaclab/release-notes-fix |
Notes:
For the PRs found when scanning the git log, if the source branch is
pre-release
and the destination branch ismain
, then the script now assumes it is the Release Candidate PR and does not include it in the release notes.
Minor Release v4.1.4
Patch Release v4.1.3
Pull Requests Since v4.1.2
Unlabeled
Pull Request Details
BuildIpCores() update
Author: | Larry Ruckman [email protected] |
Date: | Tue Jan 4 19:57:47 2022 -0800 |
Pull: | #243 (11 additions, 11 deletions, 1 files changed) |
Branch: | slaclab/BuildIpCores |
Notes:
Description
- Turns out the set_property is_enabled false was actually making the 'make bit' and 'make gui' not the same results.
Release Candidate v4.1.3
Author: | Larry Ruckman [email protected] |
Date: | Tue Jan 11 10:45:01 2022 -0800 |
Pull: | #244 (11 additions, 11 deletions, 1 files changed) |
Branch: | slaclab/pre-release |
Issues: | #243 |
Notes:
Description
Patch Release v4.1.2
Pull Requests Since v4.1.1
Unlabeled
- #242 - Release Candidate v4.1.2
Pull Request Details
Release Candidate v4.1.2
Author: | Larry Ruckman [email protected] |
Date: | Mon Nov 15 13:18:35 2021 -0800 |
Pull: | #242 (9 additions, 4 deletions, 2 files changed) |
Branch: | slaclab/pre-release |
Notes:
Description
- Fixed some typos
- Placeholders for HLS SKIP_DCP
- updating to message for 2021.2 support
Patch Release v4.1.1
Pull Requests Since v4.1.0
Unlabeled
- #241 - Release Candidate v4.1.1
Pull Request Details
Release Candidate v4.1.1
Author: | Larry Ruckman [email protected] |
Date: | Sat Sep 18 16:42:12 2021 -0700 |
Pull: | #241 (14 additions, 33 deletions, 3 files changed) |
Branch: | slaclab/pre-release |
Notes:
Description
- removing loadSourcesTcl() because global variables not support in HLS TCL
- resolve namespace conflict when using c++ templates in HLS
Minor Release v4.1.0
Major Release v4.0.0
Pull Requests Since v3.1.2
Unlabeled
Pull Request Details
Major Changes to HLS for ruckus
Author: | Larry Ruckman [email protected] |
Date: | Thu Sep 16 10:43:02 2021 -0700 |
Pull: | #235 (248 additions, 220 deletions, 9 files changed) |
Branch: | slaclab/hls-dev |
Notes:
Description
- Removing support for
vivado_hls
- Older projects can still use ruckus at version v3.1.2
- We will do a major release after this PR
- Only
vitis_hls
is support after this point- Reorganization of the HLS TCL script
- Renaming
system_vivado_hls.mk
tosystem_vitis_hls.mk
- Also did some polishing to simplify the HLS makefile system
- Updated hls/build.tcl to output .ZIP export instead of .DCP
- Issue is that vitis_hls .dcp all have the name top level name (e.g. bd_wrapper_0)
- This means you can use more than 1 HLS .DCP in a given FPGA build
- vivado_hls .dcp match the project name (both in filename and .dcp's netlist)
Release Candidate v4.0.0
Author: | Larry Ruckman [email protected] |
Date: | Thu Sep 16 10:44:13 2021 -0700 |
Pull: | #236 (248 additions, 220 deletions, 9 files changed) |
Branch: | slaclab/pre-release |
Issues: | #235 |
Notes:
Description
Patch Release v3.1.2
Pull Requests Since v3.1.1
Unlabeled
- #234 - Release Candidate v3.1.2
Pull Request Details
Release Candidate v3.1.2
Author: | Larry Ruckman [email protected] |
Date: | Thu Aug 26 15:17:17 2021 -0700 |
Pull: | #234 (8 additions, 2 deletions, 1 files changed) |
Branch: | slaclab/pre-release |
Notes:
Description
- bug fix for rogue/CPSW zipName/tarName when 'Primary'
Patch Release v3.1.1
Pull Requests Since v3.1.0
Unlabeled
Pull Request Details
adding REPORT_QOR
Author: | Larry Ruckman [email protected] |
Date: | Wed Jul 28 20:08:44 2021 -0700 |
Pull: | #232 (8 additions, 4 deletions, 5 files changed) |
Branch: | slaclab/REPORT_QOR |
Notes:
Description
- enables the support to bypass QOR reports to speed up build times
Release Candidate v3.1.1
Author: | Larry Ruckman [email protected] |
Date: | Wed Jul 28 20:18:42 2021 -0700 |
Pull: | #233 (10 additions, 4 deletions, 7 files changed) |
Branch: | slaclab/pre-release |
Issues: | #232 |
Notes:
Description