[Common 17-69] Command failed: This design contains one or more cells for which bitstream generation

Vivado 在编译的时候会报错,完整的错误信息如下:
[Common 17-69] Command failed: This design contains one or more cells for which bitstream generation_第1张图片
[Common 17-69] Command failed: This design contains one or more cells for which bitstream generation is not permitted:
tri_mode_ethernet_mac_i/inst/tri_mode_ethernet_mac_0_core (tri_mode_ethernet_mac_0_tri_mode_ethernet_mac_v9_0_10)
If a new IP Core license was added, in order for the new license to be picked up, the current netlist needs to be updated by resetting and re-generating the IP output products before bitstream generation.

解决办法:
https://www.xilinx.com/support/answers/58758.html
先去官方看下解决办法,一般有两种情况:
1、以前在别的机器上可以用,新机器编译会报错,所以会出现CPRI IP的License Host ID 和本机并不相符.。
这种情况需要去官方重新申请license,注意修改License Host ID。
2、就是我这次遇到的问题,就是没有IP的License,这时候要去申请该IP的权限,申请方法详见下面链接:
https://blog.csdn.net/Pieces_thinking/article/details/103449922

你可能感兴趣的:(FPGA)