Index: Difference between revisions
From TernaryWiki
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: | {{DISPLAYTITLE:<i style="font-size: 140%; font-variant: small-caps; text-shadow: 2px 2px 0px #000, 0 0 1px #000;"><b style="color: #f00;">Te</b><b style="color: #0f0;">rna</b><b style="color: #00f;">ry</b><b style="color: #ff0;">Wiki</b></i>}} | ||
<div style="text-align: center; font-weight: bold; font-size:120%;"> | <div style="text-align: center; font-weight: bold; font-size: 120%;">TNINE Balanced Ternary Computer</div> | ||
<p style="text-align: center;">Hobby Project</p> | |||
<div class="mainpage_row"> | <div class="mainpage_row"> | ||
Line 9: | Line 10: | ||
*[[Current Focus]] | *[[Current Focus]] | ||
*[[Ternary vs Binary]] | *[[Ternary vs Binary]] | ||
*[[AI Notice]] | |||
*[[Quantum]] | *[[Quantum]] | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="mainpage_row"> | <div class="mainpage_row"> | ||
<div class="mainpage_box"> | <div class="mainpage_box"> | ||
== Ternary Logic Gates == | |||
* '''+2 Input''' | |||
** [[SUM (Ternary Gate)|SUM]] | |||
** [[CON (Ternary Gate)|CON]] | |||
** [[ANY (Ternary Gate)|ANY]] | |||
** [[EOR (Ternary Gate)|EOR]] | |||
** [[COM (Ternary Gate)|COM]] | |||
** [[MIN (Ternary Gate)|MIN]] | |||
** [[MAX (Ternary Gate)|MAX]] | |||
* '''1 Input''' | |||
** [[NEG (Ternary Gate)|NEG]] | |||
** [[DEC (Ternary Gate)|DEC]] | |||
** [[INC (Ternary Gate)|INC]] | |||
** [[NTB (Ternary Gate)|NTB]] | |||
** [[PTB (Ternary Gate)|PTB]] | |||
</div> | </div> | ||
<div class="mainpage_box"> | <div class="mainpage_box"> | ||
== | == Binary Logic Gates == | ||
* [[ | * '''+2 Input''' | ||
** [[XOR (Binary Gate)|XOR]] | |||
** [[AND (Binary Gate)|AND]] | |||
** [[OR (Binary Gate)|OR]] | |||
* '''1 Input''' | |||
** [[NOT (Binary Gate)|NOT]] | |||
</div> | |||
<div class="mainpage_box"> | |||
== Logic == | |||
* [[Full Adder (Logic)|Full Adder]] | |||
</div> | |||
<div class="mainpage_box"> | |||
== Ternary Compute == | |||
* [[Shift (Ternary)|Shift]] | * [[Shift (Ternary)|Shift]] | ||
* [[Rotate (Ternary)|Rotate]] | * [[Rotate (Ternary)|Rotate]] | ||
* [[Add (Ternary)|Add]] | |||
* [[Multiply (Ternary)|Multiply]] | * [[Multiply (Ternary)|Multiply]] | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="mainpage_row"> | <div class="mainpage_row"> | ||
Line 88: | Line 89: | ||
== Implementation == | == Implementation == | ||
* [[Binary-Coded Ternary]] | * [[Binary-Coded Ternary]] | ||
* [https://circuitverse.org/users/6360 CircuitVerse | |||
* <u style="font-size: 20px;">[https://circuitverse.org/simulator/tnine-balanced-ternary-computer Current Simulator Project]</u> | |||
* [https://circuitverse.org/users/6360 Other CircuitVerse Projects] | |||
</div> | </div> | ||
<div class="mainpage_box"> | <div class="mainpage_box"> | ||
== Other Implementations == | == Other Implementations == | ||
* [[Low Open High]] | * [[Low Open High]] | ||
* [[NZP]] | * [[NZP]] | ||
* [[FPGA]] | * [[FPGA]] | ||
* [[Custom Chip]] | * [[Custom Chip]] | ||
</div> | </div> | ||
</div> | |||
== Binary-Coded Ternary Circuits == | |||
<div class="mainpage_row"> | |||
<div class="mainpage_box"> | |||
=== Gates === | |||
* [[NEG (BCT)|NEG]] | |||
* [[ANY (BCT)|ANY]] | |||
* [[CON (BCT)|CON]] | |||
* [[EOR (BCT)|EOR]] | |||
* [[SUM (BCT)|SUM]] | |||
* [[INC (BCT)|INC]] | |||
* [[DEC (BCT)|DEC]] | |||
</div> | |||
<div class="mainpage_box"> | |||
=== Logic === | |||
* [[MUX (BCT)|MUX]] | |||
* [[Half Adder (BCT)|Half Adder]] | |||
* [[Full Adder (BCT)|Full Adder]] | |||
</div> | |||
<div class="mainpage_box"> | |||
=== Operations === | |||
* [[Incrementer (BCT)|Incrementer]] | |||
* [[Adder (BCT)|Adder]] | |||
* [[Multiplier (BCT)|Multiplier]] | |||
* [[Shifts (BCT)|Shifts]] | |||
* [[Rotate (BCT)|Rotate]] | |||
</div> | </div> | ||
</div> | </div> | ||
__NOTOC__ | __NOTOC__ |
Latest revision as of 10:10, 4 August 2025
TNINE Balanced Ternary Computer
Hobby Project
Logic
Processor
Computer
Programming
Other Implementations
Binary-Coded Ternary Circuits
Logic
Operations