Merge branch 'yosys-0.8-rc' of github.com:YosysHQ/yosys

This commit is contained in:
Clifford Wolf 2018-09-28 17:20:43 +02:00
commit ac4000d855
1 changed files with 4 additions and 4 deletions

View File

@ -5,11 +5,11 @@ vcxsrc="$1-$2"
yosysver="$2" yosysver="$2"
gitsha="$3" gitsha="$3"
rm -rf YosysVS-Tpl-v1.zip YosysVS rm -rf YosysVS-Tpl-v2.zip YosysVS
wget http://www.clifford.at/yosys/nogit/YosysVS-Tpl-v1.zip wget http://www.clifford.at/yosys/nogit/YosysVS-Tpl-v2.zip
unzip YosysVS-Tpl-v1.zip unzip YosysVS-Tpl-v2.zip
rm -f YosysVS-Tpl-v1.zip rm -f YosysVS-Tpl-v2.zip
mv YosysVS "$vcxsrc" mv YosysVS "$vcxsrc"
{ {