• 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. removing quotes in skill

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 143
  • Views 15509
  • 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

removing quotes in skill

PK2017
PK2017 over 7 years ago

Hi,

Is there an function available in cadence skill to remove double quotes?

I need to provide a = "0:0"  as input to a function, which wont take double quotes.

Please help.

Thanks

PK

  • Cancel
  • skillUser
    skillUser over 7 years ago

    Hi PK,

    You can use "evalstring" or "errsetstring" to evaluate the value/expression in the string and then supply it to another function.  The latter is safer and allows you to programmatically catch any errors.  Hopefully this is what you were looking for?

    Best regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • PK2017
    PK2017 over 7 years ago
    Thank you Lawrence for the quick reply.
    One more question.
    I am trying to add a label to my layout using dbCreatelabel function.
    I was not able to specify the layer purpose using this.
    I have tried the following, its not working
    dbCreateLabel(cv "M10.pin" 0:0 "test" "centerCenter" "R0" "stick" 0.5)
    dbCreateLabel(cv "M10 pin" 0:0 "test" "centerCenter" "R0" "stick" 0.5)
    dbCreateLabel(cv 202.74 0:0 "test" "centerCenter" "R0" "stick" 0.5)
    Please help.

    Thanks
    PK
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 7 years ago

    dbCreateLabel(cv list("M10" "pin") 0:0 "test" "centerCenter" "R0" "stick" 0.5)

    is what you want. You can specify the layer number and purpose number too (so if that's 202 and 74, it would be list(202 74) ). However, specifying by name is almost certainly a better solution as it isolates you from the details of how the layer numbers and purpose numbers have been assigned for that technology.

    Regards,

    Andrew.

    • 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