File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,11 @@ function setup_msim {
46
46
47
47
installer=$( basename $URL_MAIN )
48
48
49
- download_if_needed " $DOWNLOAD_DIR /$installer " $URL_MAIN
50
- download_if_needed " $DOWNLOAD_DIR /$( basename $URL_PART_2 ) " $URL_PART_2
51
-
52
49
if [ ! -f " $CONTEXT /msim/modelsim_ase/linuxaloem/vsim" ]; then
50
+
51
+ download_if_needed " $DOWNLOAD_DIR /$installer " $URL_MAIN
52
+ download_if_needed " $DOWNLOAD_DIR /$( basename $URL_PART_2 ) " $URL_PART_2
53
+
53
54
chmod +x " $DOWNLOAD_DIR /$installer "
54
55
" $DOWNLOAD_DIR /$installer " --mode unattended \
55
56
--modelsim_edition modelsim_ase \
Original file line number Diff line number Diff line change 33
33
Programming Language :: Python :: 3.5
34
34
Programming Language :: Python :: 3.6
35
35
Programming Language :: Python :: 3.7
36
+ Programming Language :: Python :: 3.8
36
37
Topic :: Software Development
37
38
Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
38
39
Topic :: Text Editors :: Integrated Development Environments (IDE)
60
61
'future>=0.14.0' ,
61
62
'futures; python_version<"3.2"' ,
62
63
'prettytable>=0.7.2' ,
63
- 'pygls> =0.9.1' ,
64
+ 'pygls= =0.9.1' ,
64
65
'requests>=2.20.0' ,
65
66
'six>=1.10.0' ,
66
67
'tabulate>=0.8.5' ,
You can’t perform that action at this time.
0 commit comments