Skip to content

Commit 18b64bb

Browse files
committed
Free shape set
Signed-off-by: Faholan <[email protected]>
1 parent acc05e8 commit 18b64bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/scripts/placement_blockages.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,9 @@ proc block_channels {channel_width_in_microns} {
4646
odb::destroySet $shapeSet1
4747
odb::destroySet $shapeSet0
4848
odb::destroySet $core_rect
49+
50+
foreach shape $shapes {
51+
odb::destroySet $shape
52+
}
4953
}
5054

0 commit comments

Comments
 (0)