Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

qip generate

nirz
Beginner
468 Views

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?

Labels (1)
0 Kudos
2 Replies
ShengN_Intel
Employee
405 Views

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


0 Kudos
ShengN_Intel
Employee
370 Views

Hi,


May I know do you have any further concern?


Thanks,

Regards,

Sheng


0 Kudos
Reply