Skip to content

Minor Release v2.6.0

Compare
Choose a tag to compare
@ruck314 ruck314 released this 15 Jun 20:22
· 2025 commits to main since this release
be45f97

Pull Requests Since v2.5.1

Unlabeled

  1. #688 - Release Candidate v2.6.0
  2. #681 - SSP Decoders Development Updates
  3. #678 - adding SelectIoRxGearboxAligner
  4. #686 - Delete SaciSlave2.vhd
  5. #687 - connecting the AXI-Lite responses
  6. #680 - Update Code10b12bPkg.vhd
  7. #684 - Add interrupt holdoff to AxiStreamDmaV2Desc
  8. #679 - Update _Dac38J84.py
  9. #685 - Update JesdRxReg.vhd
  10. #683 - Update _ClinkSerialRx.py
  11. #682 - protocols/xvc-udp/ruckus.tcl update

Pull Request Details

adding SelectIoRxGearboxAligner

Author: Larry Ruckman [email protected]
Date: Thu Jun 4 10:06:55 2020 -0700
Pull: #678 (375 additions, 0 deletions, 1 files changed)
Branch: slaclab/auto-gearbox-align

Notes:

Description

  • Adding SelectIoRxGearboxAligner

Update _Dac38J84.py

Author: Larry Ruckman [email protected]
Date: Mon Jun 8 09:53:35 2020 -0700
Pull: #679 (15 additions, 0 deletions, 1 files changed)
Branch: slaclab/ESCRYODET-667
Jira: https://jira.slac.stanford.edu/issues/ESCRYODET-667

Notes:

Description

-- Adding NcoSync() command


Update Code10b12bPkg.vhd

Author: Larry Ruckman [email protected]
Date: Mon Jun 15 10:10:38 2020 -0700
Pull: #680 (28 additions, 7 deletions, 1 files changed)
Branch: slaclab/Code10b12bPkg

Notes:

Description

  • Adding more control symbols constants

SSP Decoders Development Updates

Author: Larry Ruckman [email protected]
Date: Mon Jun 15 12:07:23 2020 -0700
Pull: #681 (1797 additions, 105 deletions, 16 files changed)
Branch: slaclab/ssp-decoders

Notes:

Description

  • Added errorOut to SspDecoders
  • Added dispErrIn to SspDeframer.vhd
  • Added linkOutOfSync to SelectIoRxGearboxAligner for gearbox alignment
  • Added SelectioDeser for 7-series and Ultrascale+
  • Added SspDecoderLane
    • Supports 10b12b, 12b14b and 16b20b decoding

protocols/xvc-udp/ruckus.tcl update

Author: Larry Ruckman [email protected]
Date: Fri Jun 12 16:05:45 2020 -0700
Pull: #682 (0 additions, 2 deletions, 1 files changed)
Branch: slaclab/2020-dev

Notes:

Description

  • cannot add .DCP as global with Vivado 2020.1 DFX or with use IP Integrator + custom RTL modules

Update _ClinkSerialRx.py

Author: Larry Ruckman [email protected]
Date: Tue Jun 9 15:40:44 2020 -0700
Pull: #683 (3 additions, 3 deletions, 1 files changed)
Branch: slaclab/ClinkSerialRx

Notes:

Description

  • Adding method for detecting response by setting _last to None before sending followed by polling for a value of _last.

Add interrupt holdoff to AxiStreamDmaV2Desc

Author: Ryan Herbst [email protected]
Date: Fri Jun 12 14:02:17 2020 -0700
Pull: #684 (16 additions, 3 deletions, 1 files changed)
Branch: slaclab/dma-interrupt-holdoff

Notes:

Description

Added an interrupt holdoff to delay interrupts for a programmable period after interrupts are re-enabled. This prevents high rate interrupts from monopolizing the processor. Requires support in aes-stream-driver for setting holdoff period, typically done via a command-line parameter to the driver.


Update JesdRxReg.vhd

Author: Larry Ruckman [email protected]
Date: Fri Jun 12 16:05:29 2020 -0700
Pull: #685 (4 additions, 4 deletions, 2 files changed)
Branch: slaclab/Jesd-Reg

Notes:

Description

  • Connecting axilWriteResp to axiSlaveWriteResponse()
  • Connecting axilReadResp to axiSlaveReadResponse()

Delete SaciSlave2.vhd

Author: Larry Ruckman [email protected]
Date: Fri Jun 12 16:05:12 2020 -0700
Pull: #686 (0 additions, 166 deletions, 1 files changed)
Branch: slaclab/saci-update

Notes:

Description

  • Removing SaciSlave2 because identical to SaciSlave

connecting the AXI-Lite responses

Author: Larry Ruckman [email protected]
Date: Mon Jun 15 12:08:33 2020 -0700
Pull: #687 (41 additions, 33 deletions, 5 files changed)
Branch: slaclab/rssi-reg

Notes:

Description

  • Connecting axilWriteResp to axiSlaveWriteResponse()
  • Connecting axilReadResp to axiSlaveReadResponse()

Release Candidate v2.6.0

Author: Larry Ruckman [email protected]
Date: Mon Jun 15 13:13:23 2020 -0700
Pull: #688 (2256 additions, 300 deletions, 29 files changed)
Branch: slaclab/pre-release
Issues: #678, #679, #683, #684, #681, #680, #685, #686, #682, #687

Notes:

New Features

  • adding SelectIoRxGearboxAligner #678
  • Update _Dac38J84.py #679
  • Update _ClinkSerialRx.py #683
  • Add interrupt holdoff to AxiStreamDmaV2Desc #684
  • SSP Decoders Development Updates #681
  • Update Code10b12bPkg.vhd #680

Bug Fixes

  • Update JesdRxReg.vhd #685
  • Delete SaciSlave2.vhd #686
  • protocols/xvc-udp/ruckus.tcl update #682
  • connecting the AXI-Lite responses #687