You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ This repository contains:
29
29
30
30
* Generate https://riscv-software-src.github.io/riscv-unified-db/manual/index.html[configuration-specific documentation] taylored to the set of implemented extensions and unnamed implementation options (_e.g._, `./do gen:html[generic_rv64]`).
31
31
** Only implemented extensions/instructions/CSRs are included
32
-
** Unreachable/unimplmented parts of the formal specification are pruned away
32
+
** Unreachable/unimplemented parts of the formal specification are pruned away
33
33
** A dedicated documentation page for every implemented instruction, including its encoding, pruned execution behavior, and what types of exceptions it may cause.
34
-
** A dedication documentation page for every implemented CSR, including its (possibly runtime-changing) encoding, fields, and pruned behavior on reads and writes
34
+
** A dedicated documentation page for every implemented CSR, including its (possibly runtime-changing) encoding, fields, and pruned behavior on reads and writes
35
35
** Clickable links to all mentions of instructions, extensions, CSRs, CSR fields, and glossary terms.
36
36
* Generate documentation for specific extensions (_e.g._, `./do gen:ext_pdf[B]`)
37
37
** Automatically include a complete list of added instructions and CSRs
0 commit comments