Skip to content

Releases: slaclab/axi-pcie-core

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 [email protected]
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

Patch Release v3.11.1

06 Dec 23:46
8180ab8
Compare
Choose a tag to compare

Pull Requests Since v3.12.0

Unlabeled

  1. #94 - Reorg the .flake8 structure to address error in flake8 v6.0.0

Pull Request Details

Reorg the .flake8 structure to address error in flake8 v6.0.0

Author: Larry Ruckman [email protected]
Date: Tue Dec 6 15:27:46 2022 -0800
Pull: #94 (54 additions, 32 deletions, 1 files changed)
Branch: slaclab/flake8-v6-fix

Notes:

Description


Minor Release v3.11.0

29 Jun 23:55
54c35b0
Compare
Choose a tag to compare

Pull Requests Since v3.10.1

Unlabeled

  1. #89 - Adding on-board DMA memory buffering support

Pull Request Details

Adding on-board DMA memory buffering support

Author: Larry Ruckman [email protected]
Date: Wed Jun 29 16:53:18 2022 -0700
Pull: #89 (10127 additions, 3 deletions, 12 files changed)
Branch: slaclab/MigDmaBuffer

Notes:


v3.10.1

17 Mar 15:11
899533d
Compare
Choose a tag to compare

What's Changed

  • Updates for Alveo U55C and C1100 data center PCIe cards by @ruck314 in #87
  • Release Candidate v3.10.1 by @ruck314 in #88

Full Changelog: v3.10.0...v3.10.1

Minor Release v3.10.0

24 Feb 05:32
a249ff9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.9.0...v3.10.0

Minor Release v3.9.0

22 Feb 22:48
4bde04d
Compare
Choose a tag to compare

Pull Requests Since v3.8.1

Unlabeled

  1. #83 - Alveo Support Updates

Pull Request Details

Alveo Support Updates

Author: Larry Ruckman [email protected]
Date: Tue Feb 22 14:44:57 2022 -0800
Pull: #83 (4436 additions, 58 deletions, 25 files changed)
Branch: slaclab/au55c

Notes:

Description


Patch Release v3.8.1

20 Feb 01:34
137c414
Compare
Choose a tag to compare

Pull Requests Since v3.8.0

Unlabeled

  1. #81 - Add Si570 onto I2c bus

Pull Request Details

Add Si570 onto I2c bus

Author: Larry Ruckman [email protected]
Date: Mon Nov 8 16:04:03 2021 -0800
Pull: #81 (27 additions, 0 deletions, 1 files changed)
Branch: slaclab/v3.7.3-si570

Notes:

Add the programmable clock chip Si570 onto the I2C bus for software programming.


Minor Release v3.8.0

16 Oct 15:41
c4b9591
Compare
Choose a tag to compare

Pull Requests Since v3.7.3

Unlabeled

  1. #80 - Release Candidate v3.8.0
  2. #79 - adding PCIE_HW_TYPE_G
  3. #78 - Check for image match in updatePcieFpga

Pull Request Details

Check for image match in updatePcieFpga

Author: Larry Ruckman [email protected]
Date: Tue Sep 14 10:16:36 2021 -0700
Pull: #78 (47 additions, 33 deletions, 1 files changed)
Branch: slaclab/image-match-check

Notes:

Puts matching images at top of list and prompts for
confirmation if image name does not match.
Guards against accidentally loading wrong image.

Note that many of the diff changes are due to adding a test for a valid
entry selected which required an indent in the next code block.


adding PCIE_HW_TYPE_G

Author: Larry Ruckman [email protected]
Date: Mon Oct 4 15:30:32 2021 -0700
Pull: #79 (98 additions, 5 deletions, 18 files changed)
Branch: slaclab/pcie-hw-type

Notes:

Description

  • The QSFP/SFP I2C mapping can be radically different between different hardware boards
  • PCIE_HW_TYPE_G give the software the ability to check if the software configuration matches the hardware register

Release Candidate v3.8.0

Author: Larry Ruckman [email protected]
Date: Sat Oct 16 08:39:37 2021 -0700
Pull: #80 (231 additions, 102 deletions, 26 files changed)
Branch: slaclab/pre-release
Issues: #78

Notes:

Description