aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam D. Jones <thor0505@comcast.net>2020-11-17 13:01:57 -0500
committerMarcelina Koƛcielnicka <mwk@0x04.net>2021-02-23 17:39:58 +0100
commit9cb0bae1b27928202fa9ce6d494f7f6aaa36563a (patch)
tree7f03bdd48acdaa972827bcc7fe69ab047e91cb84 /Makefile
parentb87f6a09069eb2b1dce3ff197691e5f2e76dff38 (diff)
downloadyosys-9cb0bae1b27928202fa9ce6d494f7f6aaa36563a.tar.gz
yosys-9cb0bae1b27928202fa9ce6d494f7f6aaa36563a.tar.bz2
yosys-9cb0bae1b27928202fa9ce6d494f7f6aaa36563a.zip
machxo2: Add test/arch/machxo2 directory (test does not pass).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f255a5ea..50f4f52b7 100644
--- a/Makefile
+++ b/Makefile
@@ -810,6 +810,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/arch/ice40 && bash run-test.sh $(SEEDOPT)
+cd tests/arch/xilinx && bash run-test.sh $(SEEDOPT)
+cd tests/arch/ecp5 && bash run-test.sh $(SEEDOPT)
+ +cd tests/arch/machxo2 && bash run-test.sh $(SEEDOPT)
+cd tests/arch/efinix && bash run-test.sh $(SEEDOPT)
+cd tests/arch/anlogic && bash run-test.sh $(SEEDOPT)
+cd tests/arch/gowin && bash run-test.sh $(SEEDOPT)