mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 05:08:56 +00:00
Added lut2mux pass
This commit is contained in:
parent
d212d4d0c1
commit
c851f51656
2 changed files with 94 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue