Change RV32I to RV32IM.

This commit is contained in:
John Winans 2018-05-04 00:36:52 -05:00
parent 9c16b6e342
commit f6025deb66

View File

@ -109,7 +109,6 @@ These base modules provide the minimal functional set of integer operations
needed to execute an application. The differing bit--widths address needed to execute an application. The differing bit--widths address
the needs of different main--memory sizes. the needs of different main--memory sizes.
This text discusses programming the RV32I using assembly language.
\subsection{Extension Modules} \subsection{Extension Modules}
@ -122,3 +121,6 @@ Q (128--bit floating point), C (compressed size instructions) and others.
The extension name {\em G} is used to represent the combined set of IMAFD The extension name {\em G} is used to represent the combined set of IMAFD
extensions as is expected to be a common combination. extensions as is expected to be a common combination.
This text discusses programming the RV32IM ISA using assembly language.