mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-23 07:32:32 +00:00
add clockgate to makefile, add Density to sim pass
This commit is contained in:
parent
c4b20f14ea
commit
88816e390e
2 changed files with 3 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -755,6 +755,7 @@ OBJS += passes/techmap/demuxmap.o
|
|||
OBJS += passes/techmap/muxcover.o
|
||||
OBJS += passes/techmap/aigmap.o
|
||||
OBJS += passes/techmap/attrmap.o
|
||||
OBJS += passes/techmap/clockgate.o
|
||||
|
||||
include $(YOSYS_SRC)/passes/hierarchy/Makefile.inc
|
||||
include $(YOSYS_SRC)/passes/memory/Makefile.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue