M
Michael Ritzert
Guest
Hi all,
I'm using the itkDB interface to access my layout information from C++.
Everything works fine except when I come across a PCell that uses
external skill functions.
For example the PMOS from UMC requires pcExprToString. I get the
folllowing error:
*WARNING* Pcell evaluation for UMC_18_CMOS/P_18_MM/layout has the
following error(s):
*WARNING* ("eval" 0 t nil ("*Error* eval: undefined function"
pcExprToString))
*WARNING* Error kept in "errorDesc" property of the label
"pcellEvalFailed" on layer/purpose "marker/error" in the submaster.
and the cellview of the instance is empty. I can open the layout without
any problems from icfb, so I assume that this is because I haven't
loaded the skill library that contains the function definition.
How do I make pcExprToString available to my program?
Michael
I'm using the itkDB interface to access my layout information from C++.
Everything works fine except when I come across a PCell that uses
external skill functions.
For example the PMOS from UMC requires pcExprToString. I get the
folllowing error:
*WARNING* Pcell evaluation for UMC_18_CMOS/P_18_MM/layout has the
following error(s):
*WARNING* ("eval" 0 t nil ("*Error* eval: undefined function"
pcExprToString))
*WARNING* Error kept in "errorDesc" property of the label
"pcellEvalFailed" on layer/purpose "marker/error" in the submaster.
and the cellview of the instance is empty. I can open the layout without
any problems from icfb, so I assume that this is because I haven't
loaded the skill library that contains the function definition.
How do I make pcExprToString available to my program?
Michael