RWRoute and routethru-s #538
Closed
eddieh-xlnx
started this conversation in
General
Replies: 1 comment
-
|
Closing due to inactivity. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On the back of a question from #510: what does the routethru check here
RapidWright/src/com/xilinx/rapidwright/rwroute/RoutableNode.java
Lines 130 to 137 in bb3dc2b
do since it was broken since RWRoute's initial release and doesn't seem to have affected anything?
I think the answer is that this check eliminates the routethru nodes appearing in the graph at all.
The reason it doesn't have an effect is that routethru-s were actually being discarded later during
RWRoute.exploreAndExpand()(which processes the child nodes gotten from the graph) for non-SLR crossings -- since in order to do a routethru one must pass through aPINFEED_Itype node?RapidWright/src/com/xilinx/rapidwright/rwroute/RWRoute.java
Lines 1459 to 1464 in bb3dc2b
Thoughts @clavin-xlnx @pongstorn-xilinx @YunxZhou?
Beta Was this translation helpful? Give feedback.
All reactions