-
Notifications
You must be signed in to change notification settings - Fork 950
[entropy_src/doc] Clarify purpose of CONF.THRESHOLD_SCOPE field #29265
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
Conversation
Signed-off-by: Pirmin Vogel <[email protected]>
|
CHANGE AUTHORIZED: hw/ip/entropy_src/data/entropy_src.hjson This is just a documentation change. |
nasahlpa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Pirmin, just one nit.
|
CHANGE AUTHORIZED: hw/ip/entropy_src/data/entropy_src.hjson This is just a documentation change. |
The Repetition Count Test and the Adaptive Proportion Test are both defined by the NIST SP 800-90B spec and to emphasize this, this commit aligns the spelling of thesee two test names across the documentation and RTL comments. In contrast, the bucket and Markov tests are custom tests. Signed-off-by: Pirmin Vogel <[email protected]>
|
CHANGE AUTHORIZED: hw/ip/entropy_src/rtl/entropy_src_adaptp_ht.sv The second commit changes the spelling of test names without introducing functional changes. |
|
CHANGE AUTHORIZED: hw/ip/entropy_src/rtl/entropy_src_adaptp_ht.sv |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin earlgrey_1.0.0
git worktree add -d .worktree/backport-29265-to-earlgrey_1.0.0 origin/earlgrey_1.0.0
cd .worktree/backport-29265-to-earlgrey_1.0.0
git switch --create backport-29265-to-earlgrey_1.0.0
git cherry-pick -x ab8a16894b19fff0d51db083401a378a85514547 bac0b1b6d1d11c1a062c97eb382126d01fb853e9 |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin earlgrey_1.0.0
git worktree add -d .worktree/backport-29265-to-earlgrey_1.0.0 origin/earlgrey_1.0.0
cd .worktree/backport-29265-to-earlgrey_1.0.0
git switch --create backport-29265-to-earlgrey_1.0.0
git cherry-pick -x ab8a16894b19fff0d51db083401a378a85514547 bac0b1b6d1d11c1a062c97eb382126d01fb853e9 |
No description provided.