engine
Class NOutputGateDescription

java.lang.Object
  |
  +--engine.StdGateDescription
        |
        +--engine.NOutputGateDescription

class NOutputGateDescription
extends StdGateDescription

n_output_gate can be one of the following: buf/not

See Also:
Serialized Form

Fields inherited from class engine.StdGateDescription
and, buf, bufif0, bufif1, cmos, delay, delaySpecs, nand, nmos, nor, not, notif0, notif1, or, pmos, rcmos, rnmos, rpmos, rtran, rtranif0, rtranif1, tran, tranif0, tranif1, type, typeToString, xnor, xor
 
Constructor Summary
(package private) NOutputGateDescription(byte type)
           
 
Method Summary
 java.lang.Object createNewModule(NameSpace parent, ModuleInstanceDescription miDesc, byte strength, ScopeNode scope)
           
 java.lang.Object createNewModuleArray(NameSpace parent, ModuleInstanceDescription miDesc, byte strength, ScopeNode scope, int ars, int are, int n, int increment)
           
 
Methods inherited from class engine.StdGateDescription
, isTop, name, setParams, unsetParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

NOutputGateDescription

NOutputGateDescription(byte type)
Method Detail

createNewModule

public java.lang.Object createNewModule(NameSpace parent,
                                        ModuleInstanceDescription miDesc,
                                        byte strength,
                                        ScopeNode scope)
                                 throws ParseException

createNewModuleArray

public java.lang.Object createNewModuleArray(NameSpace parent,
                                             ModuleInstanceDescription miDesc,
                                             byte strength,
                                             ScopeNode scope,
                                             int ars,
                                             int are,
                                             int n,
                                             int increment)
                                      throws ParseException