aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhirooih <24754036+hirooih@users.noreply.github.com>2024-09-09 10:34:54 +0900
committerGitHub <noreply@github.com>2024-09-08 18:34:54 -0700
commit1a52fa44aba49307137ea2ad5263613da33a877b (patch)
treea2b2abf39dc7aec66119726b8d4d13be67ea5b1b
parent1f5bcbe4d0ee32ff3bfc3b001a2121628a29ae65 (diff)
downloadriscv-pk-1a52fa44aba49307137ea2ad5263613da33a877b.zip
riscv-pk-1a52fa44aba49307137ea2ad5263613da33a877b.tar.gz
riscv-pk-1a52fa44aba49307137ea2ad5263613da33a877b.tar.bz2
README.md: add _zicsr_zifencei on configure option for rv32i (#334)
Signed-off-by: Hiroo HAYASHI <24754036+hirooih@users.noreply.github.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e15be13..3a7038a 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,9 @@ Alternatively, the GNU/Linux toolchain may be used to build this package,
by setting `--host=riscv64-unknown-linux-gnu`.
By default, 64-bit (RV64) versions of `pk` and `bbl` are built. To
-built 32-bit (RV32) versions, supply a `--with-arch=rv32i` flag to the
+built 32-bit (RV32) versions, supply a `--with-arch=rv32i_zicsr_zifencei` flag to the
configure command.
-To process RVC binaries, supply a `--with-arch=rv32ic` flag, because the
+To process RVC binaries, supply a `--with-arch=rv32ic_zicsr_zifencei` flag, because the
emulation code (floating point and miss-aligned load and store) is different in
the RVC case.