CON (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
(→CON) |
No edit summary |
||
Line 101: | Line 101: | ||
<hr /> | <hr /> | ||
=== | === NCON === | ||
<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">NCON</td> | ||
<td colspan="3" class="tce"><b>B</b></td> | <td colspan="3" class="tce"><b>B</b></td> | ||
</tr> | </tr> | ||
Line 136: | Line 136: | ||
<table class="tt"> | <table class="tt"> | ||
<tr> | <tr> | ||
<td colspan="3"> | <td colspan="3">NCON</td> | ||
</tr> | </tr> | ||
<tr> | <tr> |
Revision as of 05:18, 12 September 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 | + |
CON | ||
A | B | Y |
- | - | - |
- | 0 | 0 |
- | + | 0 |
0 | - | 0 |
0 | 0 | 0 |
0 | + | 0 |
+ | - | 0 |
+ | 0 | 0 |
+ | + | + |
NCON
NCON | B | |||
- | 0 | + | ||
A | - | + | 0 | 0 |
0 | 0 | 0 | 0 | |
+ | 0 | 0 | - |
NCON | ||
A | B | Y |
- | - | + |
- | 0 | 0 |
- | + | 0 |
0 | - | 0 |
0 | 0 | 0 |
0 | + | 0 |
+ | - | 0 |
+ | 0 | 0 |
+ | + | - |