Posts

Showing posts from November, 2018

DIGITAL CLOCK USING VERILOG

Image
OBJECTIVE O ur objective is to design a FPGA based digital clock . We are using the FPGA other than the micro controller because we can connect many devices which can be monitored and the FPGA can be used as a controller or a processor.The design has been described using Verilog and implemented in hardware using FPGA (Field Programmable Gate Array). Our system was designed to control the door, window, garage door, fire alarm, luminosity, and temperature. It is not designed to control any other device. The academic goal of this project is to develop specific skills in designing, programming, testing and debugging. I NTRODUCTION A digital clock is a type of clock that displays the time digitally (i.e. in numerals or other symbols), as opposed to an analog clock, where the time is indicated by the positions of rotating hands. Digital clocks are often associated with electronic drives, but the "digital" description refers only to the display, not to the drive mecha...