Index: Difference between revisions
From TernaryWiki
Jump to navigationJump to search
No edit summary |
|||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: | {{DISPLAYTITLE:<i style="font-size: 140%; font-variant: small-caps;"><b style="color: #00000; text-shadow: 2px 2px 2px #555;">Ternary</b><b style="color: #ff0; text-shadow: 2px 2px 2px #555;">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%;">Wiki About Ternary Computers</div> | ||
<div | |||
<div class="mainpage_row"> | |||
<div class="mainpage_box"> | |||
== Wiki == | == Wiki == | ||
* [[ | *[[About]] | ||
* [[Project Goals]] | *[[Project Goals]] | ||
* [[Current Focus]] | *[[Current Focus]] | ||
* [[Ternary vs Binary]] | *[[Ternary vs Binary]] | ||
* [[Quantum]] | *[[Quantum]] | ||
*[https://discord.gg/3an392s3vZ Discord Chat] | |||
== | </div> | ||
<div class=" | </div> | ||
=== Ternary | |||
* +2 Input | == Computing == | ||
<div class="mainpage_row"> | |||
<div class="mainpage_box"> | |||
== Ternary Logic Gates == | |||
* '''+2 Input''' | |||
** [[SUM (Ternary Gate)|SUM]] | ** [[SUM (Ternary Gate)|SUM]] | ||
** [[CON (Ternary Gate)|CON]] | ** [[CON (Ternary Gate)|CON]] | ||
Line 20: | Line 26: | ||
** [[MAX (Ternary Gate)|MAX]] | ** [[MAX (Ternary Gate)|MAX]] | ||
** [[MIN (Ternary Gate)|MIN]] | ** [[MIN (Ternary Gate)|MIN]] | ||
* 1 Input | |||
* '''1 Input''' | |||
** [[NEG (Ternary Gate)|NEG]] | ** [[NEG (Ternary Gate)|NEG]] | ||
** [[INC (Ternary Gate)|INC]] | ** [[INC (Ternary Gate)|INC]] | ||
** [[DEC (Ternary Gate)|DEC]]</div><div class=" | ** [[DEC (Ternary Gate)|DEC]] | ||
** [[NTB (Ternary Gate)|NTB]] | |||
* +2 Input | ** [[PTB (Ternary Gate)|PTB]] | ||
</div> | |||
<div class="mainpage_box"> | |||
== Binary Logic Gates == | |||
* '''+2 Input''' | |||
** [[XOR (Binary Gate)|XOR]] | |||
** [[AND (Binary Gate)|AND]] | ** [[AND (Binary Gate)|AND]] | ||
** [[OR (Binary Gate)|OR]] | ** [[OR (Binary Gate)|OR]] | ||
* 1 Input | * '''1 Input''' | ||
** [[NOT (Binary Gate)|NOT]]</div> | ** [[NOT (Binary Gate)|NOT]] | ||
</div> | |||
<div class="mainpage_box"> | |||
== Compute == | == Compute == | ||
* [[Shift (Ternary)|Shift]] | * [[Shift (Ternary)|Shift]] | ||
* [[Rotate (Ternary)|Rotate]] | * [[Rotate (Ternary)|Rotate]] | ||
* [[Add (Ternary)|Add]] | |||
* [[Multiply (Ternary)|Multiply]] | * [[Multiply (Ternary)|Multiply]] | ||
</div> | |||
== Computer == | </div> | ||
== TNINE Balanced Ternary Computer == | |||
<div class="mainpage_row"> | |||
<div class="mainpage_box"> | |||
== Processor == | == Processor == | ||
* [[Registers]] | * [[Registers]] | ||
Line 49: | Line 66: | ||
* [[Memory]] | * [[Memory]] | ||
* [[IO]] | * [[IO]] | ||
</div> | |||
<div class="mainpage_box"> | |||
== Computer == | |||
* [[Terminal]] | |||
* [[Data Storage]] | |||
</div> | |||
<div class="mainpage_box"> | |||
== Programming == | == Programming == | ||
* [[Heptavintimal]] | * [[Heptavintimal]] | ||
* [[Construct]] | * [[Construct]] | ||
* [[T Language]] | * [[T Language]] | ||
</div> | |||
== | |||
<div class="mainpage_box"> | |||
== Implementation == | |||
* [[Binary-Coded Ternary]] | * [[Binary-Coded Ternary]] | ||
* [https://circuitverse.org/ | * [https://circuitverse.org/users/6360 CircuitVerse.org Logic Sim Projects] | ||
* [[Circuitverse Guide]] | * [[Circuitverse Guide]] | ||
</div> | |||
<div class="mainpage_box"> | |||
== Other Implementations == | == Other Implementations == | ||
* [[Low Open High]] | * [[Low Open High]] | ||
Line 66: | Line 95: | ||
* [[FPGA]] | * [[FPGA]] | ||
* [[Custom Chip]] | * [[Custom Chip]] | ||
</div> | |||
</div> | |||
</div> | </div> | ||
__NOTOC__ | __NOTOC__ |
Latest revision as of 22:21, 8 May 2025
Wiki About Ternary Computers