I have an Implemented design.
After running the DRC check or when attempting to generate the Bitstream, I receive the following ERROR message:
ERROR: [Drc 23-20] Rule violation (RTSTAT-5) Partial antenna - <xxx> net(s) have a partial antenna. The problem net ...
How can this be fixed?
The partial antenna message should not happen in any design.
This means there are some nets with endpoints not connected to any PIN, which could cause problems when the design is loaded into the FPGA.
To work around this problem you can try to reroute the nets involved from the Vivado GUI or the Tcl command window.
For the Tcl command window you need to follow the steps bellow:
route_design -unroute -nets [get_nets <net_name>]
route_design -nets [get_nets <net_name>] -effort_level high
report_drc -name <report_name> -rules RTSTAT-5 -verbose
For Vivado GUI steps, please refer to (Xilinx Answer 54683)
Answer Number | 问答标题 | 问题版本 | 已解决问题的版本 |
---|---|---|---|
53854 | Vivado Implementation - How do I debug Vivado routing issues? | N/A | N/A |
Answer Number | 问答标题 | 问题版本 | 已解决问题的版本 |
---|---|---|---|
5104 | 9.1i PAR - What is an "antenna" in the context of the Place and Route program (PAR)? | N/A | N/A |
AR# 54795 | |
---|---|
日期 | 09/03/2014 |
状态 | Active |
Type | 已知问题 |
器件 | |
Tools |