public class EquivalentSchematicExports
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
CellId |
cellId |
java.util.IdentityHashMap<Name,Global.Set> |
globalPartitions |
Global.Set |
globals |
EquivalentSchematicExports |
implementation |
int |
numExpandedExports |
int |
numExports |
int[] |
portOffsets |
Modifier and Type | Method and Description |
---|---|
static EquivalentSchematicExports |
computeEquivExports(Snapshot snapshot,
CellId top) |
boolean |
equals(java.lang.Object o) |
CellId |
getCellId() |
int[] |
getEquivPortsA() |
int[] |
getEquivPortsN() |
int[] |
getEquivPortsP() |
Name |
getExportName(int exportIndex) |
int |
getExportNameMapOffset(Name exportName) |
Global.Set |
getGlobals() |
int |
getNumExpandedExports() |
int |
getNumExports() |
int |
hashCode() |
public final CellId cellId
public final EquivalentSchematicExports implementation
public final Global.Set globals
public final int numExports
public final int[] portOffsets
public final int numExpandedExports
public final java.util.IdentityHashMap<Name,Global.Set> globalPartitions
public static EquivalentSchematicExports computeEquivExports(Snapshot snapshot, CellId top)
public CellId getCellId()
public Global.Set getGlobals()
public int getNumExports()
public Name getExportName(int exportIndex)
public int getExportNameMapOffset(Name exportName)
public int getNumExpandedExports()
public int[] getEquivPortsN()
public int[] getEquivPortsP()
public int[] getEquivPortsA()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object