diff --git a/hw3.tex b/hw3.tex index e455564..acf6dcf 100644 --- a/hw3.tex +++ b/hw3.tex @@ -65,7 +65,7 @@ Xor all slices into a 32-bit string $d = r_1 \xor \dotsb \xor r_8$. Compute $w = d \xor \mathtt{0x24d03294}$. - \item Draw the Karnaugh map (use a template below) for a function $f(A,B,C,D,E)$ defined by the truth table~$w = (w_{1} \dots w_{32})$ (MSB corresponds to~$f(\vvmathbb{0}) = w_{1}$, LSB to~$f(\vvmathbb{1}) = w_{32}$). + \item Draw the Karnaugh map (use a template below) for a function $f(A,B,C,D,E)$ defined by the truth table~$w = (w_{1} \dots w_{32})$, where MSB corresponds to~$f(\vvmathbb{0}) = w_{1}$ and LSB to~$f(\vvmathbb{1}) = w_{32}$. \item Use K-map to find the minimal DNF and minimal CNF for the function $f$.