Skip to content

Commit cf47f88

Browse files
committed
Fixes #110 : documentation updated accordingly
Signed-off-by: Szymon Bieganski <[email protected]>
1 parent b8c94a3 commit cf47f88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/02_user/integration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Interfaces
133133
| | | | from :ref:`csr-mhartid` CSR |
134134
+----------------------------+-------------------------+-----+----------------------------------------+
135135
| ``boot_addr_i`` | 32 | in | First program counter after reset |
136-
| | | | = ``boot_addr_i`` + 0x80, |
136+
| | | | = ``boot_addr_i``, |
137137
| | | | see :ref:`exceptions-interrupts` |
138138
+----------------------------+-------------------------+-----+----------------------------------------+
139139
| ``instr_*`` | Instruction fetch interface, see :ref:`instruction-fetch` |

doc/03_reference/exception_interrupts.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The base address of the vector table is initialized to the boot address (must be
1414
The base address can be changed after bootup by writing to the ``mtvec`` CSR.
1515
For more information, see the :ref:`cs-registers` documentation.
1616

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.
1818
It is assumed that the boot address is supplied via a register to avoid long paths to the instruction fetch unit.
1919

2020
Privilege Modes

0 commit comments

Comments
 (0)