mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
blif: Use library cells' start_offset and upto for wideports.
Fixes #2729.
This commit is contained in:
parent
a6081b46ce
commit
32a0ce9d68
4 changed files with 54 additions and 10 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue