• 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. Captab parameter plotting across voltage

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 14202
  • 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

Captab parameter plotting across voltage

Eshar
Eshar over 13 years ago

Hello,

I am trying to generate a plot of one of the capacitance values generated by captab. My approach is as follows:

1. Use stimulusFile to include the instruction: Cap_dcInfo info what=captab detail=nodetonode sort=name threshold=0 where=logfile

2. Set up captab analysis: Analysis( 'dc ?captab t ?detail "nodetonode")

3. Run parameteric analysis across voltage to generate multiple cap. tables:

paramAnalysis( "vdd" ?start vstart ?stop vstop ?step vstep)

paramRun()

 

This seems to work when I only run step 2 and 3 meaning I see the multiple cap. tables in the spectre.out file. However, I am having trouble figuring out how to plot a specific capacitance value from the generated tables with the independent variable being "vdd". Although an example exists in a previous post http://www.cadence.com/forums/p/21764/1309486.aspx, it does not include the stimulus used and it did not attempt to plot multiple values but rather only print a single value.

 

Any help will be greatly appreciated. 

 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    A better discussion would be to look at /forums/t/20426.aspx?PageIndex=2
    (although that's more to do with seeing it over time)

    You don't really need to use stimulusFile to turn on captab. Just do steps 2 and 3, and then if you do:

    selectResult('captab)
    outputs()

    you'll see all the available outputs. You can also access it from the results browser and then send to the calculator to find the right expression. For example:

    pv("out : net9" "Total" ?result 'captab)  ; don't need the ?result bit if you've used selectResult first

    The second arg for pv could be "Variable", "Fixed", or "Total". Because it was a parametric sweep, you'll see the capacitance value versus your swept variable.

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Eshar
    Eshar over 13 years ago
    Thanks for the help. I didn't realize that 'captab was a result name. I thought that the circuit info had to be set in the stimulus file.
    • 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