Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into rwroute_new_base_…
Browse files Browse the repository at this point in the history
…costs
  • Loading branch information
eddieh-xlnx committed Jul 16, 2024
2 parents 3c3b345 + e024bff commit 4398fd7
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 4398fd7

Please sign in to comment.