From 43052c4f6a947b267b9ad5974a2e9a478ee0d6c3 Mon Sep 17 00:00:00 2001 From: James Wainwright Date: Mon, 4 Aug 2025 16:30:43 +0100 Subject: [PATCH] [doc] Fix typo'd alert name `alert_major_internal_o` was repeated twice when the second alert should be `alert_major_bus_o`. Signed-off-by: James Wainwright --- doc/03_reference/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/03_reference/security.rst b/doc/03_reference/security.rst index ac5dee7666..6fb542acb8 100644 --- a/doc/03_reference/security.rst +++ b/doc/03_reference/security.rst @@ -11,7 +11,7 @@ Outputs Ibex has three alert outputs for signalling security issues. The internal major alert (**alert_major_internal_o**) indicates a critical security issue from which the core cannot recover which was detected internally in `ibex_top`. -The bus major alert (**alert_major_internal_o**) indicates a critical security issue from which the core cannot recover which was detected on incoming bus data. +The bus major alert (**alert_major_bus_o**) indicates a critical security issue from which the core cannot recover which was detected on incoming bus data. The minor alert (**alert_minor_o**) indicates potential security issues which can be monitored over time by a system. Data Independent Timing