Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your design should generate a 100 Hz clock signal from the 50 MHz clock and use it as the clock for all other logic. Quartus

Your design should generate a 100 Hz clock signal from the 50 MHz clock and use it as the clock for all other logic. Quartus should recognize the divided clock signal as a clock.

The time remaining should be displayed as a hexadecimal digit on a 7-segment LED display instead of a 4-bit binary number. Your design should use an array as a lookup table instead of a selected or conditional assignment.

The operation of the timer should be modified so that the pushbutton switches control the timer as follows

  • pressing and releasing only the left button will cause the time to increase by 1

  • pressing and releasing only the right button will cause the time to decrease by 1

  • pressing both buttons and releasing them will toggle the run/stop state

    In no case should the time remaining be decremented when at zero or incremented when at 15.

    Your design should comply with the course VHDL coding guidelines including that it be synchronous all registers (except for one clock divider) should use the same clock and not use asynchronous sets or clears.

image text in transcribed:

seconds count (a,b,...,g) clk50 alarm run - clk To clk state count - state_next state - state_next run seconds run seconds run F1 clk state T state_next clk clk left_in clk right_in clk Er seconds count (a,b,...,g) clk50 alarm run - clk To clk state count - state_next state - state_next run seconds run seconds run F1 clk state T state_next clk clk left_in clk right_in clk Er

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 25th European Conference Adbis 2021 Tartu Estonia August 24 26 2021 Proceedings Lncs 12843

Authors: Ladjel Bellatreche ,Marlon Dumas ,Panagiotis Karras ,Raimundas Matulevicius

1st Edition

3030824713, 978-3030824716

More Books

Students also viewed these Databases questions

Question

10. Describe the relationship between communication and power.

Answered: 1 week ago