3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-15 05:18:45 +00:00
yosys/backends/cxxrtl
whitequark 5beab5bc17 cxxrtl: provide a way to perform unobtrusive power-on reset.
Although it is always possible to destroy and recreate the design to
simulate a power-on reset, this has two drawbacks:
  * Black boxes are also destroyed and recreated, which causes them
    to reacquire their resources, which might be costly and/or erase
    important state.
  * Pointers into the design are invalidated and have to be acquired
    again, which is costly and might be very inconvenient if they are
    captured elsewhere (especially through the C API).
2020-12-02 08:25:27 +00:00
..
cxxrtl.h cxxrtl: provide a way to perform unobtrusive power-on reset. 2020-12-02 08:25:27 +00:00
cxxrtl_backend.cc cxxrtl: provide a way to perform unobtrusive power-on reset. 2020-12-02 08:25:27 +00:00
cxxrtl_capi.cc cxxrtl: provide a way to perform unobtrusive power-on reset. 2020-12-02 08:25:27 +00:00
cxxrtl_capi.h cxxrtl: provide a way to perform unobtrusive power-on reset. 2020-12-02 08:25:27 +00:00
cxxrtl_vcd.h cxxrtl: handle multipart signals. 2020-06-11 19:34:35 +00:00
cxxrtl_vcd_capi.cc cxxrtl: add missing namespace. 2020-06-09 06:26:43 +00:00
cxxrtl_vcd_capi.h Fix formatting. NFC. 2020-06-10 15:48:40 +00:00
Makefile.inc cxxrtl: rename cxxrtl.cc→cxxrtl_backend.cc. 2020-06-07 03:48:40 +00:00