Forum Discussion

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

Cannot add Altera PLL Megafunction in Quartus II v13.1

Hi,

I am trying to add Altera PLL megafunction using Quartus II v13.1 (Patch 2)

After selecting the desired function and specifying HDL language and output target... I click on Next but

the appropriate MegaWizard windows does not appear! Seems like it is the only function that doesn't work!

but I need this one... anybody knows how to solve this problem?

Thank you in advance.

3 Replies

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

    Hey,

    I have managed to solve the problem by deleting and reinstalling the suite again.

    I don't know if the installation location has anything to do with this issue, but it was installed in "C:\Program Files\Altera" (I have changed it)

    Now, I left the default installation address "C:\Altera\13.1" and it works just fine.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I had the same problem with Quartus II v13 installed on ubuntu 14.04 lts. My problem was not due to the address or space in the folders name. After checking the error and log messages on Terminal I got that the program needs a file called " libXtst.so.6" which cannot find inside related JRE libraries. The issue seems to come from the 32-bit being of the JRE, which is de facto, looking for the 32-bit version of libXtst6. To install the required version of the library:$ sudo apt-get install libxtst6:i386

    That solved my problem.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    Hey,

    I have managed to solve the problem by deleting and reinstalling the suite again.

    I don't know if the installation location has anything to do with this issue, but it was installed in "C:\Program Files\Altera" (I have changed it)

    Now, I left the default installation address "C:\Altera\13.1" and it works just fine.

    --- Quote End ---

    Thanks for sharing. I believe Quartus II might be looking for the "13.1" keyword during the instantiation.