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

[rtl] Cleanup hardware reset logic #405

Merged
merged 9 commits into from
Sep 3, 2022
Merged

[rtl] Cleanup hardware reset logic #405

merged 9 commits into from
Sep 3, 2022

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Sep 3, 2022

This PR removes the optional (wacky!) configuration of the hardware reset via the package's dedicated_reset_c constant. Hence, all occurrences of this constant and the according def_rst_val_c are removed.

All registers now either have a defined reset state (triggered by the reset signal) or do not have a reset at all - either by not having a reset description or by being reset to '-' (don't care).

@stnolting stnolting added the HW hardware-related label Sep 3, 2022
@stnolting stnolting self-assigned this Sep 3, 2022
@stnolting stnolting marked this pull request as ready for review September 3, 2022 15:00
@stnolting stnolting merged commit 16485e9 into main Sep 3, 2022
@stnolting stnolting deleted the reset_cleanup branch September 3, 2022 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant