Why do I see the following error in BitGen when running theexample design through the ISE 13.2 tools:
"ERROR:Bitgen:342 - This design contains pins which are not constrained (LOC) to a specific location or have an undefined I/O Standard (IOSTANDARD). This may cause I/O contention or incompatibility with the board power or connectivity affecting performance, signal integrity or in extreme cases cause damage to the device or the components to which it is connected. To prevent this error, it is highly suggested to specify all pin locations and I/O standards to avoid potential contention or conflicts and allow proper bitstream creation. To demote this error to a warning and allow bitstream creation with unspecified I/O location or standards, you can apply the following bitgen switch: -g UnconstrainedPins:Allow"
To remove this error, please change the bitgen line in the <core_name>/implement/implement.sh or
<core_name>/implement/implement.bat file to:
bitgen -j -g UnconstrainedPins:Allow -w routed routed mapped.pcf
A bitstream will not be produced. When all I/O pins are placed and constrained to the appropriate I/O standards, the -j and -g UnconstrainedPins:Allow switches can be removed andBitGen will generate a bitstream for download.
For more details on this issue, please see (Xilinx Answer 41615).For Release Notes and Known Issues for the LogiCORE CPRI,please see (Xilinx Answer 36969).
Answer Number | 问答标题 | 问题版本 | 已解决问题的版本 |
---|---|---|---|
36969 | LogiCORE IP CPRI - Release Notes and Known Issues | N/A | N/A |
Answer Number | 问答标题 | 问题版本 | 已解决问题的版本 |
---|---|---|---|
41615 | 7 Series, BitGen (13.2 and later) - "ERROR:Bitgen:342 - This design contains pins which are not constrained (LOC) to a specific location or have an undefined I/O Standard (IOSTANDARD)" | N/A | N/A |
AR# 42820 | |
---|---|
日期 | 05/20/2012 |
状态 | Archive |
Type | 已知问题 |