Skip to content

Commit 4398fd7

Browse files
committed
Merge remote-tracking branch 'upstream/master' into rwroute_new_base_costs
2 parents 3c3b345 + e024bff commit 4398fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/xilinx/rapidwright/util/VivadoTools.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ public static String reportRouteStatus(String netName, Path dcp, Path workdir, b
305305

306306
private static String createTclDCPLoadCommand(Path dcp, boolean encrypted) {
307307
if (encrypted) {
308-
Path tclFileName = FileTools.replaceExtension(dcp.getFileName(), EDIFTools.LOAD_TCL_SUFFIX);
308+
Path tclFileName = FileTools.replaceExtension(dcp, EDIFTools.LOAD_TCL_SUFFIX);
309309
return "source {" + tclFileName + "}; ";
310310
} else {
311311
return "open_checkpoint {" + dcp + "}; ";

0 commit comments

Comments
 (0)