FPGA线上课程平台|最全栈的FPGA学习平台|FPGA工程师认证培训
登录
首页-所有问题-技术分享-正文

报错信息[Opt 31-67]

爱提问的小白白爱提问的小白白
技术分享
17天前
0
0
12

报错信息[Opt 31-67] Problem: A LUT2 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: logic_[0]_i_1


报错信息[Opt 31-67] - 第1张

爱提问的小白白

爱提问的小白白

初级工程师
这家伙真懒,几个字都不愿写!
152662.68K
分享:
报错信息[Synth 8-3352]
报错信息[Synth 8-3352]上一篇
报错信息[Synth 8-3352]下一篇
报错信息[Synth 8-3352]
回答列表总数:1
  • 二牛学FPGA

    二牛学FPGA

    初级工程师
    已采纳

    原因:某个input没有上层数据的输入。

    措施:set_property DONT_TOUCH true [get_cells <lut1_name>]。

    ————————————

    Vivado 报错 [Opt 31-67] Problem: A LUT2cell in the design is missing a connection on input pin I0

    问题描述:

    工程综合成功完成:

    回答给:报错信息[Opt 31-67] – 2025-11-09 21:39:33 - 第1张

    在布线的时候报错 [Opt 31-67] Problem: A LUT2cell in the design is missing a connection on input pin I0.

    根据报错信息,我以为错误原因是对于I/O I0没有正确地绑定管脚。但是查看了xdc文件后发现并没有使用I0这个端口。

    解决方法:

    造成这个错误的原因是:你的某一个模块的一个Input没有上层数据接入。

    需要仔细检查每一个Input连的线是否有实际的值。以我的错误为例:

    下图的fifo中的FIFO_wr_en是一个输入信号,但是我上层没有FIFO_wr_en的数据输出,加上输出数据就解决了这个问题

    回答给:报错信息[Opt 31-67] – 2025-11-09 21:39:33 - 第2张


    17天前
我要回答
回答被采纳奖励100个积分
FPGA线上课程平台|最全栈的FPGA学习平台|FPGA工程师认证培训
请先登录