3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-28 19:01:30 +00:00
yosys/passes/memory
Martin Povišer 030d639201 opt_mem, memory_*: Refuse to operate in presence of processes
Processes can contain `MemWriteAction` entries which are invisible to
most passes operating on memories but which will be lowered to write
ports later on by `proc_memwr`. For that reason we can get corrupted
RTLIL if we sequence the memory passes before `proc`. Address that by
making the affected memory passes ignore modules with processes.
2024-02-23 12:27:53 +01:00
..
Makefile.inc
memlib.cc
memlib.h
memlib.md
memory.cc
memory_bmux2rom.cc
memory_bram.cc
memory_collect.cc opt_mem, memory_*: Refuse to operate in presence of processes 2024-02-23 12:27:53 +01:00
memory_dff.cc
memory_libmap.cc opt_mem, memory_*: Refuse to operate in presence of processes 2024-02-23 12:27:53 +01:00
memory_map.cc opt_mem, memory_*: Refuse to operate in presence of processes 2024-02-23 12:27:53 +01:00
memory_memx.cc memory_memx: Fix log header 2024-02-23 12:27:10 +01:00
memory_narrow.cc opt_mem, memory_*: Refuse to operate in presence of processes 2024-02-23 12:27:53 +01:00
memory_nordff.cc
memory_share.cc opt_mem, memory_*: Refuse to operate in presence of processes 2024-02-23 12:27:53 +01:00
memory_unpack.cc