diff options
author | Zhen Wei <zhen.wei@sifive.com> | 2020-02-27 09:36:57 +0800 |
---|---|---|
committer | Chih-Min Chao <48193236+chihminchao@users.noreply.github.com> | 2020-02-27 11:43:34 +0800 |
commit | 61baa5b25cb52162fa95ee04aa06ef4f82938930 (patch) | |
tree | dd43ac261c18c04e93f9cd8019ed1b4209aeefef /configure | |
parent | fd165032a014ae1b7153a76b55bbb2447c63ffb8 (diff) | |
download | spike-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |