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

[aes/rtl] Avoid double import of aes_pkg inside aes_wrap.sv #25778

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

vogelpi
Copy link
Contributor

@vogelpi vogelpi commented Jan 6, 2025

The aes_pkg is already imported in the port declaration.

We don't use the aes_wrap.sv file (it's sole purpose is/was to enable simulation-based FI experiments), some lint tools flag this.

The aes_pkg is already imported in the port declaration.

We don't use the aes_wrap.sv file (it's sole purpose is/was to enable
simulation-based FI experiments), some lint tools flag this.

Signed-off-by: Pirmin Vogel <[email protected]>
@vogelpi vogelpi requested a review from nasahlpa January 6, 2025 13:17
@vogelpi
Copy link
Contributor Author

vogelpi commented Jan 7, 2025

CHANGE AUTHORIZED: hw/ip/aes/rtl/aes_wrap.sv

The RTL file touches by this PR isn't used in any top level. This is fine.

1 similar comment
@nasahlpa
Copy link
Member

nasahlpa commented Jan 8, 2025

CHANGE AUTHORIZED: hw/ip/aes/rtl/aes_wrap.sv

The RTL file touches by this PR isn't used in any top level. This is fine.

@nasahlpa nasahlpa merged commit 0c9f2e4 into lowRISC:master Jan 8, 2025
38 checks passed
@nasahlpa nasahlpa deleted the aes-wrap-pkg-import branch January 8, 2025 07:00
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