Skip to content

Releases: slaclab/ruckus

Minor Release v4.5.0

09 Dec 03:43
f58a7f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.5.0

Minor Release v4.4.0

21 Oct 03:04
2d5129c
Compare
Choose a tag to compare

Pull Requests Since v4.3.6

Unlabeled

  1. #266 - adding netname list range support to ConfigProbe()

Pull Request Details

adding netname list range support to ConfigProbe()

Author: Larry Ruckman [email protected]
Date: Wed Sep 28 12:32:48 2022 -0700
Pull: #266 (6 additions, 1 deletions, 1 files changed)
Branch: slaclab/ConfigProbe

Notes:

Description

  • Allow the user to select the range in the netlist values

Example

  • If I don't set the range, I get all values in the wildcard list
    • Result: tData[511:0] (512 values)
ConfigProbe ${ilaName} {U_Hsio/U_CXP/U_Core/U_Rx/U_Mux/r[rxMaster][tData][*]}
  • I can use the range to only add probes to bits 0 through 127
    • Result: tData[127:0] (127values)
ConfigProbe ${ilaName} {U_Hsio/U_CXP/U_Core/U_Rx/U_Mux/r[rxMaster][tData][*]} 0 127

Patch Release v4.3.6

29 Jul 23:14
b7ba46a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.5...v4.3.6

Patch Release v4.3.5

24 Jun 19:11
0645d3b
Compare
Choose a tag to compare

Pull Requests Since v4.3.4

Unlabeled

  1. #263 - scripts/firmwareRelease.py update

Pull Request Details

scripts/firmwareRelease.py update

Author: Larry Ruckman [email protected]
Date: Fri Jun 24 12:06:24 2022 -0700
Pull: #263 (26 additions, 0 deletions, 1 files changed)
Branch: slaclab/ESROGUE-571
Jira: https://jira.slac.stanford.edu/issues/ESROGUE-571

Notes:

Description

  • checking if tags exists on both the local and remote repo

Patch Release v4.3.4

27 Apr 18:12
bf6ff94
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.3...v4.3.4

Patch Release v4.3.3

05 Apr 21:50
c71269e
Compare
Choose a tag to compare

Pull Requests Since v4.3.2

Pull Request Details

Patch Release v4.3.2

16 Mar 23:06
6fd89eb
Compare
Choose a tag to compare

Pull Requests Since v4.3.1

Unlabeled

  1. #259 - adding scripts/bin2txt.py
  2. #258 - createNewRepo.py update

Pull Request Details

createNewRepo.py update

Author: Larry Ruckman [email protected]
Date: Wed Mar 9 09:42:12 2022 -0800
Pull: #258 (2 additions, 2 deletions, 1 files changed)
Branch: slaclab/createNewRepo-update

Notes:

Description


adding scripts/bin2txt.py

Author: Larry Ruckman [email protected]
Date: Thu Mar 10 15:01:58 2022 -0800
Pull: #259 (61 additions, 0 deletions, 1 files changed)
Branch: slaclab/bin2txt-py

Notes:

Description


Patch Release v4.3.1

09 Mar 02:44
ec38937
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.3.1

Minor Release v4.3.0

09 Mar 02:43
8508319
Compare
Choose a tag to compare

What's Changed

  • adding ability to custom VCS cargs and flags from user's Makefile by @ruck314 in #254
  • Updates to the proc.tcl & synopsys/design_compiler update by @ruck314 in #255
  • Release Candidate v4.3.0 by @ruck314 in #256

Full Changelog: v4.2.0...v4.3.0

Minor Release v4.2.0

04 Mar 01:04
5833f6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.7...v4.2.0