mirror of https://github.com/YosysHQ/yosys.git
Merge branch 'yosys-0.8-rc' of github.com:YosysHQ/yosys
This commit is contained in:
commit
ac4000d855
|
@ -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"
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue