• 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. RF Design
  3. changing LSW valid layers to ones only in layout

Stats

  • Locked Locked
  • Replies 7
  • Subscribers 66
  • Views 15834
  • 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

changing LSW valid layers to ones only in layout

JoeV
JoeV over 16 years ago

The problem statement is that I want to change my LSW on the fly to show me only the layers that are present in my layout and hide all the rest. It seems like the breakdown in steps is

determine a list of layers in the layout

set the valid layers in LSW to the list

re display the LSW

However, I cannot find the skill functions that would do these things. Please help!

JoeV

  • Cancel
Parents
  • Jim McMahon
    Jim McMahon over 16 years ago

    Hi JoeV

     I would suggest posting this question to the Skill or Custom IC design forums.

    To get things started you can query the layout cellview to determine the layers in use as follows:

     From the CIW enter the following skill commands:

    cvId = geGetWindowCellView()  ;;;<--- returns the DB ID of the current cellview.

    lpps = cvId~>lpps ;;;<--- get a list of Layer-Purpose Pairs

    lpps~>layerName ;;; <--- prints a list of layer names

    lpps~>purpose ;;; <--- prints a list of layer purposes

     You next have to determine how to use this information to manipulate the list of valid layers displayed in the LSW.

     Let us know how it goes...this appears to be a useful feature.

     Jim

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Jim McMahon
    Jim McMahon over 16 years ago

    Hi JoeV

     I would suggest posting this question to the Skill or Custom IC design forums.

    To get things started you can query the layout cellview to determine the layers in use as follows:

     From the CIW enter the following skill commands:

    cvId = geGetWindowCellView()  ;;;<--- returns the DB ID of the current cellview.

    lpps = cvId~>lpps ;;;<--- get a list of Layer-Purpose Pairs

    lpps~>layerName ;;; <--- prints a list of layer names

    lpps~>purpose ;;; <--- prints a list of layer purposes

     You next have to determine how to use this information to manipulate the list of valid layers displayed in the LSW.

     Let us know how it goes...this appears to be a useful feature.

     Jim

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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