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:
parent
0fc5812dcd
commit
e64fceef70
3 changed files with 318 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue