• 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. editing layout in batch mode

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 144
  • Views 14407
  • 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

editing layout in batch mode

ArKa01
ArKa01 over 10 years ago

Hi all,

There is simple change i need to do in all the layouts of a library. I have written a small skill script to do that change.

What I now do is open each cell and execute the script.

Is there any way I can do this in batch mode so that all the cells get changed in one run of the script?

I use IC 6.1.6-64b.500.6

Thanks,

Arshad

  • Cancel
  • theopaone
    theopaone over 10 years ago

    Is this a one time thing or will you be doing this repeatedly? If it is a 1 time, you could manually start the procedure in an interactive Virtuoso session, that is easier than trying to do a true batch function as would be called from a make script as you can enter the correct arguments to the function manually.

    You would need to write a procedure which opens each cellView in the library, executes your editing function, saves the data and purges VM.

    foreach( cell ddGetObj( libName )~>cells

    when(ddGetObj( libName cell~>name "layout")

    cv = dbOpenCellViewByType( ... "a") ;; fill in the arguments for lib, cell and view

    DoYourThing(cv)

    dbSave(cv)

    dbClose(cv)

    ))

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • ArKa01
    ArKa01 over 10 years ago
    Thanks. This works fine.
    • 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