Skip to content

Commit 36d6fad

Browse files
authored
[EDIFTools] UniqueifyNetlist() to reset parent net map (Xilinx#1175)
Signed-off-by: Eddie Hung <[email protected]>
1 parent 9ed1665 commit 36d6fad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/com/xilinx/rapidwright/edif/EDIFTools.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,8 @@ public static Boolean uniqueifyNetlist(Design design) {
13441344
duplicateMultiInstCell(design, curr, toUniqueify);
13451345
}
13461346

1347+
netlist.resetParentNetMap();
1348+
13471349
return true;
13481350
}
13491351

0 commit comments

Comments
 (0)