mirror of https://github.com/YosysHQ/yosys.git
Small fix in tests/vloghtb/run-test.sh
This commit is contained in:
parent
dd23e9a9db
commit
4af8d84f01
|
@ -8,5 +8,7 @@ tar --strip=1 -xjf vloghammer_tb.tar.bz2
|
||||||
|
|
||||||
make clean
|
make clean
|
||||||
make -j4 EXIT_ON_ERROR=1 YOSYS_BIN=$PWD/../../yosys YOSYS_SCRIPT="proc;;" check_yosys
|
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 -f test_makefile MODE=share
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue