|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.generator.layout.SchemToLay
public class SchemToLay
Constructor Summary | |
---|---|
SchemToLay()
|
Method Summary | |
---|---|
static Cell |
makePart(Cell schem,
VarContext context,
java.util.HashMap<java.lang.String,java.lang.Object> exportTrackAssign,
StdCellParams stdCell)
Read a Gasp cell schematic and produce the layout for it. |
static Cell |
makePart(Cell schem,
VarContext context,
StdCellParams stdCell)
Read a Gasp cell schematic and produce the layout for it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemToLay()
Method Detail |
---|
public static Cell makePart(Cell schem, VarContext context, StdCellParams stdCell)
Equivalent to:
makePart(schematic, context, new HashMap(), stdCell);
public static Cell makePart(Cell schem, VarContext context, java.util.HashMap<java.lang.String,java.lang.Object> exportTrackAssign, StdCellParams stdCell)
schem
- Schematic view Cellcontext
- Hierarchical path from root schematic.exportTrackAssign
- Map from export name to Integer track
index. Negative indices represent NMOS tracks. Non-negative
indices represent PMOS tracks. Index 0 is PMOS track closest to
the center. Index -1 is NMOS track closest to the center.stdCell
- Standard cell parameters used to build the layout
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |