mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 10:55:51 +00:00
Add muxcover changes
This commit is contained in:
parent
706872237f
commit
73417368b4
2 changed files with 32 additions and 50 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue