ibex/doc/02_user
Pirmin Vogel 28935490c2 [rtl] Protect core_busy_o with a multi-bit encoding
This commit protects the core_busy_o signal using a multi-bit encoding
to reduce the chances of an adversary for glitching this signal to low,
thereby putting the core to sleep and e.g. not handling an alert.

Without this commit, the glitch would only be detected once both the
main core and the shadow core wake up again and the comparison of the
core_busy_o signals continues.

This resolves lowRISC/Ibex#1827.

Signed-off-by: Pirmin Vogel <vogelpi@lowrisc.org>
2022-10-25 12:52:01 +02:00
..
examples.rst Restructure documentation 2020-09-28 22:30:00 +01:00
getting_started.rst [rtl] Implement mvendorid/marchid/mimpid CSRs 2021-08-31 17:39:01 +01:00
index.rst Restructure documentation 2020-09-28 22:30:00 +01:00
integration.rst [rtl] Protect core_busy_o with a multi-bit encoding 2022-10-25 12:52:01 +02:00
system_requirements.rst [util] Document minimal requirement for Xilinx Vivado 2021-08-26 14:42:26 +02:00