Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Looking for Verilog code of digital alarm clock

Status
Not open for further replies.

supamaka

Newbie level 4
Joined
Jan 30, 2006
Messages
6
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,337
Hello friends,
Do anyone of you have the programme to implement the digital clock in VERILOG. I am using that as a part of my project and your help would go a long way in doing my project succesfully.

If anyone of you have models for that one, then please mail me at penalty_4u@yahoo.com

I will be waiting for your reply.
Thank you,
Supa.
 

digital alarm clock using vhdl

see this site for the program

**broken link removed**
 

digital alarm clock in vhdl

hello,
thank you very much for the link you provided. But then it is only a functional and behavioural description, not a program.Anyway thank you very much once again.
 

    V

    Points: 2
    Helpful Answer Positive Rating
vhdl alarm clock

There are some examples are avalible from xilinx check it out
 

digital alarm clock vhdl

thank you, I also need it...
 

digital alarm clock vhdl design

can some one give vhdl code for same
 

vhdl digital clock with alarm

I'll suggest a simple way of attacking the problem.

1. Use 3 counters, one for seconds, one for minute and one for hour.
2. Start the second counter and increment it based on your clock. Reset the counter once count reaches 60.
3. Increment the minute counter each time the second counter reaches 60 and reset it as second counter.
4. Increment hour counter with every 60 counts of minutes and 60 counts of seconds. Reset the counter for every 24 counts.

This is as simple as it gets. If u still need the code,let me know
 
  • Like
Reactions: fabynx

    V

    Points: 2
    Helpful Answer Positive Rating

    fabynx

    Points: 2
    Helpful Answer Positive Rating
Re: Digital alarm clock

hi, i would like to get the code for the same as I am working with the code for a long time. Can any one get me the code?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top