aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorZhen Wei <zhen.wei@sifive.com>2020-02-27 09:36:57 +0800
committerChih-Min Chao <48193236+chihminchao@users.noreply.github.com>2020-02-27 11:43:34 +0800
commit61baa5b25cb52162fa95ee04aa06ef4f82938930 (patch)
treedd43ac261c18c04e93f9cd8019ed1b4209aeefef /configure
parentfd165032a014ae1b7153a76b55bbb2447c63ffb8 (diff)
downloadspike-61baa5b25cb52162fa95ee04aa06ef4f82938930.zip
spike-61baa5b25cb52162fa95ee04aa06ef4f82938930.tar.gz
spike-61baa5b25cb52162fa95ee04aa06ef4f82938930.tar.bz2
rvv: enable --varch to parse string type options
To improve the readability of varch argument, the format of options within varch are changed from "v128:e64:s512" to "vlen:128,elen:64,slen:512".
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 0edd675..9243c05 100755
--- a/configure
+++ b/configure
@@ -1364,7 +1364,7 @@ Optional Packages:
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-isa=RV64IMAFDC Sets the default RISC-V ISA
--with-priv=MSU Sets the default RISC-V privilege modes supported
- --with-varch=v128:e64:s128
+ --with-varch=vlen:128,elen:64,slen:128
Sets the default vector config
Some influential environment variables:
@@ -4651,7 +4651,7 @@ _ACEOF
else
cat >>confdefs.h <<_ACEOF
-#define DEFAULT_VARCH "v128:e64:s128"
+#define DEFAULT_VARCH "vlen:128,elen:64,slen:128"
_ACEOF
fi