Index: Difference between revisions
From TernaryWiki
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{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>}} | {{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> | ||
Line 16: | Line 17: | ||
<div class="mainpage_row"> | <div class="mainpage_row"> | ||
<div class="mainpage_box"> | <div class="mainpage_box"> | ||
== Ternary Logic Gates == | == Ternary Logic Gates == | ||
* '''+2 Input''' | * '''+2 Input''' | ||
Line 46: | Line 48: | ||
<div class="mainpage_box"> | <div class="mainpage_box"> | ||
== Compute == | == 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]] | ||
Line 81: | 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