You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR: #1968 altered the handling of data_rvalid_i so that it will only cause a register write if a load is expected. Add a test that glitches data_rvalid_i when a load isn't in progress to verify this hardening.
The text was updated successfully, but these errors were encountered:
As this is a trivial feature that looks correct on inspection and is well tested under normal (i.e. no glitches) operation and isn't a critical countermeasure, but rather useful to have, this is assigned a low priority.
This PR: #1968 altered the handling of data_rvalid_i so that it will only cause a register write if a load is expected. Add a test that glitches data_rvalid_i when a load isn't in progress to verify this hardening.
The text was updated successfully, but these errors were encountered: