aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJerry Zhao <jerryz123@berkeley.edu>2023-03-27 10:29:37 -0700
committerJerry Zhao <jerryz123@berkeley.edu>2023-03-27 18:24:22 -0700
commit384316fb36dd382120fe2b3e6ffe91a2c1e0bbee (patch)
tree9439c2997e7d05ccec93a1606c7d8b727082fa02 /configure
parent5e366af7735a69f4066f285c91fea068665d52be (diff)
downloadriscv-isa-sim-384316fb36dd382120fe2b3e6ffe91a2c1e0bbee.zip
riscv-isa-sim-384316fb36dd382120fe2b3e6ffe91a2c1e0bbee.tar.gz
riscv-isa-sim-384316fb36dd382120fe2b3e6ffe91a2c1e0bbee.tar.bz2
Add zicntr_zihpm to DEFAULT_ISA
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index adb204c..419132f 100755
--- a/configure
+++ b/configure
@@ -1381,7 +1381,8 @@ Optional Packages:
use the Regex library from boost - it is possible to
specify a certain library for the linker e.g.
--with-boost-regex=boost_regex-gcc-mt-d-1_33_1
- --with-isa=RV64IMAFDC Sets the default RISC-V ISA
+ --with-isa=RV64IMAFDC_zicntr_zihpm
+ Sets the default RISC-V ISA
--with-priv=MSU Sets the default RISC-V privilege modes supported
--with-varch=vlen:128,elen:64
Sets the default vector config
@@ -5876,7 +5877,7 @@ _ACEOF
else
cat >>confdefs.h <<_ACEOF
-#define DEFAULT_ISA "RV64IMAFDC"
+#define DEFAULT_ISA "RV64IMAFDC_zicntr_zihpm"
_ACEOF
fi