• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. Procedure Error Definitiion - SKILL Pcell

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 434
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Procedure Error Definitiion - SKILL Pcell

Esteban Saavedra
Esteban Saavedra 6 months ago

Hi All, 

I'm working with pcell SKILL coding, and I'm defining some procedures for a different tasks, on my environment everything works fine, but if some one else test the pcell it generates an error for undefined function

*WARNING* (DB-270002): ("eval" 0 t nil ("*Error* eval: undefined function" regularProcedure))
*WARNING* (DB-270003): Error kept in "errorDesc" property of the label "pcellEcalFailed" on layer/purpose "marker/error" in the submaster

I'm defining the procedures outside pcDefinePcell strucure.

Can some please help me with this issue?

Thank you.

Cordially,

Albert Esteban Saavedra Hernandez

  • Cancel
  • Andrew Beckett
    Andrew Beckett 6 months ago

    Any additional functions you define will need to be loaded - only the body of the pcDefinePCell is stored within the cell view. The best thing to do is to load these auxiliary functions from a file called libInit.il within the library containing your PCell - that file is loaded the first time the library is accessed. 

    Do not call pcDefinePCell within this file, because that would attempt to redefine the PCell each time which doesn’t make sense and would very likely fail due to permissions or locking. 

    Andrew

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information