diff --git a/Makefile b/Makefile index 73cbcdb..5c99a76 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \ riscvintl/riscv-docs-base-container-image:latest HEADER_SOURCE := header.adoc -PDF_RESULT := riscv-indirect-csr-access.pdf +PDF_RESULT := riscv-indirect-csr-access-latest.pdf ASCIIDOCTOR_PDF := asciidoctor-pdf OPTIONS := --trace \ diff --git a/body.adoc b/body.adoc index 87ffbab..5ca7201 100644 --- a/body.adoc +++ b/body.adoc @@ -1,3 +1,4 @@ +[[body]] == Machine-level CSRs [width="100%",cols="15%,12%,12%,15%,46%",options="header",] diff --git a/header.adoc b/header.adoc index e33e42d..6ac28e7 100644 --- a/header.adoc +++ b/header.adoc @@ -1,64 +1,64 @@ -= RISC-V Indirect CSR Access (Smcsrind/Sscsrind) -Authors: Beeman Strong, John Hauser -:docgroup: RISC-V Privileged ISA IC -:description: RISC-V Indirect CSR Access (Smcsrind/Sscsrind) -:company: RISC-V.org -:revdate: 8/2023 -:revnumber: 1.0.0-rc1 -:revremark: This document is in Stable state. Assume anything could still change, but limited change should be expected. Visit http://riscv.org/spec-state for further details. -:revinfo: -:url-riscv: http://riscv.org -:doctype: book -:preface-title: Preamble -:colophon: -:appendix-caption: Appendix -:imagesdir: docs-resources/images -:title-logo-image: image:risc-v_logo.png[pdfwidth=3.25in,align=center] -// Settings: -:experimental: -:reproducible: -//:WaveDromEditorApp: app/wavedrom-editor.app -:imagesoutdir: docs-resources/images -:bibtex-file: example.bib -:bibtex-order: alphabetical -:bibtex-style: apa -:icons: font -:lang: en -:listing-caption: Listing -:sectnums: -:toc: left -:toclevels: 4 -:source-highlighter: pygments -ifdef::backend-pdf[] -:source-highlighter: coderay -endif::[] -:data-uri: -:hide-uri-scheme: -:stem: latexmath -:footnote: -:xrefstyle: short - -[WARNING] -.This document is in the link:http://riscv.org/spec-state[Stable state] -==== -Assume anything could still change, but limited change should be expected. -==== - -[preface] -== Copyright and license information -This specification is licensed under the Creative Commons -Attribution 4.0 International License (CC-BY 4.0). The full -license text is available at -https://creativecommons.org/licenses/by/4.0/. - -Copyright 2022 by RISC-V International. - -[preface] -include::contributors.adoc[] - -include::intro.adoc[] -include::body.adoc[] - -// The index must precede the bibliography -include::index.adoc[] -include::bibliography.adoc[] \ No newline at end of file += RISC-V Indirect CSR Access (Smcsrind/Sscsrind) +Authors: Beeman Strong, John Hauser +:docgroup: RISC-V Privileged ISA IC +:description: RISC-V Indirect CSR Access (Smcsrind/Sscsrind) +:company: RISC-V.org +:revdate: 8/2023 +:revnumber: 1.0.0-rc1 +:revremark: This document is in Stable state. Assume anything could still change, but limited change should be expected. Visit http://riscv.org/spec-state for further details. +:revinfo: +:url-riscv: http://riscv.org +:doctype: book +:preface-title: Preamble +:colophon: +:appendix-caption: Appendix +:imagesdir: docs-resources/images +:title-logo-image: image:risc-v_logo.png[pdfwidth=3.25in,align=center] +// Settings: +:experimental: +:reproducible: +//:WaveDromEditorApp: app/wavedrom-editor.app +:imagesoutdir: docs-resources/images +:bibtex-file: example.bib +:bibtex-order: alphabetical +:bibtex-style: apa +:icons: font +:lang: en +:listing-caption: Listing +:sectnums: +:toc: left +:toclevels: 4 +:source-highlighter: pygments +ifdef::backend-pdf[] +:source-highlighter: coderay +endif::[] +:data-uri: +:hide-uri-scheme: +:stem: latexmath +:footnote: +:xrefstyle: short + +[WARNING] +.This document is in the link:http://riscv.org/spec-state[Stable state] +==== +Assume anything could still change, but limited change should be expected. +==== + +[preface] +== Copyright and license information +This specification is licensed under the Creative Commons +Attribution 4.0 International License (CC-BY 4.0). The full +license text is available at +https://creativecommons.org/licenses/by/4.0/. + +Copyright 2022 by RISC-V International. + +[preface] +include::contributors.adoc[] + +include::intro.adoc[] +include::body.adoc[] + +// The index must precede the bibliography +//include::index.adoc[] +//include::bibliography.adoc[] \ No newline at end of file