[Update] : Merged commits from main branch to release branch#3170
Merged
bkhodiax merged 8 commits intorelease/2.14.0from Jun 2, 2025
Merged
[Update] : Merged commits from main branch to release branch#3170bkhodiax merged 8 commits intorelease/2.14.0from
bkhodiax merged 8 commits intorelease/2.14.0from
Conversation
The user clock frequency configuration protocol varies across devices. Move the Agilex 7 and Stratix 10 configuration sequences out of fpga_user_clk.c and into a new protocol-specific file. Signed-off-by: Michael Adler <michael.adler@altera.com>
Agilex 5 uses a new masked read-modify-write interface in hardware. OFS defines a new general interface (type 2) that allows software to set the address, value and mask for an IOPLL register to update. At the moment it is used only by Agilex 5. The M, N, C0 and C1 values for Agilex 5 and 7 are the same. Signed-off-by: Michael Adler <michael.adler@altera.com>
PEP 427 [https://peps.python.org/pep-0427/] specifies that dots in the project name are normalized to underscores in the wheel filename for compatibility and to avoid issues with filesystems and tooling.
Agilex 5 user clock reset was unreliable with the previous timeout. Signed-off-by: Michael Adler <michael.adler@altera.com>
…3167) Replaced function assertEquals with assertEqual as it deprecated.
nahidhassan-intel
approved these changes
Jun 2, 2025
michael-adler
approved these changes
Jun 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merged commits from main branch to release branch