CSC270 JK Flip-flop Exercises

From dftwiki3
Revision as of 15:46, 6 March 2012 by Thiebaut (talk | contribs) (Created page with "--~~~~ ---- ==Exercise 1== Use a JK flip-flop to create a toggle flip-flop (one that switches state at every clock tick). <br /> ==Exercise 2== Build a JK flip-flop with a D ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 4

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.