EOR (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
|||
Line 5: | Line 5: | ||
Useful as a controllable Buffer or [[NEG (Ternary Gate)|Negate]]. | Useful as a controllable Buffer or [[NEG (Ternary Gate)|Negate]]. | ||
The negated form | The negated form AEOR is useful to toggle between add and subtract modes within an Adder. | ||
== Truth Tables == | == Truth Tables == | ||
Line 100: | Line 100: | ||
<hr /> | <hr /> | ||
=== | === AEOR === | ||
<div class="tt"> | <div class="tt"> | ||
<table class="tt"> | <table class="tt"> | ||
<tr> | <tr> | ||
<td class="tt_br tt_bb" colspan="2" rowspan="2"> | <td class="tt_br tt_bb" colspan="2" rowspan="2">AEOR</td> | ||
<td colspan="3" class="tce"><b>B</b></td> | <td colspan="3" class="tce"><b>B</b></td> | ||
</tr> | </tr> | ||
Line 136: | Line 135: | ||
<table class="tt"> | <table class="tt"> | ||
<tr> | <tr> | ||
<td colspan="3"> | <td colspan="3">AEOR</td> | ||
</tr> | </tr> | ||
<tr> | <tr> |
Revision as of 15:15, 29 August 2024
Ternary XOR
Uses
Useful as a controllable Buffer or Negate.
The negated form AEOR is useful to toggle between add and subtract modes within an Adder.
Truth Tables
EOR

EOR | B | |||
- | 0 | + | ||
A | - | - | 0 | + |
0 | 0 | 0 | 0 | |
+ | + | 0 | - |
EOR | ||
A | B | Y |
- | - | - |
- | 0 | 0 |
- | + | + |
0 | - | 0 |
0 | 0 | 0 |
0 | + | 0 |
+ | - | + |
+ | 0 | 0 |
+ | + | - |
AEOR
AEOR | B | |||
- | 0 | + | ||
A | - | + | 0 | - |
0 | 0 | 0 | 0 | |
+ | - | 0 | + |
AEOR | ||
A | B | Y |
- | - | + |
- | 0 | 0 |
- | + | - |
0 | - | 0 |
0 | 0 | 0 |
0 | + | 0 |
+ | - | - |
+ | 0 | 0 |
+ | + | + |