1
0
mirror of synced 2026-01-28 13:09:09 +00:00
Files
YosysHQ.yosys/backends
whitequark 06c0338f2c cxxrtl: make ROMs writable, document memory::operator[].
There is no practical benefit from using `const memory` for ROMs;
it uses an std::vector internally, which prevents contemporary
compilers from constant-propagating ROM contents. (It is not clear
whether they are permitted to do so.)

However, there is a major benefit from using non-const `memory` for
ROMs, which is the ability to dynamically fill the ROM for each
individual simulation.
2020-04-16 16:45:54 +00:00
..
2020-04-02 07:14:08 -07:00
2020-04-15 16:12:14 +02:00
2020-04-02 07:14:08 -07:00