• 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. Picking up simulation data from CIW from different dire...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 125
  • Views 13120
  • 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

Picking up simulation data from CIW from different directories

JustinF
JustinF over 12 years ago

This is a Cadence 5 question.

How can I pick up simulation data in the CIW from different directories.

 

For instance, I simulate a bunch of monte-carlo's in a script and for each different non-swept corner I place the results in a unique directory. So If I'm varying vdd, my directory structure looks like:

/home/somedirectory/simulation/ldo/spectre/vdd1
/home/somedirectory/simulation/ldo/spectre/vdd2
/home/somedirectory/simulation/ldo/spectre/vdd3

These are set from the resultsDir command.

I want to make histograms of everything, but I can only ever get to the last thing simulated.

I've tried:

resultsDir(/home/somedirectory/simulation/ldo/spectre/vdd1)
monteSelectResults(?dataFileName "mcdata" ?paramFileName "mcparam")
histogram("VoutT_-40" ?numBins 20 ?density t)

 

resultsDir(/home/somedirectory/simulation/ldo/spectre/vdd2)
monteSelectResults(?dataFileName "mcdata" ?paramFileName "mcparam")
histogram("VoutT_-40" ?numBins 20 ?density t)

 ...but this didn't work

I thinik resultsDir refers only to when you RUN a simulation, not try to obtain the results

so then I tried:

 

monteSelectResults(?dataFileName "/home/somedirectory/simulation/ldo/spectre/vdd1/mcdata" ?paramFileName "/home/somedirectory/simulation/ldo/spectre/vdd1/mcparam")
histogram("VoutT_-40" ?numBins 20 ?density t)

This also did not work....

This data is there. I can access it from the Monte Carlo GUI, but this will be horribly time consuming if done by hand.

 

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

    As you said, resultsDir() only sets the result directory for subsequent runs. You need openResults() to open an arbitrary set of results.

    Kind Regards,

    Andrew.

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

    As you said, resultsDir() only sets the result directory for subsequent runs. You need openResults() to open an arbitrary set of results.

    Kind 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