CON (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
(→ACON) |
||
Line 131: | Line 131: | ||
<table class="tt"> | <table class="tt"> | ||
<tr> | |||
<td colspan="3">ACON</td> | |||
</tr> | |||
<tr> | <tr> | ||
<td class="tt_bb"><b>A</b></td> | <td class="tt_bb"><b>A</b></td> |
Revision as of 15:05, 29 August 2024
Consensus
Uses
CON gate is the ternary equivalent to the binary AND gate.
The negated form NCON is a universal gate just like binary NAND. Every other logic gate can be made with the correct partern of NCON gates.
Truth Tables
CON

CON | B | |||
- | 0 | + | ||
A | - | - | 0 | 0 |
0 | 0 | 0 | 0 | |
+ | 0 | 0 | + |
A | B | Y |
- | - | - |
- | 0 | 0 |
- | + | 0 |
0 | - | 0 |
0 | 0 | 0 |
0 | + | 0 |
+ | - | 0 |
+ | 0 | 0 |
+ | + | + |
ACON
ACON | B | |||
- | 0 | + | ||
A | - | + | 0 | 0 |
0 | 0 | 0 | 0 | |
+ | 0 | 0 | - |
ACON | ||
A | B | Y |
- | - | + |
- | 0 | 0 |
- | + | 0 |
0 | - | 0 |
0 | 0 | 0 |
0 | + | 0 |
+ | - | 0 |
+ | 0 | 0 |
+ | + | - |