From: Luke Kenneth Casson Leighton Date: Tue, 16 Oct 2018 15:27:53 +0000 (+0100) Subject: clarify CSRs X-Git-Tag: convert-csv-opcode-to-binary~4920 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c49b233ec4a912c37a635b75ab4c7e0e9d860693;p=libreriscv.git clarify CSRs --- diff --git a/simple_v_extension/specification.mdwn b/simple_v_extension/specification.mdwn index 3f912a948..5e23b6967 100644 --- a/simple_v_extension/specification.mdwn +++ b/simple_v_extension/specification.mdwn @@ -144,7 +144,7 @@ of CSRs to be saved and restored is greatly reduced. ## MAXVECTORLENGTH (MVL) MAXVECTORLENGTH is the same concept as MVL in RVV, except that it -is variable length and may be dynamically set. MAXVECTORLENGTH is +is variable length and may be dynamically set. MVL is however limited to the regfile bitwidth XLEN (1-32 for RV32, 1-64 for RV64 and so on).