Introduction - If you have any usage issues, please Google them yourself
Verilog code for vending machine..
Description:
Vending machine ll take two quarters and distribute one of the two flavors of juice(apple or orange).
Inputs:
• Q : A quarter has been inserted.
• O : orange juice button is pressed.
• A : apple juice button is pressed.
• C : return the change.
Outputs:
• DO : distribut orange juice.
• DA : distribute Apple juice
• N : do nothing
• R : return a quater