Skip to content

Commit

Permalink
[doc] encode the the exposed op-mode directly, without any conversion
Browse files Browse the repository at this point in the history
Signed-off-by: Szymon Bieganski <[email protected]>
  • Loading branch information
szbieg committed Dec 4, 2023
1 parent d858331 commit e6f07cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/01_specification/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ Operating modes (Privilege Levels)
+--------+--------------------------------------------------------------+
| PVL-30 | CV32E20 shall export the CPU's operating mode as an address |
| | phase attribute output signals on the Harvard memory |
| | interfaces (instruction fetch, data load/store) with machine |
| | mode defined as 1'b1 and user mode as 1'b0. |
| | interfaces (instruction fetch, data load/store) with mode |
| | encoded as per specification in [RVpriv]_. |
+--------+--------------------------------------------------------------+
| PVL-40 | CV32E20 shall support the **bare** (addressing) mode, that |
| | is, no support for address translation or protection. |
Expand Down

0 comments on commit e6f07cc

Please sign in to comment.