3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-10 05:00:52 +00:00

Merge branch 'YosysHQ:main' into main

This commit is contained in:
Akash Levy 2024-09-16 06:59:25 -07:00 committed by GitHub
commit 210ec6585f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 523 additions and 4 deletions

View file

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