I am receiving errors similar to the following:
This design contains one or more cores for which bitstream generation is not supported: displayport_v4_1_rxlink_top
My design containing Tri Mode Ethernet MAC IP will pass through implementation, but fails in bitstream generation.
ERROR: [Common 17-69] Command failed: This design contains one or more cores for which bitstream generation is not supported: TRIMAC_GEN__5, TRIMAC_GEN__6, TRIMAC_GEN__7, TRIMAC_GE
In Vivado 2015.1 the message text was changed slightly to the following:
ERROR: [Common 17-69] Command failed: This design contains one or more cells for which bitstream generation is not permitted: <IP license feature name>
I have bought licenses for the IP in my design.
What could be the cause of the error?
This can happen if you generate an IP core with an evaluation license and then purchase or install a full license but do not regenerate the IP core.
When the IP core is generated, the license information is stored in the netlist file and it stays in the netlist file even after you change the license to something else.
If the output products are not updated, then the old license will still be pointed to even after a valid license is installed.
The IP core needs to be generated or re-generated on a machine with access to the full license.
To fix this issue, follow the steps below:
You can check the license status for the IP core that is failing by using a Tcl script similar to the following.
set dp_ips [get_cells -hierarchical {displayport*}] foreach ips $dp_ips {report_property $ips}
Here is an example output:
The above example is based on the error in the description.
You can substitute 'displayport*' in the first line of the Tcl script, with the name of the IP core failing in your design.
If your IP core is part of the IP Integrator Subsystem (Block Design), then you will need to force a clearing of all the IPI outputs and regenerate.
See (Xilinx Answer 57264) for more details on how to do this.
AR# 58758 | |
---|---|
日期 | 05/09/2016 |
状态 | Active |
Type | 综合文章 |
Tools |