Difference between revisions of "CSC270 Homework 6 2016"

From dftwiki3
Jump to: navigation, search
(Created page with " --~~~~ ---- <bluebox> A very simple assignment to get you ready for the midterm exam. This assignment is due on Thursday 3/10/12, at 23:55 p.m. You can work on this assignm...")
 
 
Line 14: Line 14:
 
* Implement the FSM above with JK flip-flops.
 
* Implement the FSM above with JK flip-flops.
 
* Write the various tables needed for the design.
 
* Write the various tables needed for the design.
* Draw the schematics.  No need for part numbers or pin numbers.
+
* Draw the logic diagram.  No need for part numbers or pin numbers.
 
* Write a program in the language of your choice that simulates the behavior of your FSM.
 
* Write a program in the language of your choice that simulates the behavior of your FSM.
 
* Include the listing of your program, along with its output showing the correct behavior of the simulator.
 
* Include the listing of your program, along with its output showing the correct behavior of the simulator.

Latest revision as of 12:57, 6 March 2016

--D. Thiebaut (talk) 11:57, 6 March 2016 (EST)


A very simple assignment to get you ready for the midterm exam. This assignment is due on Thursday 3/10/12, at 23:55 p.m. You can work on this assignment in groups of 2.

Problem #1


CSC270GYRSequencer.png


  • Implement the FSM above with JK flip-flops.
  • Write the various tables needed for the design.
  • Draw the logic diagram. No need for part numbers or pin numbers.
  • Write a program in the language of your choice that simulates the behavior of your FSM.
  • Include the listing of your program, along with its output showing the correct behavior of the simulator.