File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/com/xilinx/rapidwright/rwroute Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -893,9 +893,9 @@ public String toString() {
893
893
s .append (MessageGenerator .formatString ("Include U-turn nodes: " , useUTurnNodes ));
894
894
s .append (MessageGenerator .formatString ("Initial present congestion factor: " , initialPresentCongestionFactor ));
895
895
s .append (MessageGenerator .formatString ("Present congestion multiplier: " , presentCongestionMultiplier ));
896
- s .append (MessageGenerator .formatString ("Historical congestion factor " , historicalCongestionFactor ));
897
- s .append (MessageGenerator .formatString ("LUT pin swapping " , isLutPinSwapping ()));
898
- s .append (MessageGenerator .formatString ("LUT routethrus " , isLutRoutethru ()));
896
+ s .append (MessageGenerator .formatString ("Historical congestion factor: " , historicalCongestionFactor ));
897
+ s .append (MessageGenerator .formatString ("LUT pin swapping: " , isLutPinSwapping ()));
898
+ s .append (MessageGenerator .formatString ("LUT routethrus: " , isLutRoutethru ()));
899
899
900
900
return s .toString ();
901
901
}
You can’t perform that action at this time.
0 commit comments