• 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. transistor parameters

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 144
  • Views 13648
  • 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

transistor parameters

RobertoD
RobertoD over 9 years ago

Hello,

I'm trying to figure out how to extract the main parameters of a transistor instance with a skill call (like w, l, m...)

It is easy to extract operating point information with OP(instance) or model related parameters with MP(instance parameter)
, but what if I want to know the value of something which is instance related, like for example w,l, m ... ?

Thanks

Roberto

  • Cancel
  • theopaone
    theopaone over 9 years ago

    The parameter values are properties on the instance.

    If the value is the same as the default value from the CDF, the value may be nil (unless storeDefault is set to true on the parameter) where you have to get it from the CDF.

    instId~>w

    instId~>l

    instId~>m || cdfGetInstCDF(instId)~>m->defValue


    Ted

    • 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