Forum Discussion

nirz's avatar
nirz
Icon for New Contributor rankNew Contributor
10 months ago

qip generate

Hi,

Im using the following command to generate ip:

quartus_ipgenerate --generate_ip_file --simulation=verilog --ip_file=/PATH/HBM2E_intel_noc_initiator_1.qip project_name

I get the following error:

File /PATH/HBM2E_intel_noc_initiator_1.qip is not a supported file type for IP Generation.

How can i generate it properly?

2 Replies

  • Hi,


    The .qip is old file type. Please use either .qsys or .ip. If run this command quartus_ipgenerate --help=ip_file will get the followings:

    Option: --ip_file=<>

    Option to specify a Platform Designer IP file to be generated.

    ---------

    Examples:

    ---------

    # Specify the Platform Designer IP file to be generated

    quartus_ipgenerate --generate_ip_file --ip_file=test.qsys test

    quartus_ipgenerate --generate_ip_file --ip_file=test.ip test


    Thanks,

    Regards,

    Sheng