Binary-Coded Ternary
From T729 Balanced Ternary Computer
Jump to navigationJump to search
Binary-coded Ternary (BCT) is an implementation of ternary logic built on top of normal binary logic. Using two bits or wires per trit as the base. Sub-circuits made with binary logic gates can emulate the truth tables of ternary logic gates.
This implementation is useful with logic simulators and would most likely function on an FPGA. However because each trit needs two wires a design would be extremely bloated with interconnects and bus lines. Doubling the wiring and logic and loosing most of the advantages of a ternary computer.
BCT | ||
N | P | T |
0 | 0 | 0 |
0 | 1 | + |
1 | 0 | - |
1 | 1 | ? |