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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user