Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20688 Discussions

Generating a 100 MHZ signal on a 50 MHZ board?

Altera_Forum
Honored Contributor II
1,204 Views

I'm justing starting out with FPGA's and am wondering how to generate a 100 MHZ digital signal on a 50 MHZ board? I am using a Cyclone II DE2. 

 

I want the signal to be vaguely digital and correspond to memory reads from an SDRAM. I suspect it is possible to read the SDRAM twice as fast as the 50 MHZ system clock. I want to request data from the SDRAM twice as fast as my system clock of 50 MHZ. Is this possible? Does anybody know of any guides?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
293 Views

 

--- Quote Start ---  

I'm justing starting out with FPGA's and am wondering how to generate a 100 MHZ digital signal on a 50 MHZ board? I am using a Cyclone II DE2. 

 

--- Quote End ---  

 

 

FPGAs have phase-locked loops (PLLs) inside the devices for generating higher or lower clock frequencies. Search for the ALTPLL MegaFunction users guide and read about them there. 

 

I vaguely recall that the hardware component of the "My First NIOS" tutorial creates an SOPC System (or Qsys system now) that includes a PLL. Read that document too. 

 

Cheers, 

Dave
0 Kudos
Reply