|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.generator.cmosPLA.PLA
public class PLA
Class to generate MOSIS CMOS PLAs from personality files.
Method Summary | |
---|---|
static void |
generate()
Method called to generate a CMOS PLA. |
static void |
generate(Library destLib,
java.lang.String cellName,
java.lang.String andFileName,
java.lang.String orFileName,
boolean inputsOnTop,
boolean outputsOnBottom)
Method called to generate a CMOS PLA, given all options. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void generate()
public static void generate(Library destLib, java.lang.String cellName, java.lang.String andFileName, java.lang.String orFileName, boolean inputsOnTop, boolean outputsOnBottom)
destLib
- library where create PLA cells.cellName
- the name of the PLA cell to generate.andFileName
- the disk file with the AND plane.orFileName
- the disk file with the OR plane.inputsOnTop
- true to place inputs on the top of the plane.outputsOnBottom
- true to place outputs on the bottom of the plane.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |