Skip to content

Minor Release v2.22.0

Compare
Choose a tag to compare
@ruck314 ruck314 released this 07 Jul 23:26
· 1342 commits to main since this release
7b09e90

Pull Requests Since v2.21.0

Unlabeled

  1. #876 - Release Candidate v2.22.0
  2. #875 - adding Pgp4TxLite

Pull Request Details

adding Pgp4TxLite

Author: Larry Ruckman [email protected]
Date: Wed Jul 7 15:57:20 2021 -0700
Pull: #875 (1001 additions, 0 deletions, 6 files changed)
Branch: slaclab/PGPv4-Lite

Notes:

Description

  • Pgp4TxLite does NOT support following
    • AXI stream interleaving
    • SOC/EOC k-words
    • TKEEP for last transfer != 8-byte word (already 64-bit data words)
  • Add generates to optimize for no flow control
  • Add generates to optimize for no SKIP codes
    • Used only when dealing with a clock synchronous system
  • Based on the pgp3-lite development branch that Ben previously worked on
  • Pgp4TxLiteWrapper.vhd design to be a module to drop directly into an ASIC design
    • Similar framing signals as SSP protocol
  • Pgp4TxLite protocol output is design to go directly into existing Pgp4Rx (no changes to RX required)

Release Candidate v2.22.0

Author: Larry Ruckman [email protected]
Date: Wed Jul 7 16:22:01 2021 -0700
Pull: #876 (1001 additions, 0 deletions, 6 files changed)
Branch: slaclab/pre-release
Issues: #875

Notes:

Description