Real time clock based on vhdl

bertus

Joined Apr 5, 2008
22,276
Hello,

I found this thread moderated (invisible to others).
This sometimes happens with new members.
I made it visible, so others can see it and reply.

Bertus
 

kubeek

Joined Sep 20, 2005
5,795
That depends on what exactly you want that clock to do. For example simple counting in seconds will be much easier than implementing date, leap years etc.

In the simplest you just need to divide the 32768hz clock to get 1 pulse per second, and use that pulse to increment the counter. You will also need some way to set the counter value and also read it.
 
Top