Does an FPGA need an external clock source?

Status
Not open for further replies.

vphaniendra

Newbie level 2
Joined
Mar 26, 2013
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,296
does a FPGA need external clock input like 50MHZ and all....

I am using for implementing a USART in ALTERA STRATIX...where my data is synch clock coming from outside..i want to use it for all my internal devices.

Should I put a clock source also to the PLL dedicated clock inputs?? is it necessary..
 

Well...
FPGA itself has an internal clock. For USART you just need to divide it to your favorite baudrate.
 

Well...
FPGA itself has an internal clock. For USART you just need to divide it to your favorite baudrate.

FPGAs have no internal clock sources. You need to connect an external source for anything to work synchronously.
 

Oh...yes. You're right.
I thought hi is talking about FPGA with its board.

- - - Updated - - -

By "internal" I meant the board clock ... :|
 

well dear!

the FPGA generally doesnot need clock source for combinational logic. The need of clock is application specific e.g sequential logic etc.

USART will be needing the sync pulse (either generated by PLL or board clock)..



Regards
 

Terrible idea, but you CAN actually generate an internal clock by creating a ring oscillator. But I wouldn't advise it.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…