yosys/backends/cxxrtl
whitequark fb0270b752 write_cxxrtl: add support for hierarchical designs.
Hierarchical design simulations are generally much slower, but this
comes with a major increase in flexibility:
 1. Since the `flatten` pass currently does not support flattening
    of designs with processes, this is the only way to simulate such
    designs with cxxrtl.
 2. Support for hierarchy paves way for simulation black boxes,
    which are necessary for e.g. replacing PHYs with C++ code that
    integrates with the host system.
2020-04-09 04:08:36 +00:00
..
Makefile.inc write_cxxrtl: new backend. 2020-04-09 04:08:36 +00:00
cxxrtl.cc write_cxxrtl: add support for hierarchical designs. 2020-04-09 04:08:36 +00:00
cxxrtl.h write_cxxrtl: avoid undefined behavior on out-of-bounds memory access. 2020-04-09 04:08:36 +00:00