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

update to new neoTRNG v2 #311

Merged
merged 6 commits into from
May 6, 2022
Merged

update to new neoTRNG v2 #311

merged 6 commits into from
May 6, 2022

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented May 6, 2022

This PR upgrades the TRNG module to the latest all-new neoTRNG V2. 🚀

  • much better random number quality
    • reworked architecture of entropy source
    • integrated post-processing for improved whitening
  • simulation mode: implements a pseudo-RNG (LFSRs) instead of the ring oscillators (comb. loops) to allow using the TRNG also in simulation - but of course with very bad (!!!) random number quality
    • added explicit flag to the TRNG's control register to check for simulation mode (bit 29: TRNG_CTRL_SIM_MODE)

@stnolting stnolting added enhancement New feature or request HW hardware-related labels May 6, 2022
@stnolting stnolting self-assigned this May 6, 2022
@stnolting stnolting marked this pull request as ready for review May 6, 2022 18:51
stnolting added a commit to stnolting/neoTRNG that referenced this pull request May 6, 2022
@stnolting stnolting merged commit 4cdaea7 into main May 6, 2022
@stnolting stnolting deleted the upgrade_trng branch May 6, 2022 20:00
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