public static class GDS.GDSPreferences extends Input.InputPreferences
Modifier and Type | Field and Description |
---|---|
int |
arraySimplification |
boolean |
cadenceCompatibility |
boolean |
dumpReadable |
boolean |
expandCells |
boolean |
includeText |
double |
inputScale |
boolean |
instantiateArrays |
boolean |
mergeBoxes |
boolean |
simplifyCells |
boolean |
skeletonize |
int |
unknownLayerHandling |
disablePopups
Constructor and Description |
---|
GDS.GDSPreferences(boolean factory) |
Modifier and Type | Method and Description |
---|---|
Library |
doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
void |
setSkeleton(boolean sk) |
public double inputScale
public boolean simplifyCells
public int arraySimplification
public boolean instantiateArrays
public boolean expandCells
public boolean mergeBoxes
public boolean includeText
public int unknownLayerHandling
public boolean cadenceCompatibility
public boolean dumpReadable
public boolean skeletonize
public void setSkeleton(boolean sk)
setSkeleton
in class Input.InputPreferences
public Library doInput(java.net.URL fileURL, Library lib, Technology tech, EditingPreferences ep, java.util.Map<Library,Cell> currentCells, java.util.Map<CellId,java.util.BitSet> nodesToExpand, Job job)
doInput
in class Input.InputPreferences