Added tests/vloghtb

This commit is contained in:
Clifford Wolf 2014-07-20 02:19:44 +02:00
parent a30e2857c7
commit 3f9f0c047d
2 changed files with 18 additions and 0 deletions

7
tests/vloghtb/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
Makefile
refdat
rtl
scripts
spec
check_yosys
vloghammer_tb.tar.bz2

11
tests/vloghtb/run-test.sh Executable file
View File

@ -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