3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-10 11:17:09 +00:00
yosys/backends/cxxrtl
whitequark f6e16e7f4c cxxrtl: generate debug information for non-localized public wires.
Debug information describes values, wires, and memories with a simple
C-compatible layout. It can be emitted on demand into a map, which
has no runtime cost when it is unused, and allows late bound designs.

The `hdlname` attribute is used as the lookup key such that original
names, as emitted by the frontend, can be used for debugging and
introspection.
2020-06-06 21:12:55 +00:00
..
cxxrtl.cc cxxrtl: generate debug information for non-localized public wires. 2020-06-06 21:12:55 +00:00
cxxrtl.h cxxrtl: generate debug information for non-localized public wires. 2020-06-06 21:12:55 +00:00
Makefile.inc write_cxxrtl: new backend. 2020-04-09 04:08:36 +00:00