Skip to content

Patch Release v2.25.1

Compare
Choose a tag to compare
@ruck314 ruck314 released this 27 Oct 19:42
· 1663 commits to main since this release
a8b3b33

Pull Requests Since v2.25.0

Unlabeled

  1. #911 - Release Candidate v2.25.1
  2. #909 - Vivado Version check for FIFO XPM
  3. #910 - Fix variable.get(read) calls for Rogue 5.11

Pull Request Details

Vivado Version check for FIFO XPM

Author: Larry Ruckman ruckman@slac.stanford.edu
Date: Tue Oct 26 10:11:40 2021 -0700
Pull: #909 (21 additions, 5 deletions, 4 files changed)
Branch: slaclab/xpm-legacy-vivado

Notes:

Description

  • use xpm.vcomponents.all; does not exist for older versions of Vivado
  • Loading the "dummy" version of the VHDL XPM prevents "VHDL library does not exist" error message
    • Added an assert to the dummy module to prevent it from being "accidentally" compiled

Fix variable.get(read) calls for Rogue 5.11

Author: Larry Ruckman ruckman@slac.stanford.edu
Date: Wed Oct 27 11:01:27 2021 -0700
Pull: #910 (4 additions, 4 deletions, 2 files changed)
Branch: slaclab/rogue-5.11-fix

Notes:

Description

The read parameter to variable.get() is now a keyword-only argument as of Rogue 5.11. I have fixed all calls that were passing it by position.


Release Candidate v2.25.1

Author: Larry Ruckman ruckman@slac.stanford.edu
Date: Wed Oct 27 12:38:02 2021 -0700
Pull: #911 (25 additions, 9 deletions, 6 files changed)
Branch: slaclab/pre-release
Issues: #909, #910

Notes:

Description