You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/03_reference/exception_interrupts.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The base address of the vector table is initialized to the boot address (must be
14
14
The base address can be changed after bootup by writing to the ``mtvec`` CSR.
15
15
For more information, see the :ref:`cs-registers` documentation.
16
16
17
-
The core starts fetching at the address made by concatenating the most significant 3 bytes of the boot address and the reset value (0x80) as the least significant byte.
17
+
The core starts fetching at the address made by the most significant 3 bytes of the boot address.
18
18
It is assumed that the boot address is supplied via a register to avoid long paths to the instruction fetch unit.
0 commit comments