This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
generated from riscv/docs-spec-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skip unpopulated sections, move to stable state
- Loading branch information
Showing
3 changed files
with
66 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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",] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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[] |