ANY (Ternary Gate): Difference between revisions

From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary
Line 100: Line 100:
<hr />
<hr />


=== NANY ===
=== AANY ===
[[File:NANY_GATE.png|thumb|alt=Negated Any Gate Symbol|Negated Any Gate Symbol]]
<div class="tt">
<div class="tt">
<table class="tt">
<table class="tt">
<tr>
<tr>
<td class="tt_br tt_bb" colspan="2" rowspan="2">ANY</td>
<td class="tt_br tt_bb" colspan="2" rowspan="2">AANY</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">NANY</td>
<td colspan="3">AANY</td>
</tr>
</tr>
<tr>
<tr>

Revision as of 15:08, 29 August 2024

Any

Uses

ANY gate is the ternary equivalent to the binary OR gate.

The negated form NANY is a universal gate just like binary NOR. Every other logic gate can be made with the correct partern of NANY gates.

Truth Tables

ANY

Any Gate Symbol
Any Gate Symbol
ANY B
- 0 +
A - - - 0
0 - 0 +
+ 0 + +
ANY
A B Y
- - -
- 0 -
- + 0
0 - -
0 0 0
0 + +
+ - 0
+ 0 +
+ + +

AANY

AANY B
- 0 +
A - + + 0
0 + 0 -
+ 0 - -
AANY
A B Y
- - +
- 0 +
- + 0
0 - +
0 0 0
0 + -
+ - 0
+ 0 -
+ + -