Selecting & Deleting Objects by Net Connection?

Discussion in 'Cadence' started by Ross.Kyle.G, Jul 24, 2006.

  1. Ross.Kyle.G

    Ross.Kyle.G Guest

    Hello,

    I was wondering if anyone knows of a quick way to select all obects
    that are connected to certain nets. I ask because I want to
    selectively remove parasitic capacitors attached to specific nets that
    have been extracted from layout in a calibre schematic in order to
    determine which are the most critical in terms of performance hits.
    Doing this by hand would be extremely tedious as there are hundreds of
    extracted parasitic capacitances.

    Thanks,
    Ross
     
    Ross.Kyle.G, Jul 24, 2006
    #1
  2. Ross,
    netId->instTerms would return the list of instance terminals the net is
    connecting to. These instTerms again have pointer instTerm->inst
    pointing to the instance id. Thus you can get all the instances that a
    particular net is connecting to.

    netId~>instTerms~>inst
     
    Suresh Jeevanandam, Jul 25, 2006
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.