Prelab3 TT02 Group05
Prelab3 TT02 Group05
A. PRELAB
Application Circuit:
GND
+5V 14
13
12
11
10
14
13
12
11
10
14
13
12
11
10
9
8
1 2 34
ON
1
7
GND
+5V
Question 2: Design a 4 bit full adder/full subtractor circuit using IC 74LS283 . The circuit has three inputs:
Sel (1bit), A (4bit) và B (4bit) and 2 outputs: S (4bit), Cout (1bit).
- When Sel = 0, S = A + B
- When Sel = 1, S = A – B
74LS283 is an IC 4-bit ripple-carry adder. It adds two 4-bit binary numbers [A (A4A3A2A1) and B
(B4B3B2B1)] and a carry in bit (Cin). It is composed of four fulladders. The augend’s bits of “B” are
added to the addend bits of “A” respectfully of their binary position. Each bit addition produces a sum (S)
and a carry out (Co). The carry out is then transmitted to the carry in (Ci) of the next higher-order bit. The
final result produces a sum of four bits S (S4S3S2S1) plus a carry out (Cout) bit.
Lab 3: Combinational Circuit – Sequential Circuit Design
Draw logic diagram and show how to design: 4-bit parallel adder
Lab 3: Combinational Circuit – Sequential Circuit Design
Application circuit:
Asynchronous counters are counters that are configured such that all flip-flops are not triggered
simultaneously by a common clock. Since each flip-flop in the counter is triggered by the flip-flop in
series before it, these counters are also referred to as ripple counters. There are many types of
asynchronous counters. An UP counter counts in an ascending sequenc e while a DOWN counter counts
in a descending sequence. A counter can also count UP and DOWN on command; such a counter is
known as an UP/DOWN counter.
Application circuit:
Lab 3: Combinational Circuit – Sequential Circuit Design
Question 4: Design sequential circuit for the state diagram in Figure 3.4:
Lab 3: Combinational Circuit – Sequential Circuit Design
State table:
Logic diagram:
S1+ = S0.X ; S0+ = S0’X + S1’X = X.(S0’+S1’)
Lab 3: Combinational Circuit – Sequential Circuit Design
Required ICs:
- 74LS74
Lab 3: Combinational Circuit – Sequential Circuit Design
- 74LS08
- 74LS32
Application circuit:
GND
+5 V
9
8
9
8
9
8
14
13
12
11
10
14
13
12
11
10
14
13
12
11
10
1 2 34
ON
1
GND
+5 V
Appendix 2: Sample lab.