Skip to content

Commit

Permalink
Avoid "should" when describing a mandate
Browse files Browse the repository at this point in the history
Resolves riscv#510
  • Loading branch information
aswaterman committed Apr 14, 2020
1 parent e16390d commit baea025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/machine.tex
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ \subsection{Machine ISA Register {\tt misa}}
RV32I, RV64I, RV128I base ISAs, and the ``E'' bit will be set for
RV32E. The Extensions field is a \warl\ field that can contain writable bits
where the implementation allows the supported ISA to be modified. At
reset, the Extensions field should contain the maximal set of supported
extensions, and I should be selected over E if both are available.
reset, the Extensions field shall contain the maximal set of supported
extensions, and I shall be selected over E if both are available.

The RV128I base ISA is not yet frozen, and while much of the remainder of this
specification is expected to apply to RV128, this version of the document
Expand Down

0 comments on commit baea025

Please sign in to comment.