Half Adder (BCT)

From TernaryWiki
Revision as of 10:49, 29 July 2025 by MrDyne (talk | contribs) (Created page with "Ternary Half Adder in BCT. This adds two trits and returns a sum and carry. Half Adders are building blocks of Full Adders. A normal binary half adder uses an XOR and AND gate. Converted to ternary that would be a SUM and CON gate. Due to the similar design of the BCT SUM and BCT CON gate we can actually get...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Ternary Half Adder in BCT. This adds two trits and returns a sum and carry. Half Adders are building blocks of Full Adders.

A normal binary half adder uses an XOR and AND gate. Converted to ternary that would be a SUM and CON gate. Due to the similar design of the BCT SUM and BCT CON gate we can actually get the CON results from a SUM with just a pair of Inverters.

BCT Half Adder