Checkout yosys-0.9-rc branch of yosys-tests

This commit is contained in:
Eddie Hung 2019-07-02 10:06:56 -07:00
parent fdf0e82472
commit 43069e9eb9
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ vloghtb: $(TARGETS) $(EXTRA_TARGETS)
ystests: $(TARGETS) $(EXTRA_TARGETS)
rm -rf tests/ystests
git clone https://github.com/YosysHQ/yosys-tests.git tests/ystests
git clone -b yosys-0.9-rc https://github.com/YosysHQ/yosys-tests.git tests/ystests
+$(MAKE) PATH="$$PWD:$$PATH" -C tests/ystests
@echo ""
@echo " Finished \"make ystests\"."