Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ast] adding spi or iob mux #23356

Merged
merged 2 commits into from
May 30, 2024
Merged

Conversation

meisnere
Copy link

[ast] adding spi or iob mux as part of #23201

Adding #23125 changes as it wasn't approved the first time for some reason.

@meisnere meisnere requested review from andreaskurth and vogelpi and removed request for msfschaffner May 29, 2024 08:09
@andreaskurth
Copy link
Contributor

andreaskurth commented May 29, 2024

The linter run by kokoro currently fails because the port added to ast is not listed in the instance inside top_earlgrey. I can amend the commit to resolve this, but I'd prefer to first have the problem I mentioned above resolved

Signed-off-by: Eran Meisner <[email protected]>
@@ -18,7 +18,7 @@ module ast #(
parameter int unsigned EntropyStreams = 4,
parameter int unsigned UsbCalibWidth = 20,
parameter int unsigned Ast2PadOutWidth = 9,
parameter int unsigned Pad2AstInWidth = 9
parameter int unsigned Pad2AstInWidth = 8
Copy link
Contributor

@andreaskurth andreaskurth May 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change LGTM because PAD2AST_WIRES, which is used in the assignment to the padmux2ast_i port of ast, contains 8 signals.

Together with the previous commit, this resolves lowRISC#23280.

Signed-off-by: Andreas Kurth <[email protected]>
@andreaskurth andreaskurth merged commit 2a42ee8 into lowRISC:master May 30, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants