mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 20:33:39 +00:00
The RAMs inferred by GHDL are split into separate instances for byte enables. This pass recombines memories that have the same input address (and matching characteristics) allowing a single BRAM to be used with byte enables. Work in progress, needs more checks for memory compatibility Briefly tested to work for microwatt |
||
---|---|---|
.. | ||
Makefile.inc | ||
memory.cc | ||
memory_bram.cc | ||
memory_collect.cc | ||
memory_dff.cc | ||
memory_map.cc | ||
memory_memx.cc | ||
memory_narrow.cc | ||
memory_nordff.cc | ||
memory_share.cc | ||
memory_unpack.cc |