3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 13:18:56 +00:00

Added "muxcover" command

This commit is contained in:
Clifford Wolf 2015-04-07 15:42:25 +02:00
parent b31e77fd06
commit f7fb21f185
2 changed files with 542 additions and 0 deletions

View file

@ -12,6 +12,7 @@ OBJS += passes/techmap/extract.o
OBJS += passes/techmap/alumacc.o
OBJS += passes/techmap/dff2dffe.o
OBJS += passes/techmap/dffinit.o
OBJS += passes/techmap/muxcover.o
endif
GENFILES += passes/techmap/techmap.inc