mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-17 11:26:18 +00:00
Use "wget -N" in tests/vloghtb/run-test.sh
This commit is contained in:
parent
b90f443338
commit
027819c7e8
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
rm -rf Makefile refdat rtl scripts spec vloghammer_tb.tar.bz2
|
rm -rf Makefile refdat rtl scripts spec
|
||||||
wget http://www.clifford.at/yosys/nogit/vloghammer_tb.tar.bz2
|
wget -N http://www.clifford.at/yosys/nogit/vloghammer_tb.tar.bz2
|
||||||
tar --strip=1 -xjf vloghammer_tb.tar.bz2
|
tar --strip=1 -xjf vloghammer_tb.tar.bz2
|
||||||
|
|
||||||
make clean
|
make clean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue