Skip to content

Commit

Permalink
Update src/com/xilinx/rapidwright/design/DesignTools.java
Browse files Browse the repository at this point in the history
Signed-off-by: eddieh-xlnx <[email protected]>
  • Loading branch information
eddieh-xlnx committed May 3, 2023
1 parent 73b3ef4 commit 39aa81e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/com/xilinx/rapidwright/design/DesignTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -2854,8 +2854,6 @@ public static void createCeSrRstPinsToVCC(Design design) {
for (Cell cell : design.getCells()) {
if (isUnisimFlipFlopType(cell.getType())) {
SiteInst si = cell.getSiteInst();
if (si.getSiteName().equals("SLICE_X58Y149"))
System.err.print("");
BEL bel = cell.getBEL();
Pair<String, String> sitePinNames = belSitePinNameMapping.get(bel.getBELType());
String[] pins = new String[] {"CE", "SR"};
Expand Down

0 comments on commit 39aa81e

Please sign in to comment.