Skip to content

Latest commit

 

History

History
 
 

Vending_Machine_FSM

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Vending Machine

  1. Design a Moore Finite State Machine based on the state diagram given below: FSM_Moore
  2. Write a testbench to verify the same.
  3. Upload the code to this folder

OR

  1. Design a Mealy Finite State Machine based on the state diagram given below: FSM_Mealy
  2. Write a testbench to verify the same.
  3. Upload the code to this folder.