• 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. Print model card parameter names

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 143
  • Views 14543
  • 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

Print model card parameter names

ChrisEAS
ChrisEAS over 14 years ago

Hi ..

Is there a way to display all parameter names of a model card using SKILL? I wanted to create a Spectre sensitivity analysis statement using those parameters. I've been searching for a while already... I'd much appreciate your help! Thanks.

Chris

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 14 years ago

    Chris,

    It was the "Print" in the title of the post that made me think you wanted to print it ;-)

    Anyway, this is easily doable. You can do:

    selectResult('model)
    dataTypes() ; outputs ("mos3" "bsim4") - whatever model types you have
    outputs(?type "mos3") ; outputs just the models which match that type
    outputParams("bsim4") ; available parameters for that model type
    pv("nch" "vto") ; outputs a specific parameter
    getData("nch")->vto ; does the same thing
    getData("nch")->? ; lists all the available parameters (like outputParams, but for a given model name)
    getData("nch")->?? ; lists alternating parameter-value pairs

    Regards,

    Andrew. 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 14 years ago

    Chris,

    It was the "Print" in the title of the post that made me think you wanted to print it ;-)

    Anyway, this is easily doable. You can do:

    selectResult('model)
    dataTypes() ; outputs ("mos3" "bsim4") - whatever model types you have
    outputs(?type "mos3") ; outputs just the models which match that type
    outputParams("bsim4") ; available parameters for that model type
    pv("nch" "vto") ; outputs a specific parameter
    getData("nch")->vto ; does the same thing
    getData("nch")->? ; lists all the available parameters (like outputParams, but for a given model name)
    getData("nch")->?? ; lists alternating parameter-value pairs

    Regards,

    Andrew. 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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