• 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. opening a cell layout view in GUI mode using SKILL

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 144
  • Views 16301
  • 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

opening a cell layout view in GUI mode using SKILL

sanramz
sanramz over 11 years ago

Hi,

  How to open a layout view in GUI mode using skill code? I want to open a cell layout view in XL mode.

dbOpenCellViewByType will open the cell in background with specified library, cell name and mode, but how to open in GUI mode?? 

 

Regards,

Santhosh 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 11 years ago

    Hi Santhosh,

    deOpen(list(nil 'libName "opamp090" 'cellName "adc_sample_hold" 'viewName "layout" ?accessMode "a") nil "" "Layout XL")

    See the documentation for the full details on the disembodied property list passed as the first argument to deOpen.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • tweeks
    tweeks over 11 years ago

    I use

    deOpenCellView("libName" "cellName" "layout" "" nil "r")

    and then do Launch->Layout XL in the GUI. :) 

    A clunkier way to accomplish what Andrew's code does is:

    deInstallApp(
        deOpenCellView("opamp090" "adc_sample_hold" "layout" "" nil "a") 
        "Virtuoso XL"
    )
    
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • sanramz
    sanramz over 11 years ago
    Thank you both for the quick reply :) It helped me alot.
    • 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