nirz
New Contributor
1 year agoqip 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...
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