Forum Discussion

HTork's avatar
HTork
Icon for New Contributor rankNew Contributor
6 years ago

How to generate .sof file for IP evaluation in tethered mode

I'm using Intel Quartus Prime Lite 18.0.0 with the

"Intel Cyclone 10 LP FPGA Triple-Speed Ethernet and Intel On-Board PHY Chip Reference Design"

When compiling the design I get the following error:

"Warning (115003): Can't generate programming files for your current project because you do not have a valid license for the following IP core or cores.

Warning (115005): Unlicensed IP: "Triple-Speed Ethernet(6AF7 00BD)"..."

How can I generate a .sof file to test the design in tethered mode using

Quartus Prime Lite 18.0.0?

6 Replies

  • AnandRaj_S_Intel's avatar
    AnandRaj_S_Intel
    Icon for Regular Contributor rankRegular Contributor

    Hi @HTork​ ,

    To enable Intel FPGA IP Evaluation Mode.

    During Intel® FPGA IP Evaluation Mode, the Compiler only generates a time-limited device programming file (<project name> _time_limited.sof) that expires at the time limit.

    1. In the Intel Quartus Prime software, click Assignments > Settings > Compilation Process Settings.
    2. Click the More Settings button.
    3. For Intel® FPGA IP Evaluation Mode , select enable.

    Refer

    https://www.intel.com/content/www/us/en/programmable/documentation/akc1496248329442.html#wwy1496248963591

    Let me know if this has helped resolve the issue you are facing or if you need any further assistance.

    Regards

    Anand

  • HTork's avatar
    HTork
    Icon for New Contributor rankNew Contributor

    Triple speed ethernet is opencore IP.

    Note that I'm using Intel Quartus Prime Lite 18.0.0.

    Some help would be greatly appreciated:-)

  • HTork's avatar
    HTork
    Icon for New Contributor rankNew Contributor

    Thanks,

    I now see that I get all the warnings that you list:

    Warning (12189): Intel FPGA IP Evaluation Mode (Simulation-Only) feature is turned on for all cores in the design

    Warning (12191): Some cores in this design do not support the Intel FPGA IP Evaluation Mode feature

    Warning (12192): "Triple-Speed Ethernet" does not support the Intel FPGA IP Evaluation Mode feature

    Warning (115003): Can't generate programming files for your current project because you do not have a valid license for the following IP core or cores.

    I's nor clear to me how I can obtain a license for this IP so I can compile the design and make changes to it.

    Could you please explain in some detail how you do that.

    Kind regards,

    Hans