Forum Discussion

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

time-limited licence problem

Hi all,

I modified the Quartus II Project File using SOPC builder and then recompiled it using Quartus II so the file got generated with the time-limited licence version of the Quartus II. Now I am not able to burn the time_limited.sof file on the board. How to overcome this problem?

Thanks & Regards,

Nishant

16 Replies

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

    Hi MSchmitt,

    I have "Cyclone II EP2C20F484C7" on the board and I have full_featured, small, standard etc versions for niosII_cycloneII_2c35 which do not work on my board. I do have a few EP2C20F484 based project files in Altera\Kits\CycloneII_Starter_Kit-v1.0.0\Examples\ directory which I can not modify and compile due to web edition of quartusII.

    What do I need to do to develop my own applications with the available resources?

    I am also downloading NiosII and QuartusII 9.0 web edition but does it support "Cyclone II EP2C20F484C7" chip? Because with 9.0 also I won't be able to modify the project files.

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

    The Webdition should be able to modify and compile these projects.

    the limitation should be that you won't be able to generate production code meaning the stuff will only work as long as there is an active jtag connection to quartus and or only 1 hour after reset und must be restartet. so evaluation on your desktop shouldbe possible

    things may have changed with quartus v9.

    as i have the subscription edition.

    there is a nios package available maybe you need to install it too ?

    but you could install the subscription edition and if it askes for a licence then you enable 30 day trial

    with quartus up to 8.1sp2 it was possible to generate a new project open sopc create your own system and then compile via quartus and run it on the target. but no production possible

    so i guess this must be possible with quartus 9
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    In the SOPC builder, in the 'Board' drop down box there is no CyclneII(EP2C20) option so I select the 'Unspecified Board' option but files so generated do not work.

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

    Hi,

    I have a built a project using in 'Embedded_Systems_Lab ' from http://www.nioswiki.com/embedded_systems_lab.

    But when I try to create an application using this built system I get the error

    "Software Settings (STF) file associated with thi project is damaged

    Reason : java.net.MalformedURLException: unknown protocol: c".

    How to overcome this problem?

    Thanks a lot
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Do you have a space in your project path? It's the primary source of strange error messages in the IDE

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

    The problem is solved and I could create the project successfully.

    There was a space in the project path which was causing the error.

    Thanks for the reply!!!