Skip to content

Commit 0a4d29a

Browse files
committed
[doc] Small correction to the debug interface signals table at doc/03_reference/debug.rst (#269)
1 parent cc5f108 commit 0a4d29a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/03_reference/debug.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Interface
2424
| ``debug_req_i`` | input | Request to enter Debug Mode |
2525
+----------------------------------+---------------------+--------------------------------------------------------------------------------------+
2626
| ``dm_halt_addr_i`` | input | Address to jump to when entering Debug Mode (default 0x1A110800) |
27-
+----------------------------------+---------------------+------------+-------------------------------------------------------------------------+
27+
+----------------------------------+---------------------+--------------------------------------------------------------------------------------+
2828
| ``dm_exception_addr_i`` | input | Address to jump to when an exception occurs while in Debug Mode (default 0x1A110808) |
29-
+----------------------------------+---------------------+------------+-------------------------------------------------------------------------+
29+
+----------------------------------+---------------------+--------------------------------------------------------------------------------------+
3030

3131
``debug_req_i`` is the "debug interrupt", issued by the debug module when the core should enter Debug Mode.
3232

0 commit comments

Comments
 (0)