3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-04 10:20:24 +00:00

Added "pmuxtree" command

This commit is contained in:
Clifford Wolf 2015-04-07 20:27:10 +02:00
parent 1f33b2a490
commit 724cead61d
3 changed files with 164 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/pmuxtree.o
OBJS += passes/techmap/muxcover.o
endif