Forum Discussion

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

PLL compilation error

Hi

I have got an error on the PLL during compilation. I have seen this error a couple of times before, but I have never figured out what the problem is.

The project is a reference design which should work.

It seems like the compiler cannot find the design files for the PLL. I believe that I have included all the standard folders.

Does anybody know how to fix the error?

Thanks

Tom

Warning: Using design file pll.v, which is not specified as a design file for the current project, but contains definitions for 1 design units and 1 entities in project

Info: Found entity 1: pll

Info: Elaborating entity "pll" for hierarchy "cycloneIII_embedded_evaluation_kit_web_server_sopc:cycloneIII_embedded_evaluation_kit_web_server_sopc_instance|pll:the_pll"

Error: Node instance "the_pll" instantiates undefined entity "altpllpll"

Info: Generated suppressed messages file C:/Documents and Settings/TJE/Desktop/temp download/web_server/cycloneIII_embedded_evaluation_kit_web_server.map.smsg

Error: Quartus II Analysis & Synthesis was unsuccessful. 1 error, 91 warnings

Info: Allocated 258 megabytes of memory during processing

Error: Processing ended: Wed Dec 05 12:22:11 2007

Error: Elapsed time: 00:00:52

Error: Quartus II Full Compilation was unsuccessful. 1 error, 91 warnings

4 Replies

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

    Quartus II search for source file into the following order:

    - into the list of files that you have explicitely add to your project; see menu Project => Add/Remove Files in Project...

    >>> if it does not find the file

    - into the project folder

    >>> if it does not find the file

    - into the folder that you have specify as Libraries; see menu Assignment => Settings => Librairies

    So in your specific case, it gives a warning just to alarm you that the file it found was not specified as a design file and read by default the one that it found into the Quartus II project.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I met this problem too.

    I found the "altpllpll.v" file has not avaliable code in it.

    And when I goto the SOPC Builder, I can not modify the pll component.

    I clicked the "Launch Altera's ALTPLL MegaWizard" button, but nothing happened, the configuration dialog box never show up.

    But, when I change to another project , the SOPC and PLL works fine!

    I'm stuck here too.