Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sw,rnd] Fix polling loop for RND_DATA_VALID
https://opentitan.org/book/hw/ip/rv_core_ibex/doc/registers.html#rnd_status According to the register doc, the `RND_DATA_VALID` is only one bit at bit 0. Testing against full 32-bits might make us exit the waiting loop before the data actually becomes ready. Change-Id: I1127684e1b0e93612e76ff3885cfb62d441ee172 Signed-off-by: Yi-Hsuan Deng <[email protected]> (cherry picked from commit 4b8a39e)
- Loading branch information