Hello,
I've been working on a PCell in skill for several days and it is not a piece of cake! I was able to fix most of my problems alone, but this time I really don't understand...
For a little of context I have a PCell that generates a layout and a schematic (therefore I have 2 pcDefinePCell).
When I generate the PCell (by loading the .il script) everything works fine. I see my layout and my schematic as expected.
When I implement the symbol of my pcell in a schematic, no problem, the layout is also generated as expected. DRC work perfectly.
But when I run the LVS, it won't work and I have this error:
Pcell evaluation for architectures_tests/pcell_inv/schematic generated information. See layer/purpose "marker/error" shape with property "drcWhy" for description. You can get more details from file /tmp/_pcEvala79387.
ERROR (OSSHNL-408): Failed to generate the netlist because of a Pcell evaluation error on cellview 'my_lib/pcell_inv/schematic'. Set simStopNetlistOnPcellFailure to "ignore" to prevent this error.
In the tmp file I have 2 times : *Error* eval: undefined function - pow
The thing is I don't have any "pow" function in my scripts... So I really don't understand.
I hope someone can help me. Thank you in advance!