Constructor and Description |
---|
GateXor(java.util.List<Wire> ins,
Wire output)
GateXor 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 any the signal is different than
exactly one 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)