问题描述:跑Implementation时报错:[Opt 31-67] Problem: A LUT4 cell in the design is missing a connection on input pin I0, which is used by the LUT equation. This pin has either been left unconnected in the design or the connection was removed due to the trimming of unused logic. The LUT cell name is: inst_fkgthtopv2/fkgthautranstop/axis_interconnect_8to1_dw256/inst/axis_interconnect_0/gen_switch.axis_switch_0/gen_decoder[7].axisc_decoder_0/arb_busy_r_i_17.
网上类似报错有的说是某个模块input没有上层数据接入,但博主这里报错路径是一个IP核内部信号,这个我是没改过的,所以问题不在这里。
解决办法:添加auroraIP以及axi_interconnectIP核时选择了OOC(Out of context)导致的,重新generate一遍,选择golbal即可