• 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 change the Symbol @partName

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 125
  • Views 18156
  • 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 the Symbol @partName

RFStuff
RFStuff over 12 years ago

 Dear All,

Is there any way of changing  symbol partName ( displayed in while instantiating the object in symbol view in schematic editor).

I want this because:-

I copy a cellView A to a NewCell view B and make a change in the schematic and I preserve the Symbol view. But when I instantiate the cell B, the partName should be displayed B but instead it shows A. What I should do to make the partName displayed as B.

Kind Regards

 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    Several ways:

    1. When doing the copy make sure you have checked the "Update instances (of new copies only)" on the copy form. This will update the partName property on the symbol
    2. If you've already done the copy, do Edit->Properties->CellView in the symbol editor and change the value of the partName property
    3. Change the [@partName] label expression to be [@cellName] - then it will always reflect the cell name and not need an update to be done.
    4. Change the "TSG" template you're using when using create cellView from cellView to use @cellName instead of @partName - the template is at /export/home/apps/IC5141_isr/tools/dfII/samples/symbolGen (default.tsg) - take a copy of this and put it somewhere else and change the defLabel definition near the end to add [@cellName] instead of [@partName]. Then look in <ICinstDir>/tools/dfII/samples/local/schConfig.il and copy the definition of tsgTemplateMasters and put in your own .cdsinit and change the paths as needed - you can always add a new entry.
    5. If you want to alter which template master you use by default, you can do that with:
      schSetEnv("tsgTemplateType" "artist")
      (or use "digital", or "custom" or whatever you've called it). The "artist" template doesn't use @partName, so you might just want to use that.

    Regards,

    Andrew.

    • Cancel
    • Vote Up +1 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