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.

implementation of real time clock on fpga

Status
Not open for further replies.

the moon is back

Member level 2
Joined
Apr 29, 2012
Messages
42
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,566
hi, is it possible to design and implement a real time clock on fpga using vhdl hardware descriptive language?
 

thank u, but a real time clock should work even if the fpga is in off condition, but as i know once we switch off the fpga, the code downloaded on fpga wil get erased then how come it keep working when fpga is off? pls help me in this.
 

In such cases where we need non volatile memory, we can use an interfaced PROM and download mcs file into it. By configuring FPGA through PROM we don't need to reprogram it.
I believe thats ur solution.
 

a real time clock should work even if the fpga is in off condition
That's impossible. Once the FPGA's core voltage is disconnected - the logic functionality becomes unsustainable.
However, there're FPGA's out there that consume very little power. This may eliminate the need to shut them down completely.

Check out Actel's IGLOO nano and IGLOO plus.
Being FLASH devices, they are very low power and don't require an external PROM to load from.

Finally, you should know that although FPGAs are very flexible and usefull devices, they will probably never reach the low power levels possible with full custom ASICs.
Therefore, if you need a "smart" device with the lowest possible power consumption - you should probably go for an MCU like Microchip's PIC or TI's MSP430. Some have embedded RTCs inside them.


verylsi,
I believe that the requirement is for a constantly running RTC - not for a nonvolatile loading source for the FPGA.
 
Last edited:
  • Like
Reactions: verylsi

    verylsi

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top