Minor Release v2.52.0
Pull Requests Since v2.51.0
Bug
- #1218 - Added strWrite() procedure to declaration section of TextUtilPkg
Unlabeled
- #1192 - Adding RoCEv2 support to the SURF Ethernet library
- #1212 - Big fixes for SgmiiDp83867LvdsUltraScale and Ultrascale+ operations
- #1216 - AxiStreamGearbox mod for Synopsys synth tool
- #1213 - CXPoF: TID VHDL Style Fix
- #1214 - Update to AxiStreamFrameRateLimiter.vhd
- #1207 - Hot Fix for CI: Removing C++ linter
- #1210 - Update ruckus.tcl with missing ad5541 load
Pull Request Details
Adding RoCEv2 support to the SURF Ethernet library
Author: | Larry Ruckman [email protected] |
Date: | Mon Oct 14 09:51:41 2024 -0700 |
Pull: | #1192 (69758 additions, 42 deletions, 108 files changed) |
Branch: | slaclab/EthMacCore-RoCEv2 |
Notes:
Description
Hot Fix for CI: Removing C++ linter
Author: | Larry Ruckman [email protected] |
Date: | Mon Oct 7 14:26:59 2024 -0700 |
Pull: | #1207 (3 additions, 3 deletions, 1 files changed) |
Branch: | slaclab/cpp-linter |
Notes:
Description
- remove all the linting for now since cpplint is really only for c++ files
- We should find another linter for these pure C files
Update ruckus.tcl with missing ad5541 load
Author: | Larry Ruckman [email protected] |
Date: | Mon Oct 21 16:24:14 2024 -0700 |
Pull: | #1210 (1 additions, 0 deletions, 1 files changed) |
Branch: | slaclab/ad5541-missing-ruckus-load |
Notes:
Description
In the previous pull request for AD5541 one ruckus.tcl file was missed that prevents this module from being found properly.
Related
Big fixes for SgmiiDp83867LvdsUltraScale and Ultrascale+ operations
Author: | Larry Ruckman [email protected] |
Date: | Thu Oct 24 08:42:45 2024 -0700 |
Pull: | #1212 (173 additions, 134 deletions, 8 files changed) |
Branch: | slaclab/GigEthLvdsUltraScale+ |
Notes:
Description
CXPoF: TID VHDL Style Fix
Author: | Larry Ruckman [email protected] |
Date: | Fri Oct 25 08:07:07 2024 -0700 |
Pull: | #1213 (18 additions, 18 deletions, 7 files changed) |
Branch: | slaclab/CXPoF |
Notes:
Description
- generics should end in '_G' and not '_C'
Update to AxiStreamFrameRateLimiter.vhd
Author: | Larry Ruckman [email protected] |
Date: | Mon Oct 28 08:08:58 2024 -0700 |
Pull: | #1214 (12 additions, 2 deletions, 1 files changed) |
Branch: | slaclab/AxiStreamFrameRateLimiter |
Notes:
Description
- adding mAxisCtrl.pause support
AxiStreamGearbox mod for Synopsys synth tool
Author: | Larry Ruckman [email protected] |
Date: | Mon Dec 2 21:29:12 2024 -0600 |
Pull: | #1216 (33 additions, 14 deletions, 2 files changed) |
Branch: | slaclab/axiStreamGbox-asic-dev |
Notes:
Synopsys tool (presto) failed to synthesize original version of this with the following error:
"Constant Value Required"
on all modified lines; obviously an issue with the slicing of the std_logic_vectors.
circumventing by performing bit-by-bit assignment
Added strWrite() procedure to declaration section of TextUtilPkg
Author: | Larry Ruckman [email protected] |
Date: | Sun Dec 1 11:21:04 2024 -0600 |
Pull: | #1218 (4 additions, 1 deletions, 1 files changed) |
Branch: | rbrglez/issue/1217-TextUtilPkg |
Labels: | bug |
Notes:
Description
In TextUtilPkg I added strWrite() to the declaration section of TextUtilPkg.