R
raf
Guest
Hi,
I have this piece of skill code someone provided me with:
cv = geGetEditCellView()
leLayerSize(cv, list("via12" "drawing") 0.05 list("via12" "drawing"))
leLayerSize(cv, list("via12" "drawing") 0.2 list("metal1" "drawing"))
and I'm wondering if there is a way I can apply it to every level of
hierarchy in my layout.
-Raf
I have this piece of skill code someone provided me with:
cv = geGetEditCellView()
leLayerSize(cv, list("via12" "drawing") 0.05 list("via12" "drawing"))
leLayerSize(cv, list("via12" "drawing") 0.2 list("metal1" "drawing"))
and I'm wondering if there is a way I can apply it to every level of
hierarchy in my layout.
-Raf