aboutsummaryrefslogtreecommitdiff
path: root/src/zc.adoc
AgeCommit message (Collapse)AuthorFilesLines
2024-05-15Remove c.zext.h prerequisites and operation from c.sext.b (#1415)Jordan Carlin1-20/+0
The c.zext.h prerequisites and operation were duplicated at the end of the c.sext.b section. Signed-off-by: Jordan Carlin <jordanmcarlin@gmail.com>
2024-04-11use lower case for jvt CSRVed Shanbhogue1-1/+1
2024-04-11use lower case for jvt CSRVed Shanbhogue1-20/+20
2024-04-09Cleaning up version numbers.wmat1-1/+1
Adding missing version numbers.
2024-04-09Updating chapter titles to make them consisten.wmat1-1/+1
Removed extraneous use of the word Standard. Quoted extension names when applicable.
2024-02-29Changes from tariq's feedbackwmat1-5/+5
Fixed xref alternate text etc.
2024-02-29Fix xref textwmat1-6/+6
Adding alternate text for xrefs
2024-02-26Comment out 32-bit instruction sentence with broken link.wmat1-4/+4
Comment out 32-bit instruction with broken link.
2024-02-26Commenting out 32-bit equiv instructions that are broken link.wmat1-37/+32
Commented out the 32-bit equivalent instructions that are not present yet and therefore are broken links.
2024-02-26Update src/zc.adocBill Traynor1-1/+1
Co-authored-by: sorear <sorear@fastmail.com> Signed-off-by: Bill Traynor <wmat@riscv.org>
2024-02-26Update src/zc.adocBill Traynor1-1/+1
Co-authored-by: sorear <sorear@fastmail.com> Signed-off-by: Bill Traynor <wmat@riscv.org>
2024-02-22Removing the word proposed.wmat1-1/+1
As this spec is ratified, the word proposed no longer applies.
2024-02-22Fix formattingwmat1-2/+2
Fixing formatting of rs1' text.
2024-02-22Refactor Zc chapter into 1 file.wmat1-0/+2616
Replaced all of the included content with it's actual content. Reformatted text to match rest of spec. Move zc.adoc to src file with all other chapters.
2024-01-31Pulling in the Zc chapter.Bill Traynor1-393/+0
Pulling in the Zc chapter.
2024-01-31Initial seed of zc.adoc to src tree.Bill Traynor1-0/+393
Added the zc.adoc spec to the src tree.