• 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 Design
  3. how to select a whole wire with all the bends

Stats

  • Locked Locked
  • Replies 9
  • Subscribers 128
  • Views 17089
  • 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

how to select a whole wire with all the bends

wighou
wighou over 15 years ago

 Hi,

It's a dummy problem but a bit boring for user experience. When I select a wire in the schematic editor, the only wire part that is selected is the straight part I point. Is it possible to select the whole wire (with all the bends) with one click ?

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    Click once once on a segment to select that segment, then double click on the selected segment to select all connected segments.

    Regards,

    Andrew. 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • wighou
    wighou over 15 years ago

     So simple ... Thank you

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • HelgeS
    HelgeS over 14 years ago

     I don't get this to work. Probably, there is something wrong with my key bindings. What function is used? What should I write in my key bindings file?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • fomin
    fomin over 14 years ago

    But this method doesn't work if the net is connected by label. How can I highlight the whole net with the same net name?

    I have found the following way.

    Press and release key "9" and after that click on the net by mouse. It will highlight the whole net with the same name. Function is called "Add Net" (Menu -> Design -> Probe - Add Net).

    To remove highlighting use "Remove All"

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • babaAli
    babaAli over 10 years ago
    Hi Andrew, I wonder if there is a way to select nets (something like "9") IGNORING e.g. an iprobe (as in fact the net is electrically ONE net, only logically split in two or more. Any help welcome, thx in advance!
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 10 years ago

    envSetVal("graphic" "probeTraverseFeedThrough" 'boolean t)
    envSetVal("graphic" "probeNetDisplayHierarchyLevel" 'int 2)
    ciRegisterDevice("probeShort"
    '( (nil "iprobe" nil (nil shortedTerminalMap (("PLUS" "MINUS") ) )) ))

    should do the job. This is as described in solution 11774090. Note that the hierarchy level in the above has to be 2 or more (for some reason that is currently being explored with R&D - it's not entirely obvious to me why).

    Also, you have to do the above before you open the schematic window.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 10 years ago
    I meant to point out that the above suggestion then allows the "probe" command (e.g. the 9 bindkey) to probe through an iprobe. It doesn't affect the selection with click, double-click.
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • babaAli
    babaAli over 10 years ago
    Hi Andrew, that works really good for iprobe. BUT we have some own 2-terminal devices in our environment (not located in analogLib) that essentially do the same. is there a trick to reference sthg else? I'm terying to find documentation on ciRegisterDevice, maybe the first nil before "res" is the library (defaulting to analogLib). Thanks a lot anyhow!
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 10 years ago

    Martin,

    Here's another example:

    ciRegisterDevice("probeShort"
    '( ("gpdk045" "resnsnpoly_2" nil (nil shortedTerminalMap (("PLUS" "MINUS") ) ))
       ("basic" "iprobe" nil (nil shortedTerminalMap (("PLUS" "MINUS"))))
       ("basic" "cds_thru" nil (nil shortedTerminalMap (("src" "dst"))))
    ))

    The value is a list of lists. Each sublist is the lib/cell/view (I think) for a device - if nil is specified for the lib then it means that cell from any library. Then there is a disembodied property list, which is the pairs of terminals to short out. I believe it should then work with devices with more than 2 terminals (I didn't try that) - but the above works.

    Regards,

    Andrew.

    • 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