Constructor and Description |
---|
GateAnd(java.util.List<Wire> ins,
Wire output)
GateAnd constructor, construct the disign of our gate and
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
public boolean equals(Object other).
|
boolean |
propagate()
propagate() methods return a boolean false if all the signal are HI
and set the value for output that depends on what the list of Wire
has on inputs.
|
public boolean propagate()
public boolean equals(java.lang.Object other)