|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.generator.sclibrary.SCLibraryGen
public class SCLibraryGen
Generate a standard cell library from purple and red libraries User: gainsley Date: Nov 15, 2006
Nested Class Summary | |
---|---|
static class |
SCLibraryGen.CreateVar
|
static class |
SCLibraryGen.StandardCellHierarchy
Standard Cell Enumerator |
Field Summary | |
---|---|
static Variable.Key |
STANDARDCELL
|
Constructor Summary | |
---|---|
SCLibraryGen()
|
Method Summary | |
---|---|
void |
addStandardCell(java.lang.String type,
java.lang.String sizes)
Add command to generate the standard cell type for the given space-separated list of sizes. |
boolean |
generate(StdCellParams sc)
Generates the standard cell library |
static java.util.Set<Cell> |
getStandardCellsInHierarchy(Cell topCell)
Return the standard cells in a hierarchy starting from the specified top cell. |
static boolean |
isStandardCell(Cell cell)
Returns true if the cell is marked as a standard cell for Static Timing Analysis |
static void |
markStandardCell(Cell cell)
Mark the cell as a standard cell |
static void |
markStandardCellJob(Cell cell)
Mark the cell as a standard cell. |
void |
setOutputLibName(java.lang.String name)
Set the name of the output standard cell library. |
void |
setPurpleRedLibs(java.lang.String purpleLibraryName,
java.lang.String redLibraryName)
Set the names of the purple and red libraries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Variable.Key STANDARDCELL
Constructor Detail |
---|
public SCLibraryGen()
Method Detail |
---|
public void setPurpleRedLibs(java.lang.String purpleLibraryName, java.lang.String redLibraryName)
purpleLibraryName
- redLibraryName
- public void setOutputLibName(java.lang.String name)
name
- public void addStandardCell(java.lang.String type, java.lang.String sizes)
type
- sizes
- public boolean generate(StdCellParams sc)
sc
- standard cell parameters
public static void markStandardCellJob(Cell cell)
cell
- the cell to mark with the standard cell attribute markerpublic static void markStandardCell(Cell cell)
cell
- the cell to mark with the standard cell attribute markerpublic static java.util.Set<Cell> getStandardCellsInHierarchy(Cell topCell)
topCell
- the top cell in the hierarchy (sch or lay view)
public static boolean isStandardCell(Cell cell)
cell
- the cell to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |