public class ReadableDump extends LibraryFiles
Input.InputPreferences
cellLambda, cellsConstructed, convertMosisCmosTechnologies, errorCount, IO_DUMMY_OBJECT, IO_TRUE_LIBRARY, lib, mainLibDirectory, nodeProtoCount, nodeProtoList, rotationMirrorBits, scaledCells, scaleLambdaBy20, sizeCorrectors, TINYDISTANCE, topLevelLibrary, totalCells, VERBOSE, version
byteCount, dataInputStream, ep, errorLogger, fileLength, filePath, inputStream, lineReader, READ_BUFFER_SIZE
Modifier and Type | Method and Description |
---|---|
protected double |
computeLambda(Cell cell,
int cellIndex) |
protected void |
computeTech(Cell cell,
java.util.Set uncomputedCells) |
protected boolean |
readProjectSettings()
Method to read project preferences from a Library.
|
protected void |
realizeCellsRecursively(Cell cell,
java.util.HashSet<Cell> markCellForNodes,
java.lang.String scaledCellName,
double scale)
Method to recursively create the contents of each cell in the library.
|
protected boolean |
spreadLambda(Cell cell,
int cellIndex) |
canScale, cleanupLibraryInput, convertGeomName, findOldViewName, findTechnologyName, getReaderForLib, initializeLibraryInput, readALibrary, readExternalLibraryFromFilename, readInputLibrary, readLibrary, readLibrary, readProjectsSettingsFromLibrary, reloadLibrary, reloadLibraryCells, scanNodesForRecursion
changesQuiet, closeInput, eofDuring, getAKeyword, getInputPreferences, getLine, getLineFromBinary, getProgressNote, getRestOfLine, importALibrary, importLibrary, initKeywordParsing, isBreakCharacter, isChangeQuiet, isNewLibraryCreated, openBinaryInput, openStringsInput, openTextInput, preprocessLine, readWholeLine, setProgressNote, setProgressValue, startProgressDialog, stopProgressDialog, updateProgressDialog
protected boolean readProjectSettings()
LibraryFiles
readProjectSettings
in class LibraryFiles
protected void realizeCellsRecursively(Cell cell, java.util.HashSet<Cell> markCellForNodes, java.lang.String scaledCellName, double scale)
protected boolean spreadLambda(Cell cell, int cellIndex)
spreadLambda
in class LibraryFiles
protected void computeTech(Cell cell, java.util.Set uncomputedCells)
computeTech
in class LibraryFiles
protected double computeLambda(Cell cell, int cellIndex)
computeLambda
in class LibraryFiles