Flip-flops:
a) Make a asyncronous MOD 12 flip-flop up counter circuit
b) Make a syncronous MOD 14 flip-flop up counter circuit
c) Each flip-flop has the same propagation delay, which is 10ms.
Calculate the maximum clock frequency of the circuit in questions
(a) and (b)
Design a 5-bit binary counter using JK flip flops.
Draw the flip-flop circuit diagram, the state graph, the timing
diagram, the truth table (with clk pulse) and the state table (with
present and next states).
Use JK-Flip-Flop to design a sequential circuit as an input for
the previous designed decoder to write UAE. In
this design, the sequential circuit will be used instead of the two
bits switches and the output will be shown in three 7-segment
displays one for each letter. Letters must glow one by one in a
correct sequence where the speed depends on the clock
frequency.
Use only one circuit as an input for the three 7-segment
displays where one of...
Design an up/down counter with four states (0, 1, 2, 3) using
clocked JK flip flops. A control signal x is used as follows: When
x = 0 the machine counts forward (up), when x = 1, backward (down).
Simulate using MultiSim and attach a simulation printout.
Please address the following:
State Table
State Diagram
Flip Flop Excitation Tables
K-Map Simplification and Resulting Diagram
MultiSim Simulation
Design a counter using JK Flip Flops and Gates, that counts
3,1,4,2,9,2,2,4 using a Moore Machine. Show Moore machine state
diagram, state table and cirucit.
How would you design a counter with repeating states? (use
whichever flip flop is easiest)
I will give "easy" examples
1a) 0-0-1-2-3
1b) 0-0-1-1-2-2-3-0