From eed647fa1a1ba161513e6c03fda6358d72b58666 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 11 Nov 2018 05:35:02 +0000 Subject: [PATCH] add reg csr hyperlink --- simple_v_extension/specification.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simple_v_extension/specification.mdwn b/simple_v_extension/specification.mdwn index 632fc75d7..1b7f676ea 100644 --- a/simple_v_extension/specification.mdwn +++ b/simple_v_extension/specification.mdwn @@ -196,7 +196,7 @@ In this way it is possible to enable and disable SimpleV with a single instruction, and, furthermore, on context-switching the quantity of CSRs to be saved and restored is greatly reduced. -## MAXVECTORLENGTH (MVL) +## MAXVECTORLENGTH (MVL) MAXVECTORLENGTH is the same concept as MVL in RVV, except that it is variable length and may be dynamically set. MVL is @@ -214,7 +214,7 @@ means that MVL==1. When setting the MVL CSR to 3, this actually means that MVL==4, and so on. This is expressed more clearly in the "pseudocode" section, where there are subtle differences between CSRRW and CSRRWI. -## Vector Length (VL) +## Vector Length (VL) VSETVL is slightly different from RVV. Like RVV, VL is set to be within the range 1 <= VL <= MVL (where MVL in turn is limited to 1 <= MVL <= XLEN) -- 2.30.2