I've been looking around this and other forums and saw a few other people who were given a similar assignment but their's were a bit different than mine.
I need to implement an elevator that uses the following components: A timer, A controller, Seven Segment Displays, and a Debouncer.
Inputs should be 4 dip switches and a push button, and outputs should be an LED the is on when the door is open, a display for the selected floor, and a display for the floor the elevator is currently on.
I'm using Quartus II and I already have the debouncer, displays, and timer set up. All that's left is to create the controller and that's where I'm not sure how to start. The elevator needs to be able to go from basement (b), to lobby (0), and floors 1 through 9.
Any help would be greatly appreciated!
I need to implement an elevator that uses the following components: A timer, A controller, Seven Segment Displays, and a Debouncer.
Inputs should be 4 dip switches and a push button, and outputs should be an LED the is on when the door is open, a display for the selected floor, and a display for the floor the elevator is currently on.
I'm using Quartus II and I already have the debouncer, displays, and timer set up. All that's left is to create the controller and that's where I'm not sure how to start. The elevator needs to be able to go from basement (b), to lobby (0), and floors 1 through 9.
Any help would be greatly appreciated!