• 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. Way to automatically print the noise summary after noise...

Stats

  • Locked Locked
  • Replies 9
  • Subscribers 125
  • Views 16892
  • 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

Way to automatically print the noise summary after noise analysis

sidm
sidm over 3 years ago

Hi All,

I am performing noise analysis on a circuit using IC618 and as of now printing the total integrated noise summary after every iteration using the Results -> Print option.

Is there a way to automatically print the noise summary after noise analysis instead of having to do this every time using the Results -> Print -> Noise summary menu ?

thanks in advance.

regards

  • Cancel
Parents
  • ShawnLogan
    ShawnLogan over 3 years ago

    Dear sidm,

    sidm said:
    Is there a way to automatically print the noise summary after noise analysis instead of having to do this every time using the Results -> Print -> Noise summary menu ?

    Yes. You may add the following expression as an output expression in Assembler or Explorer where fmin_Hz and fmax_Hz are the numerical values in Hertz  that you would enter on the Print Noise Summary GUI shown in Figure 1. In the example I show in Figure 2 and Figure 3 are the Noise Summary output and the Calculator output for the expression with integration limits fmin_Hz = 1e-03 Hz and fma_Hz  = 1e9 Hz. Note the total integrated noise of both is identical.

    integ((getData("out" ?result "noise")**2) fmin_Hz fmax_Hz nil )

    I hope this is what you are looking to do sidm.

    Shawn

    Figure 1

    Figure 2

    Figure 3

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • sidm
    sidm over 3 years ago in reply to ShawnLogan

    Thank you for the reply but when trying the above expression I am getting the below error in CIW - will be helpful if you can suggest what is going wrong.

    expression evaluation failed: val is not legal.
    expression evaluation failed: integ((getData("vop" ?result "noise")**2) 0.1 500 nil )

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 3 years ago in reply to sidm

    The output of a noise analysis is always called "out". It's not the name of the output signal, because when you set up the noise analysis you tell it where the output is, and all the noise contributors are computed to that specified output node. It's only possible to get the output-referred noise at a single pre-defined output, so specifying the node name makes no sense. 

    The problem is you've changed your expression to use "vop" instead of "out", and that's incorrect. Change it back to "out" and it should work.

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • ShawnLogan
    ShawnLogan over 3 years ago in reply to sidm

    Dear sidm,

    sidm said:
    Thank you for the reply but when trying the above expression I am getting the below error in CIW - will be helpful if you can suggest what is going wrong.

    The error is due to the fact that you did not use the expression I provided. It should read:

    integ((getData("out" ?result "noise")**2) 0.1 500 nil )

    and not:

    integ((getData("vop" ?result "noise")**2) 0.1 500 nil )

    Shawn

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • ShawnLogan
    ShawnLogan over 3 years ago in reply to sidm

    Dear sidm,

    sidm said:
    Thank you for the reply but when trying the above expression I am getting the below error in CIW - will be helpful if you can suggest what is going wrong.

    The error is due to the fact that you did not use the expression I provided. It should read:

    integ((getData("out" ?result "noise")**2) 0.1 500 nil )

    and not:

    integ((getData("vop" ?result "noise")**2) 0.1 500 nil )

    Shawn

    • 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