-
Notifications
You must be signed in to change notification settings - Fork 807
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
[hw] Align HW IP block versions for Earlgrey-PROD #23969
[hw] Align HW IP block versions for Earlgrey-PROD #23969
Conversation
@@ -28,7 +28,7 @@ | |||
sw_checklist: "/sw/device/lib/dif/dif_clkmgr", | |||
revisions: [ | |||
{ | |||
version: "1.0.0", | |||
version: "1.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only clock buffers were inserted; no SW-visible functional changes as far as I have seen. CC @matutem
CHANGE AUTHORIZED: hw/ip/aes/data/aes.hjson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @andreaskurth for preparing this and outlining the reasons. LGTM!
The algorithm to determine the HW IP block version numbers is described in issue lowRISC#22222. This resolves lowRISC#22222. Signed-off-by: Andreas Kurth <[email protected]>
3f4092b
to
1f1d890
Compare
CHANGE AUTHORIZED: hw/ip/aes/data/aes.hjson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've gone through the blocks and I think I agree with the deltas. Thanks for doing this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gone through the blocks I'm tagged on and am happy with the changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for Keymgr, thanks @andreaskurth.
The algorithm to determine the HW IP block version numbers is described in issue #22222. This resolves #22222.