• 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. Standcell layout scaling problem

Stats

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

Standcell layout scaling problem

heavenevil
heavenevil over 13 years ago

I am now doing a standcell library migrating from 90nm to 65nm, only thing I have is the 90nm cell layout, I don't want to draw by hand and I found one post about it http://www.cadence.com/forums/p/13074/19670.aspx.

Andrew gave some code, but I never learned skill so I don't know how to change it, even don't know how to run it, can anyone give me some hint? Thanks a lot

  • Cancel
  • heavenevil
    heavenevil over 13 years ago

    Hi Andrew,

    I've tried your code by run load("abscale.il") in CIW, and returns T.

    Then I open the layout I want to scale in CIW and use command cv = geGetEditCellView() to get the cell view ID, 227684396

    Then I run: abScaleAllObjects 227684396 0.6

    but return *Error* dbGetq: Object is not a db/dd object. - 227684396

    So what's the problem? I have the layout .cdb file, this is a layout others done by hand.

    Regards

    Li

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Hi Li,

    You can't just pass a number to the function. You have to give it the database ID of the cellView. You can't cut and paste the database ID and re-use it - all you see is the "print representation" when displayed.

    You'd have to use:

    abScaleAllObjects(cv 0.6)

    And cv contains the result of geGetEditCellView() as you typed it above.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • heavenevil
    heavenevil over 13 years ago

    Thank you so much! Your code works! Great! Just a short question, now I have the scaled layout in 90nm, how can I export them to 65nm? I tried to copy the layout files to 65nm, but a lot of layers missing, thanks, I'm totally a new learner.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    You'll probably need to change the layer number of the shapes to the layer number in the new process. So you'd need a bit of code which knew about the mapping of the old layer numbers to new layer numbers. You can access and modify the layer number for a shape using shapeId~>layerNum

    Alternatively you could stream it out using the old layer map file, and stream in with the new. But that's a bit clunky.

    Or you could contact Cadence about accessing Virtuoso Layout Migrate, which is a tool designed for this purpose (which will do a whole lot more than simplistic scaling of the data and layer translation; it can ensure that the resulting design is DRC clean and handle differing scaling on different layers).

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • msakib
    msakib over 10 years ago

    Hi. I am looking for the script  abscale.il. I was not able to find it.  

    Thanks, Sakib

    • 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