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

Commit

Permalink
clarify when to set misa.C (#230)
Browse files Browse the repository at this point in the history
* clarify when to set misa.C

add rules specifying when misa.C is set

Signed-off-by: Tariq Kurd <59061376+tariqkurd-repo@users.noreply.github.com>

* simplify the text

Signed-off-by: Tariq Kurd <59061376+tariqkurd-repo@users.noreply.github.com>

---------

Signed-off-by: Tariq Kurd <59061376+tariqkurd-repo@users.noreply.github.com>
  • Loading branch information
tariqkurd-repo committed Oct 25, 2023
1 parent 9d7ebba commit 786f510
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Zc-specification/Zc.adoc
Expand Up @@ -11,6 +11,7 @@
[width="100%",options=header]
|====================================================================================
|Version | change
|v1.0.4-3 | Added misa.C clarification
|v1.0.4-2 | Added rule that C implies Zca, Zcf, Zcd - discussed in https://github.com/riscv/riscv-isa-manual/issues/1132
|v1.0.4-1 | Added rule that Zcf implies F and Zcd implies D - discussed in https://github.com/riscv/riscv-code-size-reduction/issues/221

Expand Down Expand Up @@ -120,6 +121,18 @@ Therefore common ISA strings can be updated as follows to include the relevant Z
* RV32IMC becomes RV32IM_Zce
* RV32IMCF becomes RV32IMF_Zce

[#misaC]
=== MISA.C

MISA.C is set if the following extensions are selected:

* Zca and not F
* Zca, Zcf and F is specified (RV32 only)
* Zca, Zcf and Zcd if D is specified (RV32 only)
** this configuration excludes Zcmp, Zcmt
* Zca, Zcd if D is specified (RV64 only)
** this configuration excludes Zcmp, Zcmt

[#Zca]
=== Zca

Expand Down

0 comments on commit 786f510

Please sign in to comment.