EDK CTT ガイドにあるようにカスタム IP を変更し、インプリメンテーションを実行した後、次のエラー メッセージが表示されます。
Loading design module "../implementation/pwm_lights_0_wrapper.ngc"... ERROR:NgdBuild:76 - File "../implementation/pwm_lights_0_wrapper.ngc" cannot be merged into block "pwm_lights_0" (TYPE="pwm_lights_0_wrapper") because one or more pins on the block, including pin "tst_out_vec<7>", were not found in the file. Please make sure that all pins on the instantiated component match pins in the lower-level design block (irrespective of case). If there are bussed pins on this block, make sure that the upper-level and lower-level netlists use the same bus-naming convention.
また、AXI デザインを実行していると次のようなエラー メッセージが表示されることもあります。
NgdBuild:76 - File "C:\My_projects\SP605_MB_AXI_Ext3_124\implementation\axi4_0_wrapper\axi4_0_wrapper_FIFO_GENERATOR_V7_2_2.ngo" cannot be merged into block "axi4_/si_converter_bank/gen_conv_slot[2].clock_conv_inst/gen_conv_write_ch.asyncfifo_aw/inst" (TYPE="axi4_0_wrapper_FIFO_GENERATOR_V7_2_2") because one or more pins on the block, including pin "dout<100>", were not found in the file. Please make sure that all pins on the instantiated component match pins in the lower-level design block (irrespective of case). If there are bussed pins on this block, make sure that the upper-level and lower-level netlists use the same bus-naming convention.