• 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. "area" parameter missing from auCdl netlist

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 144
  • Views 1385
  • 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

"area" parameter missing from auCdl netlist

srikumarDA
srikumarDA over 7 years ago

Hi,

When I am trying to generate the auCdl netlist, "area" parameter name is missing from the netlist.

EXPECTED NETLIST:

.SUBCKT fet_test nd_net sx_net
*.PININFO nd_net:B sx_net:B
DD0 sx_net nd_net tdndsx area=1.0p m=1 perim=4.0u dtemp=0.0
.ENDS

COMING NETLIST:

.SUBCKT fet_test nd_net sx_net
*.PININFO nd_net:B sx_net:B
DD0 sx_net nd_net tdndsx 1.0p m=1 perim=4.0u dtemp=0.0
.ENDS

CDF CODE:

termOrder = '(plus minus)
cdfCreateParam(cdfId
      ?name           "area"
      ?prompt         "Parasitic Area"
      ?defValue       "1.0p"
      ?type           "string"
      ?parseAsCEL     "yes"
      ?parseAsNumber  "yes"
      ?storeDefault   "yes"
    )
    cdfId->area->minValue = "0.0"

cdfCreateParam(cdfId
      ?name           "perim"
      ?prompt         "Parasitic Perimeter"
      ?units          "lengthMetric"
      ?defValue       "4.0u"
      ?type           "string"
      ?parseAsCEL     "yes"
      ?parseAsNumber  "yes"
      ?storeDefault   "yes"
    )
    cdfId->perim->minValue = "0.0"

auCdlInfo                      = '(nil)
    auCdlInfo->netlistProcedure    = '_ansCdlCompParamPrim
    auCdlInfo->instParameters      = '(area perim dtemp m)
    auCdlInfo->componentName       = modelName
    auCdlInfo->termOrder           = termOrder
    auCdlInfo->namePrefix          = "D"
    auCdlInfo->modelName           = modelName
    auCdlInfo->propMapping         = '(nil AREA area PERIM perim)

  • Cancel
  • Dimitra Papazoglou
    Dimitra Papazoglou over 7 years ago

    Hi,

     The following article should solve your issue:

    How to output the area and pj keywords for a diode device in the auCdl netlist file

    Regards,

    Dimitra

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • srikumarDA
    srikumarDA over 7 years ago in reply to Dimitra Papazoglou

    I am not able to open the link. Can you please tell me the document name

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Dimitra Papazoglou
    Dimitra Papazoglou over 7 years ago in reply to srikumarDA

    The link refers to an article not to document. You need to create an account to the Cadence Online Support site to access the link. If you are student you might need to contact with your professor or a person with fully access to Cadence Online Support or you can ask help from Europractice which typically provides support to universities.

    As the article describes, in order to print out the area in the auCdl netlist what you need to do is to change the netlistProcedure to ansCdlSubcktCallExtended in the CDF. 
    Regards,
    Dimitra
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • srikumarDA
    srikumarDA over 7 years ago in reply to Dimitra Papazoglou

    Thanks for your help.

    I found it.

    • 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