CIRCT  20.0.0git
Public Attributes | List of all members
circt::firrtl::InstanceInfo::CircuitAttributes Struct Reference

Information about a circuit. More...

#include <FIRRTLInstanceInfo.h>

Collaboration diagram for circt::firrtl::InstanceInfo::CircuitAttributes:
Collaboration graph
[legend]

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...
 

Detailed Description

Information about a circuit.

Definition at line 84 of file FIRRTLInstanceInfo.h.

Member Data Documentation

◆ dut

igraph::ModuleOpInterface circt::firrtl::InstanceInfo::CircuitAttributes::dut

◆ effectiveDut

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().


The documentation for this struct was generated from the following file: