mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 04:13:39 +00:00
Checkout yosys-0.9-rc branch of yosys-tests
This commit is contained in:
parent
fdf0e82472
commit
43069e9eb9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -702,7 +702,7 @@ vloghtb: $(TARGETS) $(EXTRA_TARGETS)
|
||||||
|
|
||||||
ystests: $(TARGETS) $(EXTRA_TARGETS)
|
ystests: $(TARGETS) $(EXTRA_TARGETS)
|
||||||
rm -rf tests/ystests
|
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
|
+$(MAKE) PATH="$$PWD:$$PATH" -C tests/ystests
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo " Finished \"make ystests\"."
|
@echo " Finished \"make ystests\"."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue