Forum Discussion

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

Quartus 14.1 Modelsim-Altera 10.3c ALTCLKCTRL not bound

I have instantiated the ALTCLKCTRL. It synthesizes, PAR's etc.

Modelsim-Altera has the warning:

Warning: (vsim-3473) Component instance "inst_altclkctrl : altclkctrl" is not bound.

Anyone know how to fix it?

The library is included in the source:

library altera;

use altera.altera_primitives_components.all;

Swimteam

4 Replies

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

    The Quartus II 15.0 has been release early of May. Maybe you can give it a try to the issue resolved?

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

    seems to me like missing library. can you try to use native link instead

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

    seems to me it is missing library, can you try to use native link instead?