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

Commit

Permalink
move spec to ratified state
Browse files Browse the repository at this point in the history
  • Loading branch information
bcstrongx committed Nov 30, 2023
1 parent 32b752c commit 8ecc327
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# the Doc Template for RISC-V Extensions.

DATE ?= $(shell date +%Y-%m-%d)
VERSION ?= v1.0_rc1
REVMARK ?= Stable
VERSION ?= v1.0
REVMARK ?= Ratified
DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \
riscvintl/riscv-docs-base-container-image:latest

Expand Down
1 change: 0 additions & 1 deletion behavior.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ _The instret definition above is intended to ensure that the counter increments
_In cases where an instruction is emulated by software running in a privilege mode that is inhibited in minstretcfg, the emulation routine must emulate the instret increment._
====

14 changes: 7 additions & 7 deletions header.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Authors: Beeman Strong
:docgroup: Fast track
:description: RISC-V Cycle and Instret Privilege Mode Filtering (Smcntrpmf)
:company: RISC-V.org
:revdate: 06/28/2023
:revnumber: 1.0_rc1
:revremark: This document is Frozen. Visit http://riscv.org/spec-state for further details.
:revdate: 11/30/2023
:revnumber: 1.0
:revremark: This document is Ratified. Visit http://riscv.org/spec-state for further details.
:revinfo:
:url-riscv: http://riscv.org
:doctype: book
Expand Down Expand Up @@ -39,9 +39,9 @@ endif::[]
:xrefstyle: short

[WARNING]
.This document is in the link:http://riscv.org/spec-state[Frozen state]
.This document is in the link:http://riscv.org/spec-state[Ratified state]
====
Change is extremely unlikely. A high threshold will be used, and a change will only occur because of some truly critical issue being identified during the public review cycle. Any other desired or needed changes can be the subject of a follow-on new extension.
No changes are allowed. Any desired or needed changes can be the subject of a follow-on new extension. Ratified extensions are never revised.
====

[preface]
Expand All @@ -51,7 +51,7 @@ 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.
Copyright 2023 by RISC-V International.

[preface]
include::contributors.adoc[]
Expand All @@ -61,5 +61,5 @@ include::csrs.adoc[]
include::behavior.adoc[]

// The index must precede the bibliography
include::index.adoc[]
//include::index.adoc[]
//include::bibliography.adoc[]

0 comments on commit 8ecc327

Please sign in to comment.