Forum Discussion
Thanks for attaching the design,
Look into the content of *.qip in Q20.1, it seems that it is still using Altera FP function.
If you open up the IP catalog, you will notice that the name change from Altera to Intel.
Which means, you cannot do direct migration on this,
Can you do the following:
1) recreate the FP_function_intel_fpga in the ip catalog for 20.1.
2) follow the setting that you have in 18.0
See if you still hit the error in windows 10?
20.1のFP_FUNCTIONS Intel FPGA IPについて確認、指示をいただきまして、ありがとうございます。
作成したFPIP_tstプロジェクトのqipファイルの内容を確認しますと、
IP_TOOL_VERSION "20.1"にもかかわらず、IP_TOOL_NAME "altera_fp_functions"になっていることを
確認しました。
そこで、Project Navigator欄の"add_sub.qip"を一旦削除し、FP_FUNCTIONS Intel FPGA IPで"add_sub.v"
を再作成するのですが、Generation Faildが発生します。
又、Project Navigator欄の"add_sub.qip"項目にadd_sub_0002が登録されていなくて、
Analysis & Elaborationを実行した時に下記のエラーメッセージが発生しています。
Error (12006): Node instance "add_sub_inst" instantiates undefined entity "add_sub_0002". Ensure that required library paths are specified correctly, define the specified entity, or change the instantiation. If this entity represents Intel FPGA or third-party IP, generate the synthesis files for the IP.
Error: Quartus Prime Analysis & Elaboration was unsuccessful. 1 error, 1 warning
Error: Peak virtual memory: 4804 megabytes
Error: Processing ended: Fri Jul 10 08:16:06 2020
Error: Elapsed time: 00:00:15
Error: Total CPU time (on all processors): 00:00:30
どのように対処すればよいか、ご教示お願いいたします。