Skip to content

Design and simulation of FSM based Elevator in Xilinx Vivado

Notifications You must be signed in to change notification settings

alokvishwa10/Elevator-design-using-FSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elevator-design-using-FSM

Design and simulation of FSM based Elevator in Xilinx Vivado

In this verilog code I have tried to replicate realworld Elevator design and used a binary encoding scheme for encoding of the states, This works on the clock provided and the external input given by the user. Depending on the present state (Floor) the elevator is in and the floor input given by the user, The elevator acts upon the input by traversing through each of the state sequentially rather than jumping onto the floor directly(which is exact replica of real-world elevator)

About

Design and simulation of FSM based Elevator in Xilinx Vivado

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published