CIRCT
20.0.0git
|
Information about a circuit. More...
#include <FIRRTLInstanceInfo.h>
Public Attributes | |
igraph::ModuleOpInterface | dut |
The design-under-test if one is defined. More... | |
igraph::ModuleOpInterface | effectiveDut |
The design-under-test if one is defined or the top module. More... | |
Information about a circuit.
Definition at line 84 of file FIRRTLInstanceInfo.h.
igraph::ModuleOpInterface circt::firrtl::InstanceInfo::CircuitAttributes::dut |
The design-under-test if one is defined.
Definition at line 86 of file FIRRTLInstanceInfo.h.
Referenced by circt::firrtl::InstanceInfo::getDut(), circt::firrtl::InstanceInfo::hasDut(), circt::firrtl::InstanceInfo::InstanceInfo(), and circt::firrtl::InstanceInfo::isDut().
igraph::ModuleOpInterface circt::firrtl::InstanceInfo::CircuitAttributes::effectiveDut |
The design-under-test if one is defined or the top module.
Definition at line 89 of file FIRRTLInstanceInfo.h.
Referenced by circt::firrtl::InstanceInfo::getEffectiveDut(), circt::firrtl::InstanceInfo::InstanceInfo(), and circt::firrtl::InstanceInfo::isEffectiveDut().