Skip to content

Commit 6eff269

Browse files
committed
Support PolyScopeX simulator for 10.8.0
1 parent 6eb3b53 commit 6eff269

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/start_ursim.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ TEST_RUN=false
3939
# TODO: Add support for more URSim PolyScopeX versions once released
4040
# The PolyScopeX URSim containers follow the SDK versioning scheme. This maps those to marketing
4141
# 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" )
42+
declare -Ag POLYSCOPE_X_MAP=( ["10.7.0"]="0.12.159"
43+
["10.8.0"]="0.13.124")
4544

4645
help()
4746
{

0 commit comments

Comments
 (0)