aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-07-31Set header and footer to same dimensionsBill Traynor2-17/+3
Set height and padding of header and footer to same values.
2023-07-31Increased padding above headings and descreased below.Bill Traynor1-3/+3
To make content more aligned with it's headings I increased the padding above a heading and decreased padding after.
2023-07-31Set V extension as ratified and v1.0 and removed L,B,J,T extnsions.Bill Traynor1-5/+1
Set V extension in preface as ratified. Deleted lines for L,B,J.and T extensions that will never exist.
2023-07-31Set revdate and revnumber for unpriv.Bill Traynor1-8/+3
Set temporary revdate and revnumber for unpriv until we come to a conclusion on versioning.
2023-07-31Set revdate and revnumber for priv.Bill Traynor1-2/+2
Set revdate to current day and revnumber to the ratified version number.
2023-07-31Added margin-top theming to the subtitle.Bill Traynor2-1/+2
In order to gie the impression of a line break between the doctitle and the subtitle I added margin-top to the subtitle styling.
2023-07-31Increase font of "Preface to..." text.Bill Traynor1-5/+5
Applied the .big asciidoc role to the "Preface to..." text to better match the LaTeX version.
2023-07-31Commenting out the backpage image for now.Bill Traynor1-1/+1
Commenting out the backpage image for now in lieu of a new or higher resolution image.
2023-07-31Increased font on text in prefaceand removed backpage.Bill Traynor2-5/+5
Applied the "big" role to the "Preface to..." text in order to increase the size of the font to match LaTeX. Commented out the backpage in the theme for now as it's lowres and looks somewhat unprofessional.
2023-07-27Fixing TOC to make more readable.Bill Traynor1-3/+5
Removed dot-leader from TOC. Set h2 styling to bold.
2023-07-25C.XOR is not RV64/RV128 only (#1076)Tsukasa OI1-1/+1
It removes "(RV64/128)" from the C.XOR instruction in the RVC Instruction Set Listings.
2023-07-25Zmmul is now version 1.0 (ratified) (#1077)Tsukasa OI1-1/+1
2023-07-21priv-1.13: clarify that MXLEN >= SXLEN; constrain SXLEN >= UXLEN (#1028)Andrew Waterman2-3/+8
* Clarify RV32/RV64 vs. MXLEN=32/MXLEN=64 As a consequence, this clarifies that MXLEN >= SXLEN. * Preclude UXLEN > SXLEN
2023-07-21Merge pull request #1074 from charlie-rivos/typo_in_csAndrew Waterman1-1/+1
Resolve incorrect formatting in CS format
2023-07-21Merge pull request #1072 from ↵Andrew Waterman1-2/+2
charlie-rivos/fix_integer_register_immediate_operations Make "Integer Register-Immediate Operations" Consistent
2023-07-21Merge pull request #1073 from charlie-rivos/correct_amo_register_nameAndrew Waterman1-1/+1
Correct Name of LR/SC Instructions rl bit
2023-07-21Resolve incorrect formatting in CS formatCharlie Jenkins1-1/+1
wavedrom diagram used "types" instead of "type" so the proper formatting was not applied. Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
2023-07-21Correct Name of LR/SC Instructions rl bitCharlie Jenkins1-1/+1
The name of this bit should be rl and not r1. Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
2023-07-21Make "Integer Register-Immediate Operations" ConsistentCharlie Jenkins1-2/+2
Properly align the ADDI16SP immediate in wavedrom. Remove the bit brackets from the immediates because the instructions do not uniformly follow the same immediate format. Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
2023-07-20Merge pull request #1071 from charlie-rivos/fix_conditional_branch_bitsAndrew Waterman1-3/+2
Make "Conditional Branches" wavdrom consistent
2023-07-20Make "Conditional Branches" wavdrom consistentCharlie Jenkins1-3/+2
Bit 12 was merged with bits 10:5, but it was still labeled as 6 bits instead of 7. Bits 4:1 and 11 were merged in the label but not in the diagram and they were merged backward in the label. Merge them in the diagram and fix the label. Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
2023-07-18Changed VSXLEN to VSXLEN-1Bill Traynor1-1/+1
Fixed vsepc for VSXLEN to be VSXLEN-1
2023-07-18Changed VSXLEN to VSXLEN-1Bill Traynor1-1/+1
Updated vsscratch diagram with correct vsxlen-1 text
2023-07-18Fixing table 27 formatting.Bill Traynor1-4/+5
Reset column widths to fit words better.
2023-07-18Fixing table formattingBill Traynor1-3/+3
Left aligned first column header to fit the word virtualization. Center aligned the first column content.
2023-07-18Merge pull request #1069 from tariqkurd-repo/patch-5Bill Traynor1-1/+1
fix formatting
2023-07-18Update hypervisor.adocBill Traynor1-1/+1
I think the fix here is to move the backtick outside of the apostrophe s to make the whole mtval's monospace. Alternatively, we can surround mtval with double backticks, such as ``mtval``'s but that results in the apostrophe s being spaced slightly beyond the word mtval which looks odd.
2023-07-18fix formattingTariq Kurd1-1/+1
`mtval2`'s doesn't render, suggesting a space to fix that but it might not be the best answer Signed-off-by: Tariq Kurd <59061376+tariqkurd-repo@users.noreply.github.com>
2023-07-17Reformat Table 12 to match LaTeXBill Traynor1-3/+26
Changed row widths to 75% Separated rows into individual table for distinct breaks Added page break so table appears on one page
2023-07-13Renamed diagram file.Bill Traynor1-0/+0
Fixed name of wavedrom file to match my include statement.
2023-07-13Fix SP Load & Store for F ExtensionBill Traynor2-1/+25
Set Width to W for the Single-Precision Loand and Store Instructions for the F Extension to match LaTeX. Added new wavedrom file for this diagram.
2023-07-12Files should end in a newlineAndrew Waterman12-12/+12
2023-07-12RV64E cleanupAndrew Waterman2-2/+2
2023-07-12Add RV64E to Base Integer ISAkanataso6-10/+10
RV32E and RV64E Base Integer Instruction Sets is Ratified. Signed-off-by: kanataso <kanapo.go@gmail.com>
2023-07-12Merge pull request #1065 from nananapo/fix-asciidoc-misaAndrew Waterman1-1/+1
fix missing " in misa description
2023-07-12Merge pull request #1066 from tariqkurd-repo/patch-3Bill Traynor1-1/+1
Update reg-based-ldnstr.adoc
2023-07-12Update reg-based-ldnstr.adocTariq Kurd1-1/+1
Correct spelling of offset Signed-off-by: Tariq Kurd <59061376+tariqkurd-repo@users.noreply.github.com>
2023-07-13fix missing "kanataso1-1/+1
Signed-off-by: kanataso <kanapo.go@gmail.com>
2023-07-11Fixes to HINT table.Bill Traynor1-8/+8
First ADD should have rs1!=x0 Second ADD should have rs2!=x2-x5 Third ADD had an rs3 and should have rs2 in purpose column Third ADD was missing NTL.ALL Fence was missing succ=0 Fixed some formatting adding second backtick around text
2023-07-06Fix formatting errors in Supervisor and Svnapot chaptersAndrew Waterman1-29/+29
2023-07-05Change "Reserved" to "Designated" in RVC HINT instructions table (#1059)kanataso1-1/+1
Signed-off-by: nananapo <kanapo.go@gmail.com>
2023-07-05fix asciidoc errors (#1058)kanataso1-4/+4
Signed-off-by: kanataso <kanapo.go@gmail.com>
2023-06-27fix satp.asid width (#1055)kanataso1-1/+1
Signed-off-by: kanataso <kanapo.go@gmail.com>
2023-06-26Fixed typoBill Traynor1-1/+1
Removed errant i from C.NTL.P1 is encoded as "C.ADDi" Signed-off-by: Bill Traynor <wmat@riscv.org>
2023-06-2364-bit word => doubleword; 32-bit word => word (#1052)ved-rivos1-3/+3
2023-06-07Fixed missing ; in hex charBill Traynor1-1/+1
A not equal hex character was missing the trailing semicolon.
2023-06-01Zfinx depends on ZicsrAndrew Waterman1-0/+2
Obvious, but forgot to write it. Resolves #1051
2023-05-30Next-lowest => next-lowerAndrew Waterman1-1/+1
No functional change. For consistency with other specs. cc @gfavor
2023-05-29Set source font to M+ 1mnBill Traynor1-2/+2
Source code formatting in PDFs requires a monospaced font. Setting it to M+ 1mn as the default.
2023-05-25Zihintntl is ratifiedAndrew Waterman2-6/+2