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 programmable TRNG interrupt #615

Merged
merged 8 commits into from
May 18, 2023
Merged

Add programmable TRNG interrupt #615

merged 8 commits into from
May 18, 2023

Conversation

stnolting
Copy link
Owner

  • add a programmable interrupt to the TRNG (based on the entropy FIFO's fill level); mapped to CPU's fast interrupt request channel 15; allows the CPU to be notified when a certain "amount" of entropy is available
  • ⚠️ remove IS_SIMULATION flag from SYSINFO (redundant, as the same flag is also present in the CPU's mxisa CSR)

@stnolting stnolting added enhancement New feature or request HW hardware-related labels May 18, 2023
@stnolting stnolting self-assigned this May 18, 2023
@stnolting stnolting marked this pull request as ready for review May 18, 2023 09:41
@stnolting stnolting merged commit 26de83e into main May 18, 2023
8 checks passed
@stnolting stnolting deleted the dev180523 branch May 18, 2023 09:49
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant