projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9659f7a
)
Update to v2 YosysVS template
author
Clifford Wolf
<clifford@clifford.at>
Fri, 28 Sep 2018 15:20:16 +0000
(17:20 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Fri, 28 Sep 2018 15:20:16 +0000
(17:20 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
misc/create_vcxsrc.sh
patch
|
blob
|
history
diff --git
a/misc/create_vcxsrc.sh
b/misc/create_vcxsrc.sh
index 215e27c53aeae138e76fae41ad64a050951a94df..924d2722e4ddacd31cf88bd2b58cb5c8b68c536c 100644
(file)
--- 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-v
1
.zip YosysVS
-wget http://www.clifford.at/yosys/nogit/YosysVS-Tpl-v
1
.zip
+rm -rf YosysVS-Tpl-v
2
.zip YosysVS
+wget http://www.clifford.at/yosys/nogit/YosysVS-Tpl-v
2
.zip
-unzip YosysVS-Tpl-v
1
.zip
-rm -f YosysVS-Tpl-v
1
.zip
+unzip YosysVS-Tpl-v
2
.zip
+rm -f YosysVS-Tpl-v
2
.zip
mv YosysVS "$vcxsrc"
{