Merge pull request #375 from antonblanchard/core_debug-init

core_debug: Initialise gspr_index
fpu-init
Anton Blanchard 2 years ago committed by GitHub
commit d3aff67fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save