[ocd] minor clean-ups (thx Niko)

This commit is contained in:
stnolting 2021-07-24 19:07:53 +02:00
parent 984966cf8a
commit d9c76143c3
2 changed files with 2 additions and 4 deletions

View file

@ -394,8 +394,6 @@ begin
dm_ctrl.hart_reset <= '1';
elsif (dm_reg.reset_ack = '1') then
dm_ctrl.hart_reset <= '0';
elsif (dm_reg.dmcontrol_ndmreset = '1') then
dm_ctrl.hart_reset <= '1';
end if;
end if;

View file

@ -1,5 +1,5 @@
/* ################################################################################################# */
/* # << NEORV32 - debugger.S - Execution-Based On-Chip Debugger - Park Loop Code >> # */
/* # << NEORV32 - park_loop.S - Execution-Based On-Chip Debugger - Park Loop Code >> # */
/* # ********************************************************************************************* # */
/* # BSD 3-Clause License # */
/* # # */
@ -57,7 +57,7 @@
_start:
// BASE + 0: entry for ebreak in debug-mode, halt request, or return from single-stepped instruction
// BASE + 0: entry for ebreak in debug-mode, halt request or return from single-stepped instruction
entry_normal:
jal zero, parking_loop_start