yosys/passes/memory
Marcelina Kościelnicka d99fce3bc7 mem/extract_rdff: Fix "no FF made" edge case.
When converting a sync transparent read port with const address to async
read port, nothing at all needs to be done other than clk_enable change,
and thus we have no FF cell to return.  Handle this case correctly in
the helper and in its users.
2021-05-25 23:42:31 +02:00
..
Makefile.inc Add memory_narrow pass. 2021-05-25 03:04:13 +02:00
memory.cc memory_share: Split off feedback path finding as a separate pass. 2021-05-23 18:30:39 +02:00
memory_bram.cc memory_bram: Reuse extract_rdff helper for make_outreg. 2021-05-25 22:42:03 +02:00
memory_collect.cc memory_collect: Use Mem helpers. 2020-10-21 17:51:20 +02:00
memory_dff.cc Add new helper class for merging FFs into cells, use for memory_dff. 2021-05-23 14:46:59 +02:00
memory_map.cc memory_map: Add wide port support. 2021-05-25 02:57:32 +02:00
memory_memx.cc memory_memx: Use Mem helper. 2021-05-22 22:31:07 +02:00
memory_narrow.cc Add memory_narrow pass. 2021-05-25 03:04:13 +02:00
memory_nordff.cc mem/extract_rdff: Fix "no FF made" edge case. 2021-05-25 23:42:31 +02:00
memory_share.cc memory_share: Add wide port support. 2021-05-25 02:57:32 +02:00
memory_unpack.cc memory_unpack: Use Mem helpers. 2020-10-21 17:51:20 +02:00