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

[otp_ctrl] Fix OTP_CTRL enums #21356

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

msfschaffner
Copy link
Contributor

This fixes an error due to a comparison between different enum types. We can use casting here since the error patterns in question have the same encodings in both enums.

This fixes an error due to a comparison between different enum types.
We can use casting here since the error patterns in question have the
same encodings in both enums.

Signed-off-by: Michael Schaffner <[email protected]>
@msfschaffner msfschaffner requested a review from a-will February 13, 2024 23:30
@msfschaffner msfschaffner self-assigned this Feb 13, 2024
@msfschaffner
Copy link
Contributor Author

This does not have any impact on CI (CW310 SiVal Tests) tests - merging to free this job up.

@msfschaffner msfschaffner merged commit a08791a into lowRISC:master Feb 14, 2024
30 of 32 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