diff --git a/Makefile b/Makefile index 6777cbf..2364fb1 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/behavior.adoc b/behavior.adoc index d2c429b..1265fdb 100644 --- a/behavior.adoc +++ b/behavior.adoc @@ -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._ ==== - diff --git a/header.adoc b/header.adoc index 27f16b3..6cb5643 100644 --- a/header.adoc +++ b/header.adoc @@ -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 @@ -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] @@ -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[] @@ -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[] \ No newline at end of file