InstanceDriverState struct
#include <slang/analysis/DriverTracker.h>
State tracked per canonical instance.
Public types
- struct HierPortDriver
- Information about a driver that is applied hierarchically through an interface or ref port and so needs to be reapplied for non-canonical instances.
Public variables
-
std::
vector<HierPortDriver> hierPortDrivers - Drivers that are applied through hierarchical ports.
-
std::
vector<const ast:: InstanceSymbol*> nonCanonicalInstances - A list of instances that refer to the canonical one.