Forum Discussion

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

Question about Clock Crossing Bridge

Hi,All

I have tried to use the clock crossing bridge to save the area to improve my design.I think when i use the clock crossing bridge ,the CDC module will be instead.But,after i compile the SOPC i find the CDC is still there.Would you please to tell me what should i if i want to get rid of the CDC module.(I use Quartus7.2SP2).

Thanks a lot!

4 Replies

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

    Did you set the correct clocks on the two sides of the clock crossing bridge? The slave side should be the same clock as all masters connected to it. Likewise the master side should be the same clock as all it's slaves.

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

    Thanks,

    I set the clocks just like you said.After i compiled the project,there are lots of clock module.Does it mean that the CDC module has been inserted? Or i have misunderstood it?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    If you can post an image of your SoPC system, I can tell you where your getting clock crossing issues. Or you can send me your project.

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

    Thank you very much.

    The problem has sloved,I made a stupid mistake.I have misunderstood the altera's document and what you said.I checked the SOPC,and swap the master and slave's clk ,it happens like what i want it to be.