Releases: slaclab/ruckus
Releases · slaclab/ruckus
Patch Release 4.17.4
Pull Requests Since 4.17.3
Unlabeled
- #336 - Check if there are any ip cores in the design before trying to compile them
Pull Request Details
Check if there are any ip cores in the design before trying to compile them
Author: | Larry Ruckman ruckman@slac.stanford.edu |
Date: | Fri Feb 7 08:36:05 2025 -0800 |
Pull: | #336 (6 additions, 1 deletions, 1 files changed) |
Branch: | slaclab/no_ips |
Notes:
If there are no IP cores in a design, vivado throws an error when command
BuildIpCores
is used.
With this commit ruckus checks whether there are any IP cores before issuingBuildIpCores
Patch Release 4.17.3
Patch Release 4.17.2
Description
Full Changelog: 4.17.1...4.17.2
Patch Release 4.17.1
Description
- Update project_management.tcl for Vivado 2024.2
- ::set-output command is deprecated and upgrading to new method
- bug fix for DXF IMAGENAME
Full Changelog: 4.17.0...4.17.1
Minor Release 4.17.0
Pull Requests Since 4.16.2
Unlabeled
- #333 - Updates to the loadZipIpCore TCL proc
Pull Request Details
Updates to the loadZipIpCore TCL proc
Author: | Larry Ruckman ruckman@slac.stanford.edu |
Date: | Tue Nov 12 15:20:50 2024 -0800 |
Pull: | #333 (75 additions, 8 deletions, 3 files changed) |
Branch: | slaclab/loadZipIpCore-update |
Notes:
Description
Patch Release 4.16.2
Description
Full Changelog: 4.16.1...4.16.2
Patch Release 4.16.1
Minor Release 4.16.0
Pull Requests Since 4.15.0
Unlabeled
- #328 - Adding Vitis Unified HLS Python CLI
Pull Request Details
Adding Vitis Unified HLS Python CLI
Author: | Larry Ruckman ruckman@slac.stanford.edu |
Date: | Mon Jul 22 14:35:13 2024 -0700 |
Pull: | #328 (222 additions, 0 deletions, 3 files changed) |
Branch: | slaclab/vitis-unified-hls-python-cli |
Notes:
Description
- Required due to deprecation on XSCT and vitis_hls
- Tested using Vitis 2024.1
Minor Release 4.15.0
Pull Requests Since 4.14.1
Unlabeled
- #326 - Update to use reusable YAML CI script for release notes
Pull Request Details
Update to use reusable YAML CI script for release notes
Author: | Larry Ruckman ruckman@slac.stanford.edu |
Date: | Tue Jul 2 13:32:57 2024 -0700 |
Pull: | #326 (8 additions, 30 deletions, 1 files changed) |
Branch: | slaclab/ruck314-patch-1 |
Notes:
Description
- Using the reusable YAML CI scripts