In my design, the single-ended input port "AA" only drives one register "AA_reg" and an IOB TRUE property is added on the port.
set_property IOB true [get_ports AA]
During place_design, the following error occurs and the register cannot be placed properly:
Phase 1.1.2 IO and Clk Clean Up
...
ERROR: [Place 30-68] Instance AA_reg (FDPE) is not placed
How can I resolve this issue?
This issue is fixed in Vivado 2015.3.
To work around the issue, you can apply the IOB=TRUE property to the register instead of the port.
set_property IOB true [get_cells AA_reg]
AR# 53149 | |
---|---|
日付 | 10/28/2015 |
ステータス | アクティブ |
種類 | 一般 |
デバイス | |
ツール |