|
|
|
|
|
by theamk
1992 days ago
|
|
I don’t think it will work with trinary numbers though, as in his design “unknown” is treated as “zero”. So if there is an adder which outputs “0”, there is bo way to tell if the computation was done and result was zero, or if it is still in progress. |
|
I basically used this sort of design in a dual-rail logic framework which had 4 line-states per "data" line pair, two of which were real data bits, a third indicated unknown vs. unknown, and the fourth was unused.
See https://core.ac.uk/download/pdf/82751815.pdf, but beware that even though it doesn't look at all like ternary numbers in use, it absolute is.