3
0
Fork 0
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:
Neil Deo 2025-08-07 18:07:15 -07:00
parent c4b20f14ea
commit 88816e390e
2 changed files with 3 additions and 0 deletions

View file

@ -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