• 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. Modify cdf param value based on its current value using...

Stats

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

Modify cdf param value based on its current value using SKILL

San
San over 9 years ago

Hi ,


I am trying to alter some cdf parameter value using SKILL 

For example , I want to increase width by 100 (for example 100n or 100u)

if current value of w is

w = " 200n "

then I want to set it to " 300n"

if w is " 500u" then I want to set it to "600u" and so forth.

While looking for function in document I found following function which might be useful in this process,

cdfFormatFloatString("123.4"  "m") => "123400.0m"

cdfParseFloatString("1.0u") => 1e-06

 I am trying to manipulate cdf parameter value based on its current value. 

Please help.

Thanks

san

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

    This is a very strange thing to want to do - it doesn't strike me as having any physical meaning - adding a 100n or 100u to a value depending on it's existing range sounds rather peculiar to me.

    Anyway, using num=cdfParseFloatString(inst~>w), then using some conditional statements (e.g. if() or cond() to check the range the value is in) and then adding 100n or 100u to the result and cdfFormatFloatString() before setting it back seems straightforward enough (although unusual). I don't understand what you don't understand?

    Regards,

    Andrew.

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

    This is a very strange thing to want to do - it doesn't strike me as having any physical meaning - adding a 100n or 100u to a value depending on it's existing range sounds rather peculiar to me.

    Anyway, using num=cdfParseFloatString(inst~>w), then using some conditional statements (e.g. if() or cond() to check the range the value is in) and then adding 100n or 100u to the result and cdfFormatFloatString() before setting it back seems straightforward enough (although unusual). I don't understand what you don't understand?

    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