aboutsummaryrefslogtreecommitdiffstats
path: root/misc/create_vcxsrc.sh
diff options
context:
space:
mode:
authortklam <tklam@easylogic.hk>2018-10-03 21:17:03 +0800
committertklam <tklam@easylogic.hk>2018-10-03 21:17:03 +0800
commit27c46d94e32a45762b3a424d6c7bfcd3ce7a1b12 (patch)
tree24b47553fb2aff94f4bd15315f3d43e29db5d30f /misc/create_vcxsrc.sh
parentb86eb3deef7d80fc5450379c80047636832ef458 (diff)
parent76baae4b946cdeb04026120b495c87a6146358d0 (diff)
downloadyosys-27c46d94e32a45762b3a424d6c7bfcd3ce7a1b12.tar.gz
yosys-27c46d94e32a45762b3a424d6c7bfcd3ce7a1b12.tar.bz2
yosys-27c46d94e32a45762b3a424d6c7bfcd3ce7a1b12.zip
Merge branch 'master' of https://github.com/YosysHQ/yosys
Diffstat (limited to 'misc/create_vcxsrc.sh')
-rw-r--r--misc/create_vcxsrc.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/create_vcxsrc.sh b/misc/create_vcxsrc.sh
index 215e27c53..924d2722e 100644
--- a/misc/create_vcxsrc.sh
+++ b/misc/create_vcxsrc.sh
@@ -5,11 +5,11 @@ vcxsrc="$1-$2"
yosysver="$2"
gitsha="$3"
-rm -rf YosysVS-Tpl-v1.zip YosysVS
-wget http://www.clifford.at/yosys/nogit/YosysVS-Tpl-v1.zip
+rm -rf YosysVS-Tpl-v2.zip YosysVS
+wget http://www.clifford.at/yosys/nogit/YosysVS-Tpl-v2.zip
-unzip YosysVS-Tpl-v1.zip
-rm -f YosysVS-Tpl-v1.zip
+unzip YosysVS-Tpl-v2.zip
+rm -f YosysVS-Tpl-v2.zip
mv YosysVS "$vcxsrc"
{