Sequential Circuits

Q: Design custom ripple counter

Q- Design the ripple counter whose output sequence is represented by the following state diagram. Ans: As we can see that it is a down counter so we’ll be using Q bar of all flip-flops as clock to next flip-flops (negative edged FFs). We draw the table as  Q2         Q1          Q0                          OUTPUT 0              0              0                              0 […]

Sequential Circuits

Q: MOD 6 Counter

Q- Can we design a MOD-6 counter using the above method? Ans:  We firstly draw the state diagram And now we draw the table to represent the desired output of the combinational circuit to reset FFs as: Q2          Q1          Q0                          OUTPUT 0              0              0                              1 0              0              1                              1 0              1              0                              1 0              1              […]