We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb3b53 commit 6eff269Copy full SHA for 6eff269
scripts/start_ursim.sh
@@ -39,9 +39,8 @@ TEST_RUN=false
39
# TODO: Add support for more URSim PolyScopeX versions once released
40
# The PolyScopeX URSim containers follow the SDK versioning scheme. This maps those to marketing
41
# versions
42
-#declare -Ag POLYSCOPE_X_MAP=( ["10.7.0"]="0.12.159"
43
- #["10.8.0"]="not.there.yet")
44
-declare -Ag POLYSCOPE_X_MAP=( ["10.7.0"]="0.12.159" )
+declare -Ag POLYSCOPE_X_MAP=( ["10.7.0"]="0.12.159"
+ ["10.8.0"]="0.13.124")
45
46
help()
47
{
0 commit comments