• 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. rmsNoise ocean command

Stats

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

rmsNoise ocean command

pran
pran over 14 years ago

I have used rmsNoise command to calculate the total integrated rms noise over the desired band. But recently I am seeing wierd behaviour with this command and it throws me error:

 *Error* rms Noise data not available

Sample netlist::

    simulator lang=spectre
    global 0
    include "....../ahdlLib/quantity.spectre"
    C0 (VOUT VSS) capacitor c=1p
    R0 (VOUT VSS) resistor r=1M
    R1 (VOUT VDD) resistor r=1M
    V4 (VSS 0) vsource dc=0 type=dc
    V1 (VDD 0) vsource dc=1 type=dc
    noise (VOUT VSS) noise start=1 stop=1M

The ocean commands:

    openResults("psf")
    selectResults("noise-noise")      
    rmsnoise.sch = rmsNoise( 1 100K )

I am able to use noiseSummary('integrated) successfully.

Any idea what's going wrong.

Thanks

 

 

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

    The rmsNoise() function expects the "runObjFile" to be present, which won't be the case if the simulation was run standalone.

    I don't see an enormously good reason for this. In fact even if you use wavescan/viva standalone on the data, it doesn't work - this is because it uses the ADE "VN2" function to retrieve the noise output.

    When you did the openResults, you'll have seen a message such as this:

     WARNING (OCN-6096): Could not find runObjFile under .../psf. Calculator data access functions will not work.

    and this is the reason why. The good news is that this is fixed in IC615 (I just tested it).

    As a workaround, you could use:

    procedure(CCSrmsNoise(from to @key result)
      sqrt(integ(clip(getData("out" ?result result) from to)**2))
    )

    Regards,

    Andrew.

     

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

    The rmsNoise() function expects the "runObjFile" to be present, which won't be the case if the simulation was run standalone.

    I don't see an enormously good reason for this. In fact even if you use wavescan/viva standalone on the data, it doesn't work - this is because it uses the ADE "VN2" function to retrieve the noise output.

    When you did the openResults, you'll have seen a message such as this:

     WARNING (OCN-6096): Could not find runObjFile under .../psf. Calculator data access functions will not work.

    and this is the reason why. The good news is that this is fixed in IC615 (I just tested it).

    As a workaround, you could use:

    procedure(CCSrmsNoise(from to @key result)
      sqrt(integ(clip(getData("out" ?result result) from to)**2))
    )

    Regards,

    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