Releases: slaclab/ruckus
Releases · slaclab/ruckus
Minor Release v4.5.0
What's Changed
- Vivado Patch for VCS + 2022.2 by @ruck314 in #268
- reorg the .flake8 structure to address error in flake8 v6.0.0 by @ruck314 in #269
- Adding
FPGA-Research-Manchester/FABulous
support by @ruck314 in #270 - Update sim_management.tcl by @ruck314 in #271
- adding Cadence Genus support by @ruck314 in #272
- Release Candidate v4.5.0 by @ruck314 in #273
Full Changelog: v4.4.0...v4.5.0
Minor Release v4.4.0
Pull Requests Since v4.3.6
Unlabeled
- #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
Patch Release v4.3.5
Pull Requests Since v4.3.4
Unlabeled
- #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
Patch Release v4.3.3
Pull Requests Since v4.3.2
Pull Request Details
Patch Release v4.3.2
Pull Requests Since v4.3.1
Unlabeled
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
- Script to convert the .bin file from opalkelly into a .txt file for DM160237 I2C Evaluation Kit GUI
Patch Release v4.3.1
Minor Release v4.3.0
Minor Release v4.2.0
What's Changed
- Adding Synopsys Design Compiler Support by @ruck314 in #252
- Release Candidate v4.2.0 by @ruck314 in #253
Full Changelog: v4.1.7...v4.2.0