From cef96c769a00efa6a23f8b1c5a7f87710de8d534 Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Fri, 2 Feb 2024 12:40:30 +0000 Subject: [PATCH] Clarify that FD are supported --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 5ca3314..f747ebf 100644 --- a/doc/README.md +++ b/doc/README.md @@ -8,7 +8,7 @@ Details about the microarchitecture are available [here](microarchitecture.md). | Feature | Description | | --- | --- | -| [Instruction set](glossary.md#risc-v-instruction-sets) | RV64IMAC | +| [Instruction set](glossary.md#risc-v-instruction-sets) | RV64IMAC (FD support optional) | | [Privilege modes](glossary.md#privilege-modes) | M/S/U | | [Virtual addressing modes](glossary.md#virtual-addressing-modes) | Sv39 | | [Interrupt modes](glossary.md#interrupt-modes) | Direct |