Guest
#6271806
Hi! Is it possible to create Timer with alarm function in VHDL? How to start create it?
Timer with alarm in VHDL
Guest
#6271806
Hi! Is it possible to create Timer with alarm function in VHDL? How to start create it? Carl wrote: > Is it possible to create Timer with alarm function in VHDL? Yes. > How to start create it? Somehow like this:
> How to start create it? - Generate a one-second pulse. - Count the seconds, and the minutes and the hours. - Display those counter vaules on some kind of display. - Compare the counters with an alarm time and generate a sound on a speaker. > How to start create it? Maybe you can get a basic idea from there: http://www.lothar-miller.de/s9y/archives/88-VHDL-vs.-Verilog-am-Beispiel-einer-Stoppuhr.html Ty google translator, its German. But the VHDL code is nealy self-explaining... ;-) ReplyPlease log in before posting. |