mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 16:33:19 +00:00
Add opt_mem_widen pass.
If all of us are wide, then none of us are!
This commit is contained in:
parent
1f74ec3535
commit
f791328506
4 changed files with 146 additions and 0 deletions
|
@ -4,6 +4,7 @@ OBJS += passes/opt/opt_merge.o
|
|||
OBJS += passes/opt/opt_mem.o
|
||||
OBJS += passes/opt/opt_mem_feedback.o
|
||||
OBJS += passes/opt/opt_mem_priority.o
|
||||
OBJS += passes/opt/opt_mem_widen.o
|
||||
OBJS += passes/opt/opt_muxtree.o
|
||||
OBJS += passes/opt/opt_reduce.o
|
||||
OBJS += passes/opt/opt_dff.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue