mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 09:26:16 +00:00
Added tests/vloghtb
This commit is contained in:
parent
a30e2857c7
commit
3f9f0c047d
2 changed files with 18 additions and 0 deletions
7
tests/vloghtb/.gitignore
vendored
Normal file
7
tests/vloghtb/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Makefile
|
||||||
|
refdat
|
||||||
|
rtl
|
||||||
|
scripts
|
||||||
|
spec
|
||||||
|
check_yosys
|
||||||
|
vloghammer_tb.tar.bz2
|
11
tests/vloghtb/run-test.sh
Executable file
11
tests/vloghtb/run-test.sh
Executable 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue