Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

Clock's multiplication

Hi,

I need to add an external clock of 600MHz in SOPC Builder. But, the software allows until 500MHz.

"Error: clk: clockFrequency (600000000) out of range (1,500000000)"

So, I need to multiplicate the system clock (50MHz), but how to do this in SOPC ?

Please, help me. :confused:

5 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    What FPGA are you targetting? 600MHz seems a lot for an SOPC system. (or any FPGA design, in fact)

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I want to add a external clock (LVDS data) , and his rate is 50 MSPS (12 bits = 600 MHz).

    It's possible, a Texas Instruments kit reads this signal with a Xilinx.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Ah, I totally forgot about the SOPC part.

    You can't just feed the 600 Mbit/s signal comming from the FPGA into the SOPC.

    You need to write a component that receives and deserializes (and there's quite a bit to it) the 600 Mbit/s signal into 12 bit @ 50 MHz and then feed that into the SOPC.