Holooly Plus Logo

Question 7.3: Design a three-bit synchronous binary up counter by using T ......

Design a three-bit synchronous binary up counter by using T flip-flops.

Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

The first step to design a counter is to create a state diagram. A state diagram shows the transition of states through which the counter advances when it is clocked. Figure 7.2.2 shows a state diagram for a three-bit synchronous binary up counter.
The second step is to derive a state table, which lists all the present states, next states, and the inputs of T flip-flop as shown in Table 7.2.1. All possible output transitions are listed. Q and Q^{+} represent the present state and the next state.
The next step is to take use of the Karnaugh map to determine the excitation equation. Figure 7.2.3 shows the Karnaugh maps for the three flip-flops used in the counter.
From the Karnaugh maps, excitation equations of three flip-flops are

{ T}_{2}=Q_{1}Q_{0},\quad{ T}_{1}=Q_{0},\quad{ T}_{0}=1

The last step is to construct the logic diagram, as shown in Figure 7.2.4.

Table 7.2.1: State table.
Present states Next states Inputs
{Q}_{2} {Q}_{1} {Q}_{0} {Q_{2}}^{+} {Q_{1}}^{+} {Q_{0}}^{+} {{T}}_{2} {{T}}_{1} {{T}}_{0}
0 0 0 0 0 1 0 0 1
0 0 1 0 1 0 0 1 1
0 1 0 0 1 1 0 0 1
0 1 1 1 0 0 1 1 1
1 0 0 1 0 1 0 0 1
1 0 1 1 1 0 0 1 1
1 1 0 1 1 1 0 0 1
1 1 1 0 0 0 1 1 1
7.2.2.f
7.2.3.f
7.2.4.f

Related Answered Questions

Question: 7.5

Verified Answer:

Step 1 Design a counter with the modulus which is ...
Question: 7.4

Verified Answer:

Both 74LS161 and 74LS163 are four-bit binary MSI u...
Question: 7.2

Verified Answer:

Using the gated reset inputs, { R}_{0(\math...
Question: 7.1

Verified Answer:

To design a MOD-12 asynchronous counter, four J–K ...