aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarcelina Koƛcielnicka <mwk@0x04.net>2021-05-05 20:31:27 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2021-05-08 15:50:03 +0200
commit32a0ce9d6809d073abcbf19fe3eaf7a0cf936963 (patch)
treecc363ac3c67217c72bf17eaddf4024b252f50daf /Makefile
parenta6081b46ce61a35fee18756de151d72581c8f49b (diff)
downloadyosys-32a0ce9d6809d073abcbf19fe3eaf7a0cf936963.tar.gz
yosys-32a0ce9d6809d073abcbf19fe3eaf7a0cf936963.tar.bz2
yosys-32a0ce9d6809d073abcbf19fe3eaf7a0cf936963.zip
blif: Use library cells' start_offset and upto for wideports.
Fixes #2729.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4760eaa35..ff62aca25 100644
--- a/Makefile
+++ b/Makefile
@@ -804,6 +804,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/svinterfaces && bash run-test.sh $(SEEDOPT)
+cd tests/svtypes && bash run-test.sh $(SEEDOPT)
+cd tests/proc && bash run-test.sh
+ +cd tests/blif && bash run-test.sh
+cd tests/opt && bash run-test.sh
+cd tests/aiger && bash run-test.sh $(ABCOPT)
+cd tests/arch && bash run-test.sh