• 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 override netlisting mapping of instance names and...

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 142
  • Views 15221
  • 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 override netlisting mapping of instance names and node names?

SharksFan
SharksFan over 14 years ago

Hi,

I'm using IC6.1.5 and an external simulator.  It has a predefined set of mapping functions that convert schematic names to netlist names.  For example, if I name a node in my schematic to begin with a "." (like .monitor for example), this name get converted to _net0 during netlisting.

I want to override this default behavior so that I can control the mapping, but my attempts so far have been unsuccessful.

Here's what I did:

I defined the $SIMRC to point to a directory in which I have my own .simrc file.  In my .simrc file, I defined

hnlSetDef('mapNetFirstChar
    list('("." "net_")
    )
)

After this, I have completely exited IC and restarted.  I reopen my saved state for the external simulator and from the ADE menu I do a Simulation > Netlist > Recreate.  However, my netlist still contains _net0 instead of the desired net_monitor for the net named .monitor in my schematic.

What am I missing?  Do I need to force unbinding somehow since mapNetFirstChar has been previously defined by the external simulator?  How do I do the unbinding?

Thanks in advance for all tips and help.

SharksFan

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 14 years ago

    SharksFan,

    By "external simulator" I assume you don't mean a Cadence simulator? ADE netlisters use a wrapper around the underlying OSS capability, and so initialize these kind of settings per simulator.

    You have to do it by customizing the netlister so that the new settings get done within nlInitialize for the netlister you're using. Similar examples are shown in these two solutions:

    Solution 11705396

    Solution 11575430

    If you're using hspiceD or spectre there may be variables to do what you want - not 100% sure - but if you state if it's one of these I can check.

    Andrew.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 14 years ago

    SharksFan,

    By "external simulator" I assume you don't mean a Cadence simulator? ADE netlisters use a wrapper around the underlying OSS capability, and so initialize these kind of settings per simulator.

    You have to do it by customizing the netlister so that the new settings get done within nlInitialize for the netlister you're using. Similar examples are shown in these two solutions:

    Solution 11705396

    Solution 11575430

    If you're using hspiceD or spectre there may be variables to do what you want - not 100% sure - but if you state if it's one of these I can check.

    Andrew.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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