Quantcast
Channel: Cadence Technology Forums
Viewing all articles
Browse latest Browse all 62851

Forum Post: RE: SKILL code to change all the existing Metal layers to its corresponding fillBlock layer

$
0
0
Finally i got it working...! procedure(MetalToFillBlock() cv=geGetWindowCellView() shapes=geGetSelSet() m2list=setof(x geGetSelSet() x~>layerName=="m2") dbLayerOr(cv list("m1" "fillBlock") m2list) ; dbLayerOr(cv list("m2" "fillBlock") m2list) dbLayerOr(cv list("m3a" "fillBlock") m2list) foreach(shape shapes when(shape->layerName == "m2" shape->lpp = list( "m2" "fillBlock" ) );when );foreach );procedure But the only issue is that i need to have those lines for all the metal layers that i'm using. I'm not sure how to simplify it

Viewing all articles
Browse latest Browse all 62851

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>