mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
[ocd] minor clean-ups (thx Niko)
This commit is contained in:
parent
984966cf8a
commit
d9c76143c3
2 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue