3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-25 18:20:37 +00:00
yosys/backends/cxxrtl
whitequark 691418e13a cxxrtl: expose driver kind in debug information.
This can be useful to determine whether the wire should be a part of
a design checkpoint, whether it can be used to override design state,
and whether driving it may cause a conflict.
2020-09-02 18:00:12 +00:00
..
cxxrtl.h cxxrtl: expose driver kind in debug information. 2020-09-02 18:00:12 +00:00
cxxrtl_backend.cc cxxrtl: expose driver kind in debug information. 2020-09-02 18:00:12 +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: handle multipart signals. 2020-06-11 19:34:35 +00:00
cxxrtl_vcd_capi.cc
cxxrtl_vcd_capi.h
Makefile.inc