CSC270 JK Flip-flop Exercises

From dftwiki3
Jump to: navigation, search

--D. Thiebaut 15:46, 6 March 2012 (EST)


Exercise 1

Use a JK flip-flop to create a toggle flip-flop (one that switches state at every clock tick).

Exercise 2

Build a JK flip-flop with a D flip-flop.

Exercise 3

Build a D flip-flop with a JK flip-flop.

Exercise 5

Pick a simple 3-state FSM with no outside control signal, and implement it with a T flip-flop.


Exercise 4

(This exercise is listed last for better fit on printed pages)

The toggle flip-flop or T flip-flop is defined as follows (taken from wikipedia):

WikipediaDefinitionTFlipFlop.png

Implement a T flip-flop with a JK and with a D flip-flop.

Exercise 5

Pick a simple 3-state FSM with no outside control signal, and implement it with a T flip-flop.