RWRoute and routethru-s #538
eddieh-xlnx
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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_I
type 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