Patch Release v2.48.1
Pull Requests Since v2.48.0
Bug
- #1169 - SugoiSubordinateFsm.vhd Updates
Unlabeled
- #1161 - Fix linkedGet and linkedSet calls in Rogue Devices
Pull Request Details
Fix linkedGet and linkedSet calls in Rogue Devices
Author: | Larry Ruckman [email protected] |
Date: | Wed Jun 19 09:39:50 2024 -0700 |
Pull: | #1161 (299 additions, 247 deletions, 29 files changed) |
Branch: | slaclab/rogue-linkedGet |
Notes:
Description
Update Rogue code to reflect best practices for LinkedVariables.
Details
SugoiSubordinateFsm.vhd Updates
Author: | Larry Ruckman [email protected] |
Date: | Wed Jun 19 15:14:45 2024 -0700 |
Pull: | #1169 (5 additions, 2 deletions, 2 files changed) |
Branch: | slaclab/SugoiSubordinateFsm-update |
Labels: | bug |
Notes:
Description
- For ASIC designs it is best to declare a 'Default' state which returns to INIT_S state
- force INIT_S state if 4-bit r.state is not enum define state
- removing 'default' on pwrOnRst because it should always be connected on ASIC