Question

We wish to design a digital system with two flip-flops, say B and C, and one...

We wish to design a digital system with two flip-flops, say B and C, and one 10 bit binary Counter A, in which the individual flip-flops are denoted by A10, A9, A8, A7, A6, A5, A4, A3, A2, A1.

A start signal S initiates the system operation by clearing the counter A and flip-flop C, and setting flip-flop B to one.

The counter is then incremented by one starting from the next clock pulse and continues to increment until the operations stop.

Counter bits A3 and A4 determine the sequence of operations:

a) If A3 = 0, B is cleared to 0 and the count continues.

b) If A3 = 1, B is set to 1; then if A4 = 0, the count continues, but if A4 = 1, C is set to 1 on the next clock pulse and the system stops counting.

c) If S = 0, the system remains in the initial state, but if S = 1, the operation cycle repeats.

Draw the ASMD chart for this design

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Using three rising-edge-triggered T flip-flops and a minumum number of additional gates, construct a circuit that...
Using three rising-edge-triggered T flip-flops and a minumum number of additional gates, construct a circuit that will operate as a binary counter with an enable signal E. When E = 1, the counter should increment from 0 to 7 on each clock pulse, with (flip-flop outputs Q2Q1Q0 = 000- 001-010-011-100-101-110-111) and then roll over to 000 and repeat the sequence. When E=0, the counter should stop and hold its current count. Note: (not modulo-8, but modulo-6: 000-001-010-011-100-101-000- ... )
Using T-Flip-flops, design a 3-bit register/counter circuit with bits [A2 A1 A0]. The circuit operations are...
Using T-Flip-flops, design a 3-bit register/counter circuit with bits [A2 A1 A0]. The circuit operations are described in the following table. Show all design details, i.e., write down steps and equations and draw the detailed circuit diagram. S2 S1 S0 Operation 0 0 0 No change 0 0 1 Rotate left 0 1 0 Rotate right 0 1 1 Reset 1 0 0 Set 1 0 1 Count down 1 1 0 Count up 1 1 1 Load external bits...
Design a 6-bit, shift-right register with D flip flops, and use it to implement a circuit...
Design a 6-bit, shift-right register with D flip flops, and use it to implement a circuit that detects the sequence “010010” (the rightmost bit is the first arriving). Information shifts one position right when a positiv edge of clk occurs The circuit has the following inputs and outputs (use exactly these names for inputs and outputs. Respect upper and lower case): clk: Input. Clock signal. RST: Reset signal. When RST = 1 flip flops are reset to 0. IN: Data...
1) Design a sequential circuit with two D flip-flops, A and B, and one input, x....
1) Design a sequential circuit with two D flip-flops, A and B, and one input, x. When x = 0, the circuit state does not change. When x = 1, the circuit stops through the state transitions from 00 to 01, from 01 to 10, from 10 to 11, finally back to 00 and the sequence repeats. to. Find the state diagram b. Find the table of states c. Find the equations of state d. Find the logic diagram
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT