3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-28 22:18:59 +00:00
yosys/backends/cxxrtl
whitequark 65083e9520 cxxrtl: run hierarchy -auto-top if no top module is present.
In most cases, a CXXRTL simulation would use a top module, either
because this module serves as an entry point to the CXXRTL C API,
or because the outputs of a top module are unbuffered, improving
performance. Taking this into account, the CXXRTL backend now runs
`hierarchy -auto-top` if there is no top module. For the few cases
where this behavior is unwanted, it now accepts a `-nohierarchy`
option.

Fixes #2373.
2020-11-02 19:18:56 +00:00
..
cxxrtl.h cxxrtl: expose driver kind in debug information. 2020-09-02 18:00:12 +00:00
cxxrtl_backend.cc cxxrtl: run hierarchy -auto-top if no top module is present. 2020-11-02 19:18:56 +00:00
cxxrtl_capi.cc cxxrtl: expose eval() and commit() via the C API. 2020-07-12 23:34:18 +00:00
cxxrtl_capi.h cxxrtl: expose driver kind in debug information. 2020-09-02 18:00:12 +00:00
cxxrtl_vcd.h
cxxrtl_vcd_capi.cc
cxxrtl_vcd_capi.h
Makefile.inc