Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into large_interchange…
Browse files Browse the repository at this point in the history
…_designs
  • Loading branch information
eddieh-xlnx committed Jul 13, 2024
2 parents ded6be5 + 8131a23 commit dfe44f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/xilinx/rapidwright/edif/EDIFTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ public static void writeTclLoadScriptForPartialEncryptedDesigns(EDIFNetlist edif
lines.add("read_checkpoint {" + pathDCPFileName + "}");
lines.add("set_property top "+edif.getName()+" [current_fileset]");
lines.add("link_design -part " + partName);
Path tclFileName = FileTools.replaceExtension(pathDCPFileName.getFileName(), LOAD_TCL_SUFFIX);
Path tclFileName = FileTools.replaceExtension(pathDCPFileName, LOAD_TCL_SUFFIX);
try {
Files.write(tclFileName, lines);
} catch (IOException e) {
Expand Down

0 comments on commit dfe44f3

Please sign in to comment.