Thursday, July 29, 2010     Register | Login | Search | Contact Us
     

Many of you already received communications about the move of the Cadence user community into cadence.com. And many of you have already joined, with over 4000 registrations in the first two weeks.

The new Cadence Community enhances the ability of Cadence users to connect and collaborate. In addition to moving the community into cadence.com -- enabling single sign-on for community, Sourcelink and Cadence events -- the new site is organized around nine technology segments, giving you easy access to product information, training, forums and blogs. Some of the new features include:
  • Ability to respond to posts via e-mail
  • Technology-specific blogs
  • Latest Web 2.0 social networking capabilities
  • Public profile options
  • Private messaging
  • Friends lists
Visit the new Cadence Community today at www.cadence.com/community and join the discussions!

Registration note: Due to the scope of the enhancements and the new SSO registration system, we were not able to migrate existing cdnusers.org member accounts. So new registrations are required, but this enables a broader set of functionality we think you'll enjoy.

Forum note: Under the guidance of forum moderators, we have taken the 20+ cdnusers.org forums and consolidated them into 11 forums on the new site. Posts have been brought over so you can leverage that posting history. CDNusers forums will be set to read only starting 7/30, and cdnusers.org will be redirected to the new community on 8/4.

Best regards,
Mike and Tom

Michael A. Catrambone - Steering Committee Chairman
Distinguished Engineer
PCB/Mechanical
UTStarcom, Inc.

Tom Diederich
Cadence Community Manager
Home
Forums
Subject: Drawing circles in Virtuoso
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
jgrant3
Posts: 9
Online: User is Offline
5/15/2008 1:00 AM  
    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
rairaj
Posts: 17
Online: User is Offline
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
jgrant3
Posts: 9
Online: User is Offline
5/15/2008 6:18 AM  
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



rairaj
Posts: 17
Online: User is Offline
5/15/2008 6:36 AM  
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
adbeckett
Posts: 248
Online: User is Offline
5/15/2008 6:43 AM  
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.
jgrant3
Posts: 9
Online: User is Offline
5/19/2008 12:45 AM  
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
Posting to forums is available to community members only.
Login or Register

Forums > Custom IC > Custom IC Physical Design > Drawing circles in Virtuoso


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.