• 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. help with non-existent pin

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 127
  • Views 17390
  • 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

help with non-existent pin

linbo
linbo over 12 years ago

Hi All,

 We're trying to run a post extracted simulation and the simulator won't netlist. 

Error message reads:

ERROR (OSSHNL-249): There is no corresponding terminal for 'zorchp' (on placed master 'ind_diff_1p95n_ef/layout') in....

A long time ago when I was doing the layout of the cell mentioned I added a pin named zorchp.  It is no longer there.  It does not exist in the layout, av_extracted (extracted), schematic, or symbol views in this level or any level of the hierarchy.  There are no other views. 

It seems as though the cdf parameters got stuck.  We tried re-creating the symbol view in order to force the cdf params to update, indeed the tool asked us if it was ok to overwrite them and we answered affirmatively.

 I have two questions:

1) How do we correct the non-existent terminal and get the tool to netlist

2) Is there a setting or env variable that we can set to ignore unused terminals.

 

Thanks

  • Cancel
  • Quek
    Quek over 12 years ago

    Hi Linbo

    Here are my comments:
    1. If you do not wish to re-generate the symbol, you can use a skillscript to sync the terminals between symbol and CDF termOrder section.

    2. You can add the following variable to your .simrc file:

    simCheckTermMismatchAction="ignore"

    Best regards
    Quek

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
  • Eduard Raines
    Eduard Raines over 12 years ago

    Hi,

    You can use dbFindTermByName(d_cellView t_name ) function to find this terminal and dbDeleteObject( d_object  ) to delete it.

    Something like:

    Open your layout

     cv=geGetWindowCellView()

    myTerm = dbFindTermByName(cv "zorchp")

    dbDeleteObject(myTerm)

    Hope it helps.

    Regards,

    Eduard Raines

    • 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