Skip to content

Commit

Permalink
Rename segment name to RWRoute and move into if
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Hung <[email protected]>
  • Loading branch information
eddieh-xlnx committed Oct 16, 2023
1 parent 4aa5ce3 commit ff22fbb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/com/xilinx/rapidwright/examples/PolynomialGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,8 @@ public static Design generatePolynomial(String polynomial, String name, int widt
HandPlacer.openDesign(d);
}

t.stop().start("Final Route");

if (route) {
d.flattenDesign();
t.stop().start("RWRoute");
RWRoute.routeDesignFullNonTimingDriven(d);
}

Expand Down

0 comments on commit ff22fbb

Please sign in to comment.