Skip to content

Commit

Permalink
Merge branch 'rwroute_capped_bias' into rwroute_new_base_costs
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieh-xlnx committed Jul 16, 2024
2 parents 3c3b345 + 8d82222 commit 56e41f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/xilinx/rapidwright/util/VivadoTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public static String reportRouteStatus(String netName, Path dcp, Path workdir, b

private static String createTclDCPLoadCommand(Path dcp, boolean encrypted) {
if (encrypted) {
Path tclFileName = FileTools.replaceExtension(dcp.getFileName(), EDIFTools.LOAD_TCL_SUFFIX);
Path tclFileName = FileTools.replaceExtension(dcp, EDIFTools.LOAD_TCL_SUFFIX);
return "source {" + tclFileName + "}; ";
} else {
return "open_checkpoint {" + dcp + "}; ";
Expand Down

0 comments on commit 56e41f0

Please sign in to comment.