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 <chihmin.chao@sifive.com>2020-03-09 19:58:54 -0700
commitc949a75893a3c8df98a407d216ee995c82d4db4f (patch)
tree34a9bebbc9b13bfc50e9dd2827b59ee6fec2eee9 /configure
parentef5950ea11c4ef97bbe9a025a70950f754b38959 (diff)
downloadspike-c949a75893a3c8df98a407d216ee995c82d4db4f.zip
spike-c949a75893a3c8df98a407d216ee995c82d4db4f.tar.gz
spike-c949a75893a3c8df98a407d216ee995c82d4db4f.tar.bz2
rvv: enhance --varch to parse string type options
To improve the readability of varch argument and future configuration, 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 ee85537..c76f0e8 100755
--- a/configure
+++ b/configure
@@ -1362,7 +1362,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:
@@ -4791,7 +4791,7 @@ _ACEOF
else
cat >>confdefs.h <<_ACEOF
-#define DEFAULT_VARCH "v128:e64:s128"
+#define DEFAULT_VARCH "vlen:128,elen:64,slen:128"
_ACEOF
fi