CIRCT
20.0.0git
|
#include <DebugInfo.h>
Public Attributes | |
Operation * | op = nullptr |
The operation that generated this instance. More... | |
StringAttr | name |
The name of this instance. More... | |
DIModule * | module |
The instantiated module. More... | |
Definition at line 41 of file DebugInfo.h.
DIModule* circt::DIInstance::module |
The instantiated module.
Definition at line 47 of file DebugInfo.h.
Referenced by hw.InstanceBuilder::create_default_value(), dump(), om.Evaluator::instantiate(), hw.InstanceBuilder::operand_names(), and hw.InstanceBuilder::result_names().
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().