Difference between revisions of "CSC270 Homework 6 2012"

From dftwiki3
Jump to: navigation, search
(Created page with "--~~~~ ---- <bluebox> This assignment is due on 3/14/12, at 1:10 p.m. You can work on this assignment in groups of 2. </bluebox> =Problem #1= <br /> <center>[[File:CSC270GYRSe...")
 
(Problem #1)
 
Line 11: Line 11:
 
<br />
 
<br />
  
* 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 schematicsNo 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, as well 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 18:06, 6 March 2012

--D. Thiebaut 17:05, 6 March 2012 (EST)


This assignment is due on 3/14/12, at 1:10 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 schematics. 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.