Skip to content

Commit

Permalink
Simple text for logic gate names
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Nov 6, 2023
1 parent 6d00c89 commit 652e0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@

%% Task: Binary-to-Gray conversion.
\item Construct a minimal Boolean circuit that implements the conversion of 4-bit binary numbers to Gray code\Href{https://en.wikipedia.org/wiki/Gray_code}, \textit{i.e.} the function $f \colon \Bool^4 \to \Bool^4$ with the semantics $(b_3,b_2,b_1,b_0) \mapsto (g_3,g_2,g_1,g_0)$, \textit{e\Cat[1.5pt]g.}, $\mathtt{0000}_{2} \mapsto \mathtt{0000}_{\mathrm{Gray}}$, and $\mathtt{1001}_{2} \mapsto \mathtt{1101}_{\mathrm{Gray}}$.
Use only $\mathtt{NAND}$ and $\mathtt{NOR}$ logic gates.
Use only NAND and NOR logic gates.


% Task: Subtractor.
Expand Down

0 comments on commit 652e0f8

Please sign in to comment.