mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-03 18:00:24 +00:00
memory_share: Split off feedback path finding as a separate pass.
memory_share is actually three passes in a trenchcoat. Split off the one that has the least in common with the other two as a separate pass.
This commit is contained in:
parent
1eea06bcc0
commit
d905990d01
4 changed files with 343 additions and 242 deletions
|
@ -2,6 +2,7 @@
|
|||
OBJS += passes/opt/opt.o
|
||||
OBJS += passes/opt/opt_merge.o
|
||||
OBJS += passes/opt/opt_mem.o
|
||||
OBJS += passes/opt/opt_mem_feedback.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