diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-02 10:06:56 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-02 10:06:56 -0700 |
commit | 43069e9eb91bf76164e80d6ea65443bd05567d64 (patch) | |
tree | ca17785cbf50f36e6547f0aed689634cea1d9090 | |
parent | fdf0e82472d978ddbe0a287bdda8b5341b814d3e (diff) | |
download | yosys-43069e9eb91bf76164e80d6ea65443bd05567d64.tar.gz yosys-43069e9eb91bf76164e80d6ea65443bd05567d64.tar.bz2 yosys-43069e9eb91bf76164e80d6ea65443bd05567d64.zip |
Checkout yosys-0.9-rc branch of yosys-tests
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\"." |