add reg csr hyperlink
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 11 Nov 2018 05:35:02 +0000 (05:35 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 11 Nov 2018 05:35:02 +0000 (05:35 +0000)
simple_v_extension/specification.mdwn

index 632fc75d77d4f285edd322e58c5dc5d05725afe1..1b7f676ea338b9393b8dcedde0979701c67e853f 100644 (file)
@@ -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) <a name="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) <a name="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)