lowRISC / ibex

Ibex is a small 32 bit RISC-V CPU core, previously known as zero-riscy.
https://www.lowrisc.org
Apache License 2.0
1.35k stars 523 forks source link

[dv] Implement fault injection test for hardening in register file #2174

Closed GregAC closed 2 months ago

GregAC commented 3 months ago

This commit: https://github.com/lowRISC/ibex/commit/35bbdb7b introduces various new hardening mechanisms to the register file. Write a test to inject various faults in these mechanisms. Proposed test should:

GregAC commented 3 months ago

PR here to implement test: https://github.com/lowRISC/ibex/pull/2182