• 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. SKILL CODE OF MASTER Pcell

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 144
  • Views 14560
  • 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

SKILL CODE OF MASTER Pcell

Sabyasachi
Sabyasachi over 15 years ago

Hi all,

 I am using cadence IC5141. I am using on National Semiconductors 180nm technology(CMOS9). There are some standard pcells in layout library.How to get the skill code of that pcells. When I am compiling to skill it is generating a file which calls the master instance.How to get the skill code of that master instance

 

Cheers 

Sabyasachi

  • Cancel
  • Quek
    Quek over 15 years ago

    Hi Sabyasachi

    SKILL codes for pcells in a pdk are confidential and will not be released. You will not be able to get them. Maybe you would like to describe more on what you are doing just to confirm if you really need the pcell codes.

    Best regards
    Quek
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Sabyasachi
    Sabyasachi over 15 years ago
    Hi Quek If master pcell SKILL codes are not available then help me other ways. Then if I want to make a pcell where i will be calling those given pcells witth parsing parameters. How to do it . Please help with a short example
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • skillUser
    skillUser over 15 years ago
    Hi Sabyasachi,

    Your request is not clear at all, but it sounds like you might want to instantiate a PCell in another SKILL Pcell - if this is the case then there are two functions that you could use to do this:

    dbCreateParamInst and dbCreateParamInstByMasterName

    dbCreateParamInst(
        d_cellView
        d_master
        t_name
        l_point
        t_orient
        [ x_numInst
        [ l_params
        [ b_physOnly ] ] ]
        )
        => d_inst | nil

    dbCreateParamInstByMasterName(
        d_cellView
        t_libName
        t_cellName
        t_viewName
        t_name
        l_origin
        l_orient
        [ x_numInst
        [ l_params
        [ b_physOnly ] ] ]
        )
        => d_inst | nil

    http://support.cadence.com/wps/mypoc/cos?uri=deeplinkmin:DocumentViewer;src=pubs;q=/pcellref/pcellref6.1.4/skillPcells.html

    Check out the documentation on pcells (IC614 version).

    I hope that this helps.

    Regards,

    Lawrence.
    • Cancel
    • Vote Up 0 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