Index: Difference between revisions

From TernaryWiki
Jump to navigationJump to search
mNo edit summary
 
(10 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%;">Wiki About The TNINE Balanced Ternary Computer</div>
<div style="text-align: center; font-weight: bold; font-size: 120%;">TNINE Balanced Ternary Computer</div>
<p style="text-align: center;">Hobby Project</p>
<p style="text-align: center;">Hobby Project</p>


Line 12: Line 12:
*[[AI Notice]]
*[[AI Notice]]
*[[Quantum]]
*[[Quantum]]
*[https://discord.gg/3an392s3vZ Discord Chat]
</div>
</div>
</div>
</div>
Line 49: 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 84: Line 89:
== Implementation ==
== Implementation ==
* [[Binary-Coded Ternary]]
* [[Binary-Coded Ternary]]
* [https://circuitverse.org/users/6360 CircuitVerse.org Logic Sim Projects]
 
* [[Circuitverse Guide]]
* <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]]
* [[Discrete Component]]
* [[FPGA]]
* [[FPGA]]
* [[Custom Chip]]
* [[Custom Chip]]
</div>
</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>
<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>
__NOTOC__
__NOTOC__

Latest revision as of 10:10, 4 August 2025

TNINE Balanced Ternary Computer

Hobby Project

Ternary Logic Gates

Binary Logic Gates

Logic

Ternary Compute

Binary-Coded Ternary Circuits