-
Notifications
You must be signed in to change notification settings - Fork 44
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
Additional round of lint cleanup #483
Conversation
removed packed struct post processing from generated reg files. cast width of dynamic shifts to make lint happy casting some arithmetic widths, math parameter widths etc
Does it merge with main? since LMS is in the main already but this PR does not include it |
I have merged with main and I am running lint on that now. Will update shortly. |
enabling lint on integrated TRNG files fixes for integrated TRNG lint violations
…th updated timestamp and hash after successful run
@amullick007 @nstewart-amd |
Spyglass Lint is clean on this PR |
Excellent. Can you approve the PR so we can get it merged? |
Can you please add me as a reviewer to this PR? |
I am unable to add you for some reason, when I try to add your username I see this: |
Not sure, anyway I am approving via this comment. |
removed lint blackboxes
enabled TRNG files during lint runs
cleaned use of structs that violate unpacked struct usage
cast width of dynamic shifts to make lint happy
casting some arithmetic widths, math parameter widths
fixed enum ints to enum sized logic