mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-22 02:57:51 +00:00
cellmatch: New pass
This commit is contained in:
parent
2631c7e918
commit
86e1080f05
2 changed files with 341 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue