diff options
author | SergeyDegtyar <sndegtyar@gmail.com> | 2019-08-20 07:50:05 +0300 |
---|---|---|
committer | SergeyDegtyar <sndegtyar@gmail.com> | 2019-08-20 07:50:05 +0300 |
commit | 153ec0541c17ee8fad093c002a2724bc33dfe4b9 (patch) | |
tree | 4fbaeb917bb00b1ef6560770e6d2164e6e7229a8 /Makefile | |
parent | 749ff864aa708cb069fc5c356e5db69664fdd93e (diff) | |
download | yosys-153ec0541c17ee8fad093c002a2724bc33dfe4b9.tar.gz yosys-153ec0541c17ee8fad093c002a2724bc33dfe4b9.tar.bz2 yosys-153ec0541c17ee8fad093c002a2724bc33dfe4b9.zip |
Add new tests for ice40 architecture
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -699,6 +699,7 @@ test: $(TARGETS) $(EXTRA_TARGETS) +cd tests/opt && bash run-test.sh +cd tests/aiger && bash run-test.sh $(ABCOPT) +cd tests/arch && bash run-test.sh + +cd tests/ice40 && bash run-test.sh $(SEEDOPT) @echo "" @echo " Passed \"make test\"." @echo "" |