Patch Release v2.25.1
Pull Requests Since v2.25.0
Unlabeled
- #911 - Release Candidate v2.25.1
- #909 - Vivado Version check for FIFO XPM
- #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 tovariable.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