Skip to content

Releases: slaclab/ruckus

Patch Release v4.1.6

21 Feb 21:07
3153d63
Compare
Choose a tag to compare

Pull Requests Since v4.1.5

Unlabeled

  1. #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

05 Feb 04:36
78dbe97
Compare
Choose a tag to compare

Pull Requests Since v4.1.4

Unlabeled

  1. #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 is main, 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

28 Jan 04:20
2cb3dc2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.3...v4.1.4

Patch Release v4.1.3

11 Jan 18:47
edb4a78
Compare
Choose a tag to compare

Pull Requests Since v4.1.2

Unlabeled

  1. #244 - Release Candidate v4.1.3
  2. #243 - BuildIpCores() update

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

15 Nov 21:21
0828fda
Compare
Choose a tag to compare

Pull Requests Since v4.1.1

Unlabeled

  1. #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

18 Sep 23:44
f8ab205
Compare
Choose a tag to compare

Pull Requests Since v4.1.0

Unlabeled

  1. #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

17 Sep 21:54
33a4118
Compare
Choose a tag to compare

Description

  • HLS: Updating ip catalog export's dirty build to have dirty (instead of 0) #237
  • Deprecate ignoreVhdlAssertStmts for Vivado versions >= 2016.1 #238
  • adding loadSourcesTcl() to vitis/hls/proc.tcl #239

Major Release v4.0.0

16 Sep 17:46
7c59725
Compare
Choose a tag to compare

Pull Requests Since v3.1.2

Unlabeled

  1. #236 - Release Candidate v4.0.0
  2. #235 - Major Changes to HLS for ruckus

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 to system_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

26 Aug 22:19
88abb9c
Compare
Choose a tag to compare

Pull Requests Since v3.1.1

Unlabeled

  1. #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

29 Jul 03:21
9c014b9
Compare
Choose a tag to compare

Pull Requests Since v3.1.0

Unlabeled

  1. #233 - Release Candidate v3.1.1
  2. #232 - adding REPORT_QOR

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