3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-09 02:41:58 +00:00
yosys/backends/cxxrtl
Marcelina Kościelnicka 8bf9cb407d kernel/mem: Add a coalesce_inits helper.
While this helper is already useful to squash sequential initializations
into one in cxxrtl, its main purpose is to squash overlapping masked memory
initializations (when they land) and avoid having to deal with them in
cxxrtl runtime.
2021-07-13 15:59:11 +02:00
..
cxxrtl.h cxxrtl: do not use ->template for non-dependent names. 2021-01-26 18:09:53 +00:00
cxxrtl_backend.cc kernel/mem: Add a coalesce_inits helper. 2021-07-13 15:59:11 +02:00
cxxrtl_capi.cc cxxrtl: implement debug information outlining. 2020-12-14 01:27:27 +00:00
cxxrtl_capi.h cxxrtl: use static inline instead of inline in the C API. 2020-12-20 14:48:16 +00:00
cxxrtl_vcd.h cxxrtl: do not use ->template for non-dependent names. 2021-01-26 18:09:53 +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