engine
Class NInputGateDescription
java.lang.Object
|
+--engine.StdGateDescription
|
+--engine.NInputGateDescription
- class NInputGateDescription
- extends StdGateDescription
n_input_gate can be one of the following:
and/nand/or/nor/xor/xnor
- 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 |
|
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 java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
NInputGateDescription
NInputGateDescription(byte type)
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