aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSergeyDegtyar <sndegtyar@gmail.com>2019-09-23 12:12:02 +0300
committerSergeyDegtyar <sndegtyar@gmail.com>2019-09-23 12:12:02 +0300
commit27377c46634263beb5f8c28cb34b0c87ed6e9525 (patch)
tree45891fbd7f4486d0f90486cca0e42a74b84d8da1 /Makefile
parent7e8f7f4c59c96897159d32771d0c7179c5474281 (diff)
downloadyosys-27377c46634263beb5f8c28cb34b0c87ed6e9525.tar.gz
yosys-27377c46634263beb5f8c28cb34b0c87ed6e9525.tar.bz2
yosys-27377c46634263beb5f8c28cb34b0c87ed6e9525.zip
Add new tests for Anlogic architecture
Problems/questions: - memory.ys: ERROR: Failed to import cell gate.mem.0.0.0 (type EG_LOGIC_DRAM16X4) to SAT database. Why EG_LOGIC_DRAM16X4, not AL_LOGIC_BRAM? - Internal cell type $_TBUF_ is present.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2cac80f0f..742692f0d 100644
--- a/Makefile
+++ b/Makefile
@@ -710,6 +710,7 @@ 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/anlogic && bash run-test.sh $(SEEDOPT)
@echo ""
@echo " Passed \"make test\"."
@echo ""