Skip to content

Commit

Permalink
rva23/rvb23 ratified
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Oct 18, 2024
1 parent 531f859 commit 0273f3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ DOCS := \
rvb23-profile.adoc \

DATE ?= $(shell date +%Y-%m-%d)
VERSION ?= 0.7
REVMARK ?= Frozen. Ratification-ready candidate. Changes are unlikely but remain possible.
VERSION ?= 1.0
REVMARK ?= This document is in Ratified state.
DOCKER_IMG := riscvintl/riscv-docs-base-container-image:latest
ifneq ($(SKIP_DOCKER),true)
DOCKER_CMD := docker run --rm -v ${PWD}:/build -w /build \
Expand Down
7 changes: 0 additions & 7 deletions src/rva23-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
:company: RISC-V
:url-riscv: http://riscv.org
:doctype: book
:preface-title: Preamble
:colophon:
:appendix-caption: Appendix
:imagesdir: ../docs-resources/images
Expand Down Expand Up @@ -43,12 +42,6 @@ endif::[]

//: This is the Preamble

[WARNING]
.This specification is frozen. This document has been prepared for a ratification vote.
====
Incompatible changes are unlikely but remain possible.
====

include::rva-profile-overview-body.adoc[]

include::rv-profile-defined-extensions.adoc[]
Expand Down
19 changes: 5 additions & 14 deletions src/rvb23-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
:company: RISC-V
:url-riscv: http://riscv.org
:doctype: book
:preface-title: Preamble
:colophon:
:appendix-caption: Appendix
:imagesdir: ../docs-resources/images
Expand Down Expand Up @@ -41,18 +40,10 @@ endif::[]

= RVB23 Profiles

//: This is the Preamble

[WARNING]
.This specification is frozen. This document has been prepared for a ratification vote.
====
Incompatible changes are unlikely but remain possible.
====

== Introduction

This document captures the current proposal for the RVB23 profile
family. RVB23 is intended to be the first major release of the RVB
This document specifies the RVB23 profile
family. RVB23 is the first major release of the RVB
series of RISC-V Application Processor Profile.

RVB profiles are intended to be used for customized 64-bit application
Expand All @@ -70,10 +61,10 @@ produce a more targeted standard interface for a certain market.

== Profile-Defined Extensions

RVB23 is being ratified alongside RVA23, and the same set of new
RVB23 has been ratified alongside RVA23, and the same set of new
profile-defined extensions defined in RVA23 are present in RVB23.
These profile-defined extensions will move to the combined ISA manual
after ratification. Future releases of RVA and RVB profiles might not
These profile-defined extensions will soon move to the combined ISA manual.
Future releases of RVA and RVB profiles might not
proceed through ratification at the same time, and future
profile-defined extensions will be presented as an edit to the
combined ISA manual.
Expand Down

0 comments on commit 0273f3c

Please sign in to comment.