forked from lowRISC/opentitan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[otbn,dv] Waive some secure wipe assertions when they won't hold
These assertions are triggered by $fell(busy_secure_wipe). When they were written, this meant that a secure wipe had finished. With the more recent change in a4d9f16, the busy_secure_wipe signal is actually 1 immediately after reset. This mostly works fine, but it will drop (possibly without doing an actual secure wipe) if the start/stop control state gets corrupted. This commit disables those assertions if that has happened. Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
- Loading branch information
1 parent
e504585
commit f1a4691
Showing
1 changed file
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters