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

minor rtl cleanups #889

Merged
merged 4 commits into from May 1, 2024
Merged

minor rtl cleanups #889

merged 4 commits into from May 1, 2024

Conversation

stnolting
Copy link
Owner

Clean-up boolean expressions for better code readability:

  • (XYZ = true) -> xyz
  • (xyz = false) -> (not xyz)

@stnolting stnolting added HW hardware-related coding-style Related to the HW/SW coding style cleanup clean-up the codebase labels May 1, 2024
@stnolting stnolting marked this pull request as ready for review May 1, 2024 17:42
@stnolting stnolting merged commit e2fa5c7 into main May 1, 2024
10 checks passed
@stnolting stnolting deleted the dev010524 branch May 1, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup clean-up the codebase coding-style Related to the HW/SW coding style HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant