• 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. partial selection turned off while descending

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 142
  • Views 13929
  • 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

partial selection turned off while descending

Aritra
Aritra over 13 years ago

 Hi,

    Is there any way to turn on the partical selection while descending ? Every timy I descend to the below hierarchy, it gets turned off. 

Also how to keep filter size as 0  while descending ?

 

Please help.

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    It reinitializes it each time. So it may be set via cdsenv:

    envSetVal("layout" "partialSelect" 'boolean t)
    envSetVal("layout" "filterSize" 'float 0.0)

    but you also need to see if either are set as properties on the library or technology library (go over the library in the library manager, do RMB-> Properties, and look for viewProps and hit the EXPAND button if there is one. Do the same for maskLayout within the resulting form, and then you might find filterSize  and potentially partialSelect. It's also possible that these are set as cellView properties (do File->Properties with the cellView open to check, and look on the properties page).

    Regards,

    Andrew.

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

    Hi Andrew,

                   It works perfectly . 

    I have another question related to the topic. Is there any function to get all the registered variables ? 

    I require this so that I can set other environmental  variables for my requirement.

    Please help.

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

    In IC615 you can use the search assistant (WIndow->Assistants->Search in the schematic (or layout) editors to search for cdsenv  variables. I don't think there's a public function to directly return them - you could use envStoreEnv() to write them to a file and then parse this.

    You can also go to <ICinstDir>/tools/dfII/etc/tools and look in */.cdsenv which is where all the cdsenv vars are registered. Some of these are private (there is a fifth column in the file which has t if it is private) - the private vars are liable to change and so should not be used.

    Regards,

    Andrew.

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

     Thanks Andrew,

    envStoreEnv() does the job for me.                        

    • 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