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

Add further mxisa CSR flags #309

Merged
merged 5 commits into from
Apr 29, 2022
Merged

Add further mxisa CSR flags #309

merged 5 commits into from
Apr 29, 2022

Conversation

stnolting
Copy link
Owner

This PR adds further flags to the CPU's custom mxisa CSR:

  • CSR_MXISA_IS_SIM (bit 20): is CPU being simulated right now? (via package's is_siulation_c auto-constant)
  • CSR_MXISA_HW_RESET (bit 21): dedicated hardware reset of all CPU core registers? (via packages's dedicated_reset_c constant)

* #20: CSR_MXISA_IS_SIM : is CPU being simulated?
* #21: CSR_MXISA_HW_RESETR: full HW reset of all core registers?
@stnolting stnolting added enhancement New feature or request HW hardware-related SW software-related labels Apr 28, 2022
@stnolting stnolting self-assigned this Apr 28, 2022
@stnolting stnolting changed the title Add mxisa flags Add further mxisa CSR flags Apr 28, 2022
@stnolting stnolting marked this pull request as ready for review April 28, 2022 20:40
@stnolting stnolting merged commit 468e8b6 into main Apr 29, 2022
@stnolting stnolting deleted the add_mxisa_flags branch April 29, 2022 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HW hardware-related SW software-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant