Skip to content

Releases: slaclab/axi-pcie-core

Patch Release v4.0.2

26 Apr 05:15
2747562
Compare
Choose a tag to compare

Description

  • Fixes to support 64-bit addressing #113

Full Changelog: v4.0.1...v4.0.2

Patch Release v4.0.1

14 Apr 14:54
2b99fcc
Compare
Choose a tag to compare

Pull Requests Since v4.0.0

Unlabeled

  1. #110 - python/axipcie/_AxiPcieCore.py update
  2. #111 - Fix typo in AxiPcieGpuAsyncControl

Pull Request Details

python/axipcie/_AxiPcieCore.py update

Author: Larry Ruckman ruckman@slac.stanford.edu
Date: Mon Mar 25 12:46:39 2024 -0700
Pull: #110 (3 additions, 1 deletions, 1 files changed)
Branch: slaclab/boardType-exception

Notes:

Description

  • changing the self.boardType != PCIE_HW_TYPE_G from WARNING to ERROR w/ exception

Fix typo in AxiPcieGpuAsyncControl

Author: Larry Ruckman ruckman@slac.stanford.edu
Date: Sat Apr 13 08:01:51 2024 -0700
Pull: #111 (1 additions, 1 deletions, 1 files changed)
Branch: slaclab/fix-gpuAsync-typo

Notes:

Fixes a tiny typo in GPU Async firmware


v4.0.0

22 Feb 02:59
f446637
Compare
Choose a tag to compare

Minor Release v3.15.0

12 Feb 23:52
c67beb7
Compare
Choose a tag to compare

Pull Requests Since v3.14.0

Unlabeled

  1. #97 - Add support for VU9P BittWareXupVv8 board.

Pull Request Details

Add support for VU9P BittWareXupVv8 board.

Author: Larry Ruckman ruckman@slac.stanford.edu
Date: Mon Feb 12 15:49:37 2024 -0800
Pull: #97 (195 additions, 138 deletions, 12 files changed)
Branch: slaclab/bittware-xcvu9p

Notes:

Description

  • Tweak the XDC files to allow support for both versions of the board.

v3.14.0

12 Feb 23:51
4d515a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.13.0...v3.14.0

Minor Release v3.13.0

06 Feb 03:16
66084ac
Compare
Choose a tag to compare

v3.12.1

10 Jul 20:21
a70f9a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.12.0...v3.12.1

v3.12.0

12 May 00:52
b00fb3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.11.3...v3.12.0

Patch Release v3.11.3

03 Apr 20:35
8c53ec9
Compare
Choose a tag to compare

Pull Requests Since v3.11.2

Bug

  1. #96 - Properly synchronize resets in AxiPcieReg

Pull Request Details

Properly synchronize resets in AxiPcieReg

Author: Larry Ruckman ruckman@slac.stanford.edu
Date: Mon Apr 3 13:33:31 2023 -0700
Pull: #96 (39 additions, 17 deletions, 1 files changed)
Branch: slaclab/reg-reset-fix
Labels: bug

Notes:

The cardResetIn signal was not being synchronized to the correct clock.
Additionally, any reset signal created with an or gate needs to pass through a RstSync block.

Not yet tested so this is a draft PR.


Patch Release v3.11.2

01 Apr 03:44
d1a83aa
Compare
Choose a tag to compare