Skip to content

Commit 56e41f0

Browse files
committed
Merge branch 'rwroute_capped_bias' into rwroute_new_base_costs
2 parents 3c3b345 + 8d82222 commit 56e41f0

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)