3
0
Fork 0
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:
Marcelina Kościelnicka 2021-08-13 00:43:15 +02:00
parent 1f74ec3535
commit f791328506
4 changed files with 146 additions and 0 deletions

View file

@ -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