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
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.
 

sivani_vs

Junior Member level 3
Junior Member level 3
Joined
Feb 10, 2006
Messages
31
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,530
digital alarm clock using vhdl

see this site for the program

**broken link removed**
 

supamaka

Newbie level 4
Newbie level 4
Joined
Jan 30, 2006
Messages
6
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,337
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

Iouri

Advanced Member level 2
Advanced Member level 2
Joined
Aug 17, 2005
Messages
678
Helped
87
Reputation
174
Reaction score
8
Trophy points
1,298
Activity points
4,814
vhdl alarm clock

There are some examples are avalible from xilinx check it out
 

noahid

Newbie level 1
Newbie level 1
Joined
Mar 11, 2006
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,286
digital alarm clock vhdl

thank you, I also need it...
 

deb05

Banned
Newbie level 1
Joined
Mar 4, 2006
Messages
0
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,280
Activity points
0
digital alarm clock vhdl design

can some one give vhdl code for same
 

r_p_sanna

Member level 3
Member level 3
Joined
Oct 18, 2004
Messages
65
Helped
6
Reputation
12
Reaction score
5
Trophy points
1,288
Activity points
569
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

snehalathabalraj

Newbie level 1
Newbie level 1
Joined
Mar 31, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
united kingdom
Activity points
1,284
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

Top