• 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. about the function of dbCreateParamInst

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 144
  • Views 14343
  • 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

about the function of dbCreateParamInst

b0719r
b0719r over 14 years ago

Hi Everyone,

I am using the function of  dbCreateParamInst to draw a rf nmos with w, l, #f can be changed, however, when I use this function as below:

 paramList=list(list("wf" "float" fw) list("lf" "float" fl) list("nf" "int" nf))
    a=-(0.98*nf/4-0.2)
    b=-fw/2
   inst= dbCreateParamInst(newCV master nil a:b "R180" 1 paramList)

the mos size can not be changed, which seems as default size. I think the problem is the propName I use, it may be wrong. but I use this names before in the 90nm, it works ok, when I use them into 65nm, it doesn't work anymore. 

Is anyone have the idea that how to find the propName? or how to solve this problem?

  • Cancel
Parents
  • Quek
    Quek over 14 years ago
    Hi b0719r

    This is actually quite a common problem. There are generally 2 causes for it:

    a. Mismatch between property type in cdf and pcell codes. Please check if this is the cause. E.g. parameter "abc" is set to "float" in the pcell code but set as "string" in cdf.

    b. Need to trigger some pcell callbacks. This is harder to resolve and needs solution 11018344.


    Best regards
    Quek
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Quek
    Quek over 14 years ago
    Hi b0719r

    This is actually quite a common problem. There are generally 2 causes for it:

    a. Mismatch between property type in cdf and pcell codes. Please check if this is the cause. E.g. parameter "abc" is set to "float" in the pcell code but set as "string" in cdf.

    b. Need to trigger some pcell callbacks. This is harder to resolve and needs solution 11018344.


    Best regards
    Quek
    • 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