Difference between revisions of "CSC103: DT's Notes 1"
Line 901: | Line 901: | ||
To implement it with logic gates we make ''a'' and ''b'' inputs, and ''f'' the output of the circuit. Then ''b'' is fed into an inverter gate (NOT), and the output of the inverter into the input of an AND gate. The other input of the AND gate is connected to the ''a'' signal, and the output becomes ''f''. | To implement it with logic gates we make ''a'' and ''b'' inputs, and ''f'' the output of the circuit. Then ''b'' is fed into an inverter gate (NOT), and the output of the inverter into the input of an AND gate. The other input of the AND gate is connected to the ''a'' signal, and the output becomes ''f''. | ||
<br /> | <br /> | ||
− | <center>[[Image:aANDNOTb.png | + | <center>[[Image:aANDNOTb.png]]</center> |
<br /> | <br /> | ||
+ | Given the equations for the sum and carry signals that we generated earlier, we can now compose them using logic gates as shown below: | ||
+ | |||
+ | <br /> | ||
+ | <center>[[Image:2BitAdderWithGates.png]]</center> | ||
<br /> | <br /> | ||
<br /> | <br /> |
Revision as of 21:43, 16 September 2013
--© D. Thiebaut 08:10, 30 January 2012 (EST)