mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-02 01:59:06 +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 | ||