3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-09 20:50:51 +00:00

Various improvements in test/vloghtb

This commit is contained in:
Clifford Wolf 2014-07-21 14:08:13 +02:00
parent 550ac35873
commit 668306d00f
4 changed files with 53 additions and 31 deletions

View file

@ -7,8 +7,9 @@ wget http://www.clifford.at/yosys/nogit/vloghammer_tb.tar.bz2
tar --strip=1 -xjf vloghammer_tb.tar.bz2
make clean
make -j4 EXIT_ON_ERROR=1 YOSYS_BIN=$PWD/../../yosys YOSYS_SCRIPT="proc;;" check_yosys
rm -rf log_test_*
make -j4 -f test_makefile MODE=share
make -j4 EXIT_ON_ERROR=1 YOSYS_BIN=$PWD/../../yosys YOSYS_SCRIPT="proc;;" check_yosys
make -j4 -f test_makefile MODE=share
make -j4 -f test_makefile MODE=mapopt