From: Eddie Hung Date: Mon, 30 Sep 2019 21:57:55 +0000 (-0700) Subject: Merge branch 'SergeyDegtyar/ecp5' of https://github.com/SergeyDegtyar/yosys into... X-Git-Tag: working-ls180~989^2~13 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0bbd1b63648f621dae92bcd5963e387eff66f685;p=yosys.git Merge branch 'SergeyDegtyar/ecp5' of https://github.com/SergeyDegtyar/yosys into eddie/pr1352 --- 0bbd1b63648f621dae92bcd5963e387eff66f685 diff --cc Makefile index 2644721be,d4f1d3d68..227c87bbd --- a/Makefile +++ b/Makefile @@@ -713,7 -710,7 +713,8 @@@ 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/rpc && bash run-test.sh + +cd tests/ecp5 && bash run-test.sh $(SEEDOPT) @echo "" @echo " Passed \"make test\"." @echo ""