Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #875 from hdelassus/a-few-minor-fixes
Browse files Browse the repository at this point in the history
A few minor fixes
  • Loading branch information
aswaterman authored Apr 18, 2023
2 parents b9afd6f + 15933a8 commit 42fcd73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ International License. See the LICENSE file for details.

Requirements

`node v6+`
`node v18.16.0+`

**Linux**: install using [nvm](https://github.com/creationix/nvm)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"homepage": "https://github.com/riscv/riscv-v-spec#readme",
"devDependencies": {
"datasheet": "^0.6.0"
"datasheet": "^1.1.0"
}
}
5 changes: 3 additions & 2 deletions v-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ checking for illegal values with a branch on the sign bit.
If the `vill` bit is set, then any attempt to execute a vector instruction
that depends upon `vtype` will raise an illegal-instruction exception.

NOTE: `vset{i}vl{i}` and whole-register loads and stores do not depend
NOTE: `vset{i}vl{i}` and whole register loads and stores do not depend
upon `vtype`.

When the `vill` bit is set, the other XLEN-1 bits in `vtype` shall be
Expand Down Expand Up @@ -2087,7 +2087,8 @@ an ABI.
vl1re16.v v3, (a0) # Load v3 with VLEN/16 halfwords held at address in a0
vl1re32.v v3, (a0) # Load v3 with VLEN/32 words held at address in a0
vl1re64.v v3, (a0) # Load v3 with VLEN/64 doublewords held at address in a0
vl2r.v v2, (a0) # Pseudoinstruction equal to vl2re8.v v2, (a0)
vl2r.v v2, (a0) # Pseudoinstruction equal to vl2re8.v
vl2re8.v v2, (a0) # Load v2-v3 with 2*VLEN/8 bytes from address in a0
vl2re16.v v2, (a0) # Load v2-v3 with 2*VLEN/16 halfwords held at address in a0
Expand Down

0 comments on commit 42fcd73

Please sign in to comment.