Skip to content

Patch Release v2.6.2

Compare
Choose a tag to compare
@ruck314 ruck314 released this 18 Jun 22:52
· 2008 commits to main since this release
bc8385c

Pull Requests Since v2.6.1

Unlabeled

  1. #695 - Release Candidate v2.6.2
  2. #691 - RssiAxiLiteRegItf.vhd & Code10b12bPkg.vhd Update
  3. #693 - Bug fixes for AxiStreamCombiner.vhd
  4. #694 - Restoring AXI-Lite response for JESD module from v2.6.0 tag
  5. #692 - AxiStreamCombiner & AxiStreamSplitter Updates

Pull Request Details

RssiAxiLiteRegItf.vhd & Code10b12bPkg.vhd Update

Author: Larry Ruckman [email protected]
Date: Thu Jun 18 10:13:17 2020 -0700
Pull: #691 (15 additions, 4 deletions, 2 files changed)
Branch: slaclab/rssi-reg-patch
Issues: #1, #20

Notes:

Description

  • Removed Code10b12bPkg.vhd whitespace
  • Register mapping bug fix to RssiAxiLiteRegItf.vhd
    • bandwidth_i(1)(63 downto 32) should be mapped to 16#1A# (not 16#20#)

AxiStreamCombiner & AxiStreamSplitter Updates

Author: Larry Ruckman [email protected]
Date: Thu Jun 18 11:31:40 2020 -0700
Pull: #692 (6 additions, 1 deletions, 2 files changed)
Branch: slaclab/AxiStreamCombiner-patch

Notes:

Description

  • adding tDest support to AxiStreamSplitter
  • fixed out of bounds bug in AxiStreamCombiner
    • Example: slaves is 8-bytes and master is 24-bytes will have tData > 512-bit tData in the for loop

Bug fixes for AxiStreamCombiner.vhd

Author: Larry Ruckman [email protected]
Date: Thu Jun 18 15:38:39 2020 -0700
Pull: #693 (3 additions, 6 deletions, 1 files changed)
Branch: slaclab/AxiStreamCombiner-sof

Notes:

Description

  • flow control bug fix for SOF
  • EOFE bug fix

Restoring AXI-Lite response for JESD module from v2.6.0 tag

Author: Larry Ruckman [email protected]
Date: Thu Jun 18 15:38:46 2020 -0700
Pull: #694 (4 additions, 4 deletions, 2 files changed)
Branch: slaclab/axil-resp-patch
Issues: #689

Notes:

Description

  • Confirmed that these were not the cause of the issue
    • Related to PR#689

Release Candidate v2.6.2

Author: Larry Ruckman [email protected]
Date: Thu Jun 18 15:49:25 2020 -0700
Pull: #695 (28 additions, 15 deletions, 6 files changed)
Branch: slaclab/pre-release
Issues: #691, #692, #694, #693

Notes:

Bug Fixes

  • RssiAxiLiteRegItf.vhd & Code10b12bPkg.vhd Update #691
  • AxiStreamCombiner & AxiStreamSplitter Updates #692
  • Restoring AXI-Lite response for JESD module from v2.6.0 tag #694
  • Bug fixes for AxiStreamCombiner.vhd #693