A question about the benchmark boom_med_pb #65
-
In the benchmark boom_med_pb_unrouted.phys, net 161905 ("system/spiClockDomainWrapper/spi_0/mac/phy/spi_0_dq_0_ie_OBUF") ends at pin "OP" of site "IOB_X0Y2". The pin connects to wire "HPIO_IOBPAIR_31_OP_PIN" in tile "HPIO_L_X35Y0". However, the node that wire "HPIO_IOBPAIR_31_OP_PIN" belongs to contains only a single wire. And we cannot find any PIP that connects to wire "HPIO_IOBPAIR_31_OP_PIN". Could you please take a look? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @xxccxcxc. This is the
Indeed, there is one source and one stub. This is the RWRoute result:
The line You can select this PIP for inspection in Vivado with the following Tcl:
Note that the PIP that precedes it is:
which is a routethru ("psuedo") PIP without which it is likely not possible to reach this sink. Does your router consider routethrus? If not, you'll need to here. Recently, I improved |
Beta Was this translation helpful? Give feedback.
Hi @xxccxcxc.
This is the
net_printer
result fromboom_med_pb_unrouted.phys
:Indeed, there is one source and…