3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 10:55:51 +00:00

Add muxcover changes

This commit is contained in:
Akash Levy 2025-03-09 22:08:19 -07:00
parent 706872237f
commit 73417368b4
2 changed files with 32 additions and 50 deletions

View file

@ -729,6 +729,7 @@ OBJS += passes/techmap/alumacc.o
OBJS += passes/techmap/pmuxtree.o
OBJS += passes/techmap/bmuxmap.o
OBJS += passes/techmap/demuxmap.o
OBJS += passes/techmap/muxcover.o
OBJS += passes/techmap/aigmap.o
include $(YOSYS_SRC)/passes/hierarchy/Makefile.inc