yosys/passes
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
..
cmds Merge pull request #4216 from YosysHQ/show_href 2024-02-19 20:50:53 +01:00
equiv equiv_simple: Fix seed handling in non-short mode 2023-10-03 13:05:42 +02:00
fsm add option to fsm_detect to ignore self-resetting 2023-01-30 16:12:53 +01:00
hierarchy hierarchy: Without a known top module, derive all deferred modules 2024-02-06 10:31:40 +01:00
memory opt_mem, memory_*: Refuse to operate in presence of processes 2024-02-23 12:27:53 +01:00
opt opt_mem, memory_*: Refuse to operate in presence of processes 2024-02-23 12:27:53 +01:00
pmgen Address `SigBit`/`SigSpec` confusion issues under c++20 2024-02-08 17:48:36 +01:00
proc Merge pull request #4218 from kivikakk/proc_rom-actionless-switch 2024-02-19 16:21:40 +01:00
sat clk2fflogic: Fix handling of $check cells 2024-02-14 11:42:27 +01:00
techmap dfflibmap: use patmatch() from kernel/yosys.cc 2024-02-20 11:04:55 -05:00
tests Add $bmux and $demux cells. 2022-01-28 23:34:41 +01:00