mirror of https://github.com/YosysHQ/yosys.git
Added tests/vloghtb
This commit is contained in:
parent
a30e2857c7
commit
3f9f0c047d
|
@ -0,0 +1,7 @@
|
||||||
|
Makefile
|
||||||
|
refdat
|
||||||
|
rtl
|
||||||
|
scripts
|
||||||
|
spec
|
||||||
|
check_yosys
|
||||||
|
vloghammer_tb.tar.bz2
|
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
|
rm -rf Makefile refdat rtl scripts spec vloghammer_tb.tar.bz2
|
||||||
|
wget http://www.clifford.at/yosys/nogit/vloghammer_tb.tar.bz2
|
||||||
|
tar --strip=1 -xjf vloghammer_tb.tar.bz2
|
||||||
|
|
||||||
|
make clean
|
||||||
|
make -j4 YOSYS_BIN=$PWD/../../yosys YOSYS_SCRIPT="proc;;" check_yosys
|
||||||
|
|
Loading…
Reference in New Issue