Forum Discussion

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

route clock to clocknet

Hi, i get a clocksignal in on a clockpin, and i want to use that signal to drive both a module in my sopc builder system and a custom module outside of it. Is the signal automatically routed to a clocknet, if not what do i need to do to make it so?

another question, is it okay to drive logic directly from an external signal, or should i use a pll to stabilize it?

i use a cyclone iv by the way

2 Replies

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

    If you are using a dedicated clock input pin, then yes, it will be automatically routed to a global clock network.

    Usually, it's fine to use the external clock signal directly to drive logic.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    thanks, now i can stop wasting time trying to figure out how to route it =)