• 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. How to change TR's G/S/D Connectivity ? Please tell me solution...

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 143
  • Views 924
  • 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 change TR's G/S/D Connectivity ? Please tell me solution TT

HJC
HJC over 1 year ago

Hello. please tell me solution to solve this problem TT

i want to change TR's connectivity (Just use skill)

i find individual TR's port and net name (such as G/S/D)

but, i'm stuck in this problem.

how to solve the problem and what's the problem of this part ?

I want to use this command... and change b's value from "net1" to "net2" , but below command is not accessible..

a = geGetSelSet()

b = caar(a~>instTerms)

b~>net~>name 

[result -->  b = "net1" ]

b~>net~>name = "net2" <-- Can't accessible

help me ....

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 1 year ago

    Some strange terminology here - does "TR" mean "transistor"? What does "TT" mean?

    Anyway, you can't assign the net names on an instTerm, but you can assign the net. So you'd do:

    cvId=b~>cellView ; or you could use geGetEditCellView(), but getting it from the cellView containing the instTerm would be fine
    newNet=dbMakeNet(cvId "net2") ; if net2 doesn't exist, it will create it - otherwise retrieve it
    b~>net=newNet

    You didn't say whether this was a schematic or a layout (it's the same for both), but one thing to be aware of is that the schematic extractor would likely rename the net at the next "check" because it derives the net names from wire labels, pin names etc. You typically need to add labels to wires (or rename those labels) to change that.

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • HJC
    HJC over 1 year ago in reply to Andrew Beckett

    thanks for your answering !

    'TR' means Transistor // 'TT' means SAD emotion .... Sorry ...

    and i want to use this command in layout view. 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 1 year ago in reply to HJC
    HJC said:
    'TR' means Transistor // 'TT' means SAD emotion .... Sorry ...

    For future reference, please read the forum guidelines (note in particular the very last bullet!).

    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