public class PLA
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
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.