1
0
mirror of synced 2026-04-24 19:40:49 +00:00
Files
YosysHQ.yosys/backends/cxxrtl
Catherine 55c9fb3b18 cxxrtl: preserve interior memory pointers across reset.
Before this commit, values, wires, and memories with an initializer
were value-initialized in emitted C++ code. After this commit, all
values, wires, and memories are default-initialized, and the default
constructor of generated modules calls the reset() method, which
assigns the members that have an initializer.
2021-12-11 16:40:06 +00:00
..
2020-06-10 15:48:40 +00:00