Skip to content

Commit

Permalink
Update src/com/xilinx/rapidwright/design/ModuleInst.java
Browse files Browse the repository at this point in the history
Signed-off-by: eddieh-xlnx <[email protected]>
  • Loading branch information
eddieh-xlnx authored Nov 27, 2024
1 parent 7b29ab0 commit 1d1cece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/xilinx/rapidwright/design/ModuleInst.java
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ public boolean place(Site newAnchorSite, boolean skipIncompatible, boolean allow
}
}


if (newSite == null || existingSiteInst != null) {
//MessageGenerator.briefError("ERROR: No matching site found." +
// " (Template Site:" + templateSite.getName() +
Expand Down

0 comments on commit 1d1cece

Please sign in to comment.