You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sst --add-lib-path=../../build/src/ ../rev-model-options-config.py -- --program "ext_version.exe" --args "one" --enableMemH=0 --machine="[CORES:RV64XGC]"2>&1| grep -q 'Error: failed to parse the machine model: RV64XGC'
9
+
10
+
# Out of order extension
11
+
sst --add-lib-path=../../build/src/ ../rev-model-options-config.py -- --program "ext_version.exe" --args "one" --enableMemH=0 --machine="[CORES:RV64GVC]"2>&1| grep -q 'Error: failed to parse the machine model: RV64GVC'
12
+
13
+
# Incomplete version string
14
+
sst --add-lib-path=../../build/src/ ../rev-model-options-config.py -- --program "ext_version.exe" --args "one" --enableMemH=0 --machine="[CORES:RV64XGC2P]"2>&1| grep -q 'Error: failed to parse the machine model: RV64XGC2P'
15
+
16
+
# Unsupported version
17
+
sst --add-lib-path=../../build/src/ ../rev-model-options-config.py -- --program "ext_version.exe" --args "one" --enableMemH=0 --machine="[CORES:RV64GCV0p7]"2>&1| grep -q 'Error: Version 0.7 of V extension is not supported'
0 commit comments