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

Added lut2mux pass

This commit is contained in:
Clifford Wolf 2015-09-18 21:55:48 +02:00
parent d212d4d0c1
commit c851f51656
2 changed files with 94 additions and 0 deletions

View file

@ -20,6 +20,7 @@ OBJS += passes/techmap/pmuxtree.o
OBJS += passes/techmap/muxcover.o
OBJS += passes/techmap/aigmap.o
OBJS += passes/techmap/tribuf.o
OBJS += passes/techmap/lut2mux.o
endif
GENFILES += passes/techmap/techmap.inc