mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 19:21:23 +00:00
Add opt_lut_ins pass. (#1673)
This commit is contained in:
parent
7033503cd9
commit
34d2fbd2f9
10 changed files with 367 additions and 4 deletions
|
@ -15,6 +15,7 @@ OBJS += passes/opt/wreduce.o
|
|||
OBJS += passes/opt/opt_demorgan.o
|
||||
OBJS += passes/opt/rmports.o
|
||||
OBJS += passes/opt/opt_lut.o
|
||||
OBJS += passes/opt/opt_lut_ins.o
|
||||
OBJS += passes/opt/pmux2shiftx.o
|
||||
OBJS += passes/opt/muxpack.o
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue