diff options
author | SergeyDegtyar <sndegtyar@gmail.com> | 2019-08-28 09:49:58 +0300 |
---|---|---|
committer | SergeyDegtyar <sndegtyar@gmail.com> | 2019-08-28 09:49:58 +0300 |
commit | fe58790f3789a79b867660031d7e3e28cb3fff20 (patch) | |
tree | ef4b9cfe86945794171527976315924faf99e157 /Makefile | |
parent | 2270ead09fb4695442c66fe5c06445235f390f2b (diff) | |
download | yosys-fe58790f3789a79b867660031d7e3e28cb3fff20.tar.gz yosys-fe58790f3789a79b867660031d7e3e28cb3fff20.tar.bz2 yosys-fe58790f3789a79b867660031d7e3e28cb3fff20.zip |
Revert "Add tests for ecp5"
This reverts commit 2270ead09fb4695442c66fe5c06445235f390f2b.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -700,7 +700,6 @@ test: $(TARGETS) $(EXTRA_TARGETS) +cd tests/aiger && bash run-test.sh $(ABCOPT) +cd tests/arch && bash run-test.sh +cd tests/ice40 && bash run-test.sh $(SEEDOPT) - +cd tests/ecp5 && bash run-test.sh $(SEEDOPT) @echo "" @echo " Passed \"make test\"." @echo "" |