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

clockgate: prototype clock gating

This commit is contained in:
Emil J. Tywoniak 2024-09-09 15:00:54 +02:00
parent 0fc5812dcd
commit e64fceef70
3 changed files with 318 additions and 0 deletions

View file

@ -49,6 +49,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)