getConnectionPIPs not working for long wires #802
-
Hello Chris, I am trying to find the INT tiles a net passes through. To filter the PIPs used by a particular sinkPin, I am using getConnectionPIPs(). I found the code for getConnectionPIPs() from an earlier discussion in the Google groups 'Split nets with multiple sink pins'. The problem seems to arise in the creation of a map from end nodes to PIP. For PIPs connected to long wires, the endNode of the preceding PIP is not the startNode of the following PIP. Could you please suggest an alternative approach to get around this problem? Thanks and regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi Ali, It seems like Thanks, Chris |
Beta Was this translation helpful? Give feedback.
Thanks Ali, I've created a PR (#809 ) that should hopefully resolve the issue for you.