mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-05 09:55:16 +00:00
add lut2bmux
This commit is contained in:
parent
1567526954
commit
11b0e7ad92
3 changed files with 83 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ OBJS += passes/techmap/muxcover.o
|
|||
OBJS += passes/techmap/aigmap.o
|
||||
OBJS += passes/techmap/tribuf.o
|
||||
OBJS += passes/techmap/lut2mux.o
|
||||
OBJS += passes/techmap/lut2bmux.o
|
||||
OBJS += passes/techmap/nlutmap.o
|
||||
OBJS += passes/techmap/shregmap.o
|
||||
OBJS += passes/techmap/deminout.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue