Design and implement (optional implementation) a two bit
adder using the following specifications:
- Consists of four input bits and three output bits.
- The input bits are x2 x1 and y2 y1 denoting the two operands
- The output bits are C S2 S1. S2 and S1 are the resulting two bits and
C is the carry bit.
- Your implementation should consist of utilization of the following
TTL chips 7404, 7408 and 7432.
Include the following information in your report:
- Tabular description of the output functions (C, S2, S1).
- K-map for each of the output functions.
- Minimized Boolean expression using the above K-maps.
- Draw a full schematic for each of the circuits either neatly by hand
or by any CAD program.
- Give an accurate count of the number of AND, OR and INV gates that you
have used in your design.
- Give and accurate count of the number of 7404, 7408 and 7432 chips used
in this design.
- Give all of the other components needed for the implementation of your
prototype.
- Give a cost estimate of this implementation.
- Give an estimate of the time delay before output availability.
Supplemental information:
- 7404 Specifications:
- Hex inverters (8 per chip)
- Cost of 60 cents per chip
- Response time of 22 ns max
- 7408 Specifications:
- Quad- 2 input AND gates (4 per chip)
- Cost of 70 cents per chip
- Response time of 27 ns max
- 7432 Specification
- Quad- 2 input OR gates (4 per chip)
- Cost of 59 cents per chip
- Response time of 22 ns max
- LED: Light Emitting Diode
- Breadbooard: Solderless boards for implementing your circuit
- 5-35 Dollars depending on size. $10 should be sufficient for this
project
- Battery holder:
Note: If you choose to implement a circuit that is different than the minimized
circuit, then you need to provide the reason.