ibex icon indicating copy to clipboard operation
ibex copied to clipboard

[dv] Verify data_rvalid_i hardening

Open GregAC opened this issue 2 years ago • 1 comments

This PR: https://github.com/lowRISC/ibex/pull/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.

GregAC avatar Apr 21 '23 14:04 GregAC

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.

GregAC avatar Apr 21 '23 14:04 GregAC