public class NccCellAnnotations
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
NccCellAnnotations.NamePattern |
Modifier and Type | Field and Description |
---|---|
static Variable.Key |
NCC_ANNOTATION_KEY
key of Variable holding NCC Cell annotations.
|
Modifier and Type | Method and Description |
---|---|
static void |
addNccAnnotation(Cell c,
java.lang.String newAnnotation)
Add an NCC annotation to a Cell.
|
boolean |
flattenInstance(java.lang.String instName) |
static NccCellAnnotations |
getAnnotations(Cell cell)
Method to get the NCC annotations on a Cell.
|
java.util.Iterator<java.lang.String> |
getAnnotationText() |
java.lang.String |
getBlackBoxReason() |
java.util.Iterator<java.util.List<NccCellAnnotations.NamePattern>> |
getExportsConnected() |
java.util.List<java.lang.String> |
getForcePartMatches() |
java.util.List<java.lang.String> |
getForceWireMatches() |
Cell.CellGroup |
getGroupToJoin() |
java.lang.String |
getNotSubcircuitReason() |
java.lang.String |
getResistorType() |
java.lang.String |
getSkipReason() |
java.lang.String |
getTransistorType() |
static void |
makeNCCAnnotationMenuCommand(java.lang.String newAnnotation)
Method to create NCC annotations in the current Cell.
|
boolean |
renameExport(java.lang.String exportName) |
public static final Variable.Key NCC_ANNOTATION_KEY
public static void makeNCCAnnotationMenuCommand(java.lang.String newAnnotation)
public static void addNccAnnotation(Cell c, java.lang.String newAnnotation)
public static NccCellAnnotations getAnnotations(Cell cell)
cell
- the Cell to query.public java.lang.String getSkipReason()
public java.lang.String getNotSubcircuitReason()
public java.util.Iterator<java.util.List<NccCellAnnotations.NamePattern>> getExportsConnected()
public java.util.Iterator<java.lang.String> getAnnotationText()
public Cell.CellGroup getGroupToJoin()
public boolean flattenInstance(java.lang.String instName)
public boolean renameExport(java.lang.String exportName)
public java.lang.String getBlackBoxReason()
public java.lang.String getTransistorType()
public java.lang.String getResistorType()
public java.util.List<java.lang.String> getForceWireMatches()
public java.util.List<java.lang.String> getForcePartMatches()