mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 05:00:52 +00:00
Added memory_memx pass, "memory -memx", and "prep -memx"
This commit is contained in:
parent
f6629b9c29
commit
15ef608453
4 changed files with 121 additions and 4 deletions
|
@ -6,4 +6,5 @@ OBJS += passes/memory/memory_collect.o
|
|||
OBJS += passes/memory/memory_unpack.o
|
||||
OBJS += passes/memory/memory_bram.o
|
||||
OBJS += passes/memory/memory_map.o
|
||||
OBJS += passes/memory/memory_memx.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue