The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Apr 26th, 2024, 8:14am
Pages: 1
Send Topic Print
change oa via parameters in skill (Read 2580 times)
andal
New Member
*
Offline



Posts: 1
Nippon
change oa via parameters in skill
Jun 14th, 2011, 2:37am
 
Hi,

I am using Cadence613 and I need some help in modifying the parameters of OA vias in my layout using skill script.
Below is a piece of my code:

cvId = dbOpenCellView(libId cellId vName nil "a")
foreach(x cvId~>vias
 if( x~>viaHeader~>viaDefName == "M1_GA")
   xPar = x~>viaHeader~>overrideParams
   . ???
   . ???
   . ???

 
For example, using the above expression I get this value for xPar:
(("cutRows" 5) ("cutColumns" 2) ("cutSpacing" (0.20 0.20)) ("layer1Enc" (0.10 0.10)) ("layer2Enc" (0.10 0.10)) )

I would like to know how I can modify the "layer1Enc" and "layer2Enc" values and then delete the "cutSpacing" parameter of the same via type throughout my layout.

I would appreciate any help.
Thank you very much.
/Ed
Back to top
 
 
View Profile   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.