|
CIRCT 22.0.0git
|
#include <DebugInfo.h>

Public Attributes | |
| Operation * | op = nullptr |
| The operation that generated this instance. | |
| StringAttr | name |
| The name of this instance. | |
Definition at line 41 of file DebugInfo.h.
| StringAttr circt::DIInstance::name |
The name of this instance.
Definition at line 45 of file DebugInfo.h.
Referenced by dump(), and getVerilogInstanceName().
| Operation* circt::DIInstance::op = nullptr |
The operation that generated this instance.
Definition at line 43 of file DebugInfo.h.
Referenced by dump(), and getVerilogInstanceName().