Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
skip unpopulated sections, move to stable state
Browse files Browse the repository at this point in the history
  • Loading branch information
bcstrongx committed Aug 15, 2023
1 parent 4393af7 commit fc1ec91
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 65 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions body.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[[body]]
== Machine-level CSRs

[width="100%",cols="15%,12%,12%,15%,46%",options="header",]
Expand Down
128 changes: 64 additions & 64 deletions header.adoc
Original file line number Diff line number Diff line change
@@ -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[]
= 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[]

0 comments on commit fc1ec91

Please sign in to comment.