• 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. Skill Code for rotation

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 14543
  • 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

Skill Code for rotation

mraghu
mraghu over 16 years ago

I'm a longtime user of Virtuoso for CAD layout but never had to do any Skill programming before. Recenly I've started working on designs that need rotation (from 10 to 170 degrees, in steps of 10 degree), and each rotation would need to be saved to a separate gds file. These are the steps I wish to perform

* select all (all shapes in the layout)

* rotate by x degree, with the center being (0,0)

*  output to stream file <streamname>-x.gds

I'm wondering if Skill programming would make it easier to do this? If so, would anyone give me pointers on which functions to call?

Thanks,

-raghu 

  • Cancel
  • Austin CAD Guy
    Austin CAD Guy over 16 years ago

     Hi Raghu

    A couple of questions:

    How big are the devices?

    What release are you on?

    Here is the quandry, Virtuoso only supports rotations of 90 degrees so you could place an instance of your top chip in another cell with those rotations. If you have to rotate 10 degrees, you have to flatten the database and transform the shapes. In IC6.1 you have dbTransformCellView which will rotate or magnify the shapes in a cell. The issue is that if you database is hierarchical, it needs to be completely flattened and if it is large, there is a lot of data to be rotated. There is also the issue of roundoff when rotating the data,you will need a greater number of DBU per UU (database units per user unit) to compensate for the rotation.

    A solution you may want explore with your mask maker is to have them do the rotation for you. Most electronic mask making machines can manipulate the data.

    If this is for a MEMS device, you may have small enough data to do the transform but if it is a big device, I would explore the latter solution.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • mraghu
    mraghu over 16 years ago

    Hi Austin CAD guy,

    Thanks for the pointers. I'm on IC6.1, and luckliy my device is small and already flattened. We run the CAD through electron beam lithography - so no masks needed. But the software we use for lithography only allows for 90 degree rotations. So I'm forced to rotate in the CAD software itself.

     I will try out the  dbTransformCellView. Thanks!

    -raghu 

    • 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