Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
271 views

Design and Implementation of Simple Vending Machine Using

The document describes a project to design and implement a simple vending machine using Verilog HDL. The vending machine will dispense 3 products of different prices using coins of 5 and 10 denominations. It will include features to return change or refund money. The design will be achieved by formulating Verilog code for a finite state machine model and simulating the test bench using Xilinx ISE tool.

Uploaded by

akhila
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
271 views

Design and Implementation of Simple Vending Machine Using

The document describes a project to design and implement a simple vending machine using Verilog HDL. The vending machine will dispense 3 products of different prices using coins of 5 and 10 denominations. It will include features to return change or refund money. The design will be achieved by formulating Verilog code for a finite state machine model and simulating the test bench using Xilinx ISE tool.

Uploaded by

akhila
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 3

design and implementation

of simple vending machine


using Verilog HDL.

GROUP:6
p.akhila
rvl.pravallika
arun
abstract
 The vending machine is an automated machine that
dispenses various products such as snacks, beverages,
newspapers, tickets etc. to customers when money or
credit card is inserted.
 Vending machines are more accessible and practical than
the convention purchasing method. Now, vending
machine market is a big business with huge annual
revenue for leading nations like The USA, Japan, China
and some other Asian countries including India.
 The paper aims to design a vending machine that can
dispense three products of different prices with additional
features of ‘return change’ when a coin of higher
denomination is inserted and ‘return money’ when request
is cancelled.
 The machine accepts coins of denominations five and ten. The finite
state machine (FSM) approach is adopted for the design of vending
machine .
 The design is achieved by formulating the Verilog code for the FSM-
based machine using behavioral modeling and simulating the test
bench for three products using Xilinx ISE tool.

You might also like