From: Anton Blanchard Date: Sun, 12 Jun 2022 11:49:13 +0000 (+1000) Subject: core_debug: Initialise gspr_index X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71d4b5ed200cdf813320f68e9b4cca7e51e60eb1;p=microwatt.git core_debug: Initialise gspr_index Another case of U state being driven out of a module. Signed-off-by: Anton Blanchard --- diff --git a/core_debug.vhdl b/core_debug.vhdl index 5bd7b62..ff99df4 100644 --- a/core_debug.vhdl +++ b/core_debug.vhdl @@ -154,6 +154,7 @@ begin stopping <= '0'; terminated <= '0'; log_trigger_delay <= 0; + gspr_index <= (others => '0'); else if do_log_trigger = '1' or log_trigger_delay /= 0 then if log_trigger_delay = 255 then