com.sun.electric.tool.generator.cmosPLA
Class PLA

java.lang.Object
  extended by com.sun.electric.tool.generator.cmosPLA.PLA

public class PLA
extends java.lang.Object

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

generate

public static void generate()
Method called to generate a CMOS PLA. Invokes a dialog to ask for options.


generate

public 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.

Parameters:
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.