1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-04-07 13:34:22 +00:00

Merge pull request #375 from antonblanchard/core_debug-init

core_debug: Initialise gspr_index
This commit is contained in:
Anton Blanchard
2022-06-13 07:15:55 +10:00
committed by GitHub

View File

@@ -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