• 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. A question about auCdl - nlSetPcellName ...?

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 125
  • Views 1980
  • 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

A question about auCdl - nlSetPcellName ...?

Prabhu The ICL
Prabhu The ICL over 14 years ago

  Hi All,
       I am using CADENCE IC514 version. I am trying to customize CDL netlist to full-fill my reqirements. In the process
       I am trying to rename subcircuits model name.

       For example ... please consider the below ...

       original CDL statement :-
       MM1 D G S B NM W=Wfing*fing L=L m=mult  ;(This is a line in the definition of a subcircuit cell)
       required CDL statement :-
       MM1 D G S B rpposab W=Wfing*fing L=L m=mult

       I have gone through the documentation and I found the below procedure ...

       procedure( nlSetPcellName( cv paramNames paramValues )
       let( ( name value (subcktName  ""))
               foreach( (name value) paramNames paramValues
                       subcktName = strcat( subcktName name "_" value  "_")
               )
               strcat(subcktName cv->cellName )
               )
       )

       But I am not getting to which auCdl variable I have to return this('nlSetPcellName' return val) value.
       (I have tried 'auCdlModuleNameMapFunc' variable to rename cell names in my design & it's working. I am looking
       for a similar kind of variable to rename cellname/celltype of a subcircuit).

       I hope the probelm is understandable. If it doesn't I"ll come up with the more information.
       Can someone guide me to achive this ...!

       Thanks in Advance ...

       Prabhakar. K
       ICL Engineer
       SoCtronics Tech.Pvt.Ltd.
       Hyderabad-INDIA
       prabhu.usic@gmail.com

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

    This is unlikely to help, since this is for the case where you have schematic pcells,  which would result in unique subckts in the netlist for each variant. What you're describing is just a simple MOSFET.

    What you are trying to do is change the  modelName in the CDF. Here's how:

    1. Tools->CDF->Edit CDF
    2. Change from Effective to Base
    3. FIll in the library/cell name of the transistor
    4. Go to the Simulation Information section and hit Edit
    5. Pick "auCdl" as the simulator/netlister
    6. Change the modelName field from NM to rpposab
    7. OK this form and the main edit CDF form

    That's it.

    Andrew.

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

    This is unlikely to help, since this is for the case where you have schematic pcells,  which would result in unique subckts in the netlist for each variant. What you're describing is just a simple MOSFET.

    What you are trying to do is change the  modelName in the CDF. Here's how:

    1. Tools->CDF->Edit CDF
    2. Change from Effective to Base
    3. FIll in the library/cell name of the transistor
    4. Go to the Simulation Information section and hit Edit
    5. Pick "auCdl" as the simulator/netlister
    6. Change the modelName field from NM to rpposab
    7. OK this form and the main edit CDF form

    That's it.

    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