[DRC UTLZ-1] Resource utilization: LUT as Logic over-utilized in Top Level Design (This design requires more LUT as Logic cells than are available in the target device. This design requires 6342072 of such cell types but only 53200 compatible sites are available in the target device. Please analyze your synthesis results and constraints to ensure the design is mapped to Xilinx primitives as expected. If so, please consider targeting a larger device. Please set tcl parameter "drc.disableLUTOverUtilError" to 1 to change this error to warning.)
时间: 2024-04-29 11:19:04 浏览: 417
这个问题看起来像是一个硬件设计方面的错误,具体是因为你的设计中使用了更多的 LUT 逻辑单元,而目标设备中可用的相同类型的单元数量不足。建议你分析一下综合结果和约束条件,确保设计被映射到 Xilinx 原语中。如果是这样,请考虑使用更大的设备。你可以尝试将 tcl 参数 "drc.disableLUTOverUtilError" 设置为 1,将此错误更改为警告。
阅读全文