3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-22 02:57:51 +00:00

cellmatch: New pass

This commit is contained in:
Martin Povišer 2024-03-27 23:54:51 +01:00 committed by Emil J. Tywoniak
parent 2631c7e918
commit 86e1080f05
2 changed files with 341 additions and 0 deletions

View file

@ -48,6 +48,7 @@ OBJS += passes/techmap/dfflegalize.o
OBJS += passes/techmap/dffunmap.o
OBJS += passes/techmap/flowmap.o
OBJS += passes/techmap/extractinv.o
OBJS += passes/techmap/cellmatch.o
endif
ifeq ($(DISABLE_SPAWN),0)