• 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. Modgen Topology Constraints

Stats

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

Modgen Topology Constraints

Vishu21
Vishu21 over 6 years ago

Hi,

Cadence Virtuoso version- ICADV12.3-64b.500.18

In the help section find the term "Modgen Topology Constraints" 

There you see a list of different Constraints, Go inside 'Via control' , in the example given for via control Constraint they have defined in the following manner if you see..

list ("viaControl" nil 1

            list(stringToSymbol "viaControlOrient" Horizontal)

            list(stringToSymbol "viaControlInline" t)

            list(stringToSymbol "viaControlOffset" t)

             ...........

             .............

             ))

I am using the same list in my script but getting an error as "unbound variable stringToSymbol"

which is obvious as stringToSymbol is a function which requires a string as a parameter....

So i am not getting where i need to change the sytax !!!

Andrew please clarify!!

Thanks,

Vishal

  • Cancel
Parents
  • henker
    henker over 6 years ago

    You are not calling the stringToSymbol function; e.g. the code piece "list(stringToSymbol "viaControlOffset" t)" calls the list function to create a list consisting of three elements: stringToSymbol (given as variable), "viaControlOffset" (given as string), and t (given as symbol).

    To call a function use either lisp style, e.g. (stringToSymbol "viaControlOffset") or C style, e.g. stringToSymbol( "viaControlOffset")

    Note, that in C style the opening parenthesis must directly follow the function name.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Vishu21
    Vishu21 over 6 years ago in reply to henker

    Hi henker,

    Thanks for answering.

    Regards,

    Vishal.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Vishu21
    Vishu21 over 6 years ago in reply to henker

    Hi henker,

    Thanks for answering.

    Regards,

    Vishal.

    • 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