diff options
author | Bill Traynor <wmat@riscv.org> | 2022-12-18 00:07:58 -0500 |
---|---|---|
committer | Bill Traynor <wmat@riscv.org> | 2022-12-18 00:07:58 -0500 |
commit | b05e059b735d038b385b6486b8470a9a0d1f013c (patch) | |
tree | cfdbc1ce23d701a4acb8cac8034ea609fd7442a6 /src/naming.adoc | |
parent | 7188f578046543e2206d0ed190faee7750739504 (diff) | |
download | riscv-isa-manual-b05e059b735d038b385b6486b8470a9a0d1f013c.zip riscv-isa-manual-b05e059b735d038b385b6486b8470a9a0d1f013c.tar.gz riscv-isa-manual-b05e059b735d038b385b6486b8470a9a0d1f013c.tar.bz2 |
Added text to table reference.
Added Table 42 to reference the table.
Diffstat (limited to 'src/naming.adoc')
-rw-r--r-- | src/naming.adoc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/naming.adoc b/src/naming.adoc index bac0d25..dac1a7e 100644 --- a/src/naming.adoc +++ b/src/naming.adoc @@ -5,11 +5,12 @@ This chapter describes the RISC-V ISA extension naming scheme that is used to concisely describe the set of instructions present in a hardware implementation, or the set of instructions used by an application binary interface (ABI). - -The RISC-V ISA is designed to support a wide variety of implementations +[NOTE] +==== +_The RISC-V ISA is designed to support a wide variety of implementations with various experimental instruction-set extensions. We have found that -an organized naming scheme simplifies software tools and documentation. - +an organized naming scheme simplifies software tools and documentation._ +==== === Case Sensitivity The ISA naming strings are case insensitive. @@ -78,7 +79,7 @@ of the P extension. Standard extensions can also be named using a single "Z" followed by an alphabetical name and an optional version number. For example, "Zifencei" names the instruction-fetch fence extension described in -<<zifencei>>; "Zifencei2" and +<<zifencei, Chapter 3>>; "Zifencei2" and "Zifencei2p0" name version 2.0 of same. The first letter following the "Z" conventionally indicates the most @@ -141,7 +142,7 @@ alphabetically. === Subset Naming Convention -<<isanametable>> summarizes the standardized extension +<<isanametable, Table 42>> summarizes the standardized extension names. The table also defines the canonical order in which extension names must appear in the name string, with top-to-bottom in table indicating first-to-last in the name string, |