aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2020-10-19 11:20:56 +0200
committerGitHub <noreply@github.com>2020-10-19 11:20:56 +0200
commitac0bd2ffc4a29eb0a07ccad898f20842514d4825 (patch)
tree3fea7a1887683bf55cfe7e76f405fa75f54c9e33 /Makefile
parent4c925a3214347f86673c4aa97e5b127530cd0270 (diff)
parent4d584d9319e87023f3aee9f9bc86a036f670478c (diff)
downloadyosys-ac0bd2ffc4a29eb0a07ccad898f20842514d4825.tar.gz
yosys-ac0bd2ffc4a29eb0a07ccad898f20842514d4825.tar.bz2
yosys-ac0bd2ffc4a29eb0a07ccad898f20842514d4825.zip
Merge pull request #2397 from daveshah1/nexus
synth_nexus: Initial implementation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 35160c69f..be34b82fd 100644
--- a/Makefile
+++ b/Makefile
@@ -789,6 +789,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/arch/anlogic && bash run-test.sh $(SEEDOPT)
+cd tests/arch/gowin && bash run-test.sh $(SEEDOPT)
+cd tests/arch/intel_alm && bash run-test.sh $(SEEDOPT)
+ +cd tests/arch/nexus && bash run-test.sh $(SEEDOPT)
+cd tests/rpc && bash run-test.sh
+cd tests/memfile && bash run-test.sh
+cd tests/verilog && bash run-test.sh