• 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 Design
  3. Drawing circles in Virtuoso

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 124
  • Views 17285
  • 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

Drawing circles in Virtuoso

archive
archive over 17 years ago

    Simple question. How do you draw circles in Virtuoso?

If it's not possible does anyone know of a skill files that can be used to create a polygon with many vertices such that it's almost a perfect circle?

Many thanks,

James


Originally posted in cdnusers.org by jgrant3
  • Cancel
  • archive
    archive over 17 years ago

    dbCreateEllipse( geGetWindowCellView() "metal1" list( -2:-2 2:2 ))

    Pass the list the two ends of the diameter of a circle as shown above.


    RR


    Originally posted in cdnusers.org by rairaj
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 17 years ago

    Posted By rairaj on 5/15/2008 5:02 AM
    dbCreateEllipse( geGetWindowCellView() "metal1" list( -2:-2 2:2 ))

    Pass the list the two ends of the diameter of a circle as shown above.


    RR
    Thanks RR for your response.

    So I just type the above command into the CIW?

    I've tried so and get the following error:

    "Syntax error encountered in input".

    Also could you please explain what "pass the lost the two ends of the diameter of a circle" precisely means?

    Thanks,

    James




    Originally posted in cdnusers.org by jgrant3
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 17 years ago

    There must have been some typo when you tried it should have worked. Just open a layout cellview and type the command mentioned by me.

    You need to pass the coordinate of bounding box which can enclose the circle. For example, above has:
    lowerLeft -2:-2
    upperRight 2:2

    These coordinates can also be calculated based on a given center point and radius. For example: assume that center point is at 1:2 and radius of circle needed is 3 then:
    lowerLeft= 1-3:2-3 = -2:-1
    upperRight= 1+3:2+3 = 4:5

    You can call:
    dbCreateEllipse( geGetWindowCellView() "metal1" list( -2:-1 4:5))

    Thanks,
    RR


    Originally posted in cdnusers.org by rairaj
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 17 years ago

    Why do this with SKILL (the original question was how to do this in Virtuoso)?

    Simply use Create->Conics->Circle in the layout editor, and follow the prompts at the bottom of the window.

    Easy. No need to use SKILL for an interactive operation like this.

    Andrew.


    Originally posted in cdnusers.org by adbeckett
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 17 years ago

    Thanks Andrew. Who knew drawing circles in Virtuoso could be so simple! I'd been told 1000 times by experienced Cadence users that it was only possible to draw circles in Virtuoso using a skill file. A lesson for all I feel........

    Cheers

    James


    Originally posted in cdnusers.org by jgrant3
    • 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