forked from eggy/eifueo
ece124: add don't care
This commit is contained in:
@@ -266,6 +266,10 @@ The 1-bit Gray code is $0, 1$. To convert an $n$-bit Gray code to an $n+1$-bit G
|
||||
|
||||
Sorting truth table inputs in the order of the Gray code makes optimisation easier to do.
|
||||
|
||||
A **"don't care"** is represented by a $d$ in truth tables. It is used for optimisation if the state of that output doesn't matter, and can be treated as a one or a zero as desired.
|
||||
|
||||
It can be more efficient to optimise two different functions differently such that they are more optimised when combined.
|
||||
|
||||
### K-maps
|
||||
|
||||
Karnaugh maps are an alternate representation of truth tables arranged by the Gray code.
|
||||
|
Reference in New Issue
Block a user