• 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. Don't want to save finalTimeOP.info

Stats

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

Don't want to save finalTimeOP.info

berbagci
berbagci over 8 years ago

Hi,

I'm trying to reduce the simulation data for a really large circuit. I'm going to do MC analysis and have to save family plots. I'm already saving specific nets. Also disabled saving all info files by using 

saveOption( ?outputParamInfo nil )
saveOption( ?elementInfo nil )
saveOption( ?modelParamInfo nil )
saveOption( ?infoOptions list(list("modelParameter" "models" "rawfile" "" "" "" nil) list("element" "inst" "rawfile" "" "" "" nil) list("outputParameter" "output" "rawfile" "" "" "" nil) list("designParamVals" "parameters" "rawfile" "" "" "" nil) list("primitives" "primitives" "rawfile" "" "" "" nil) list("subckts" "subckts" "rawfile" "" "" "" nil) list("asserts" "assert" "rawfile" "" "" "" nil) list("extremeinfo" "all" "logfile" "" "yes" "" nil) list("oppoint" "oppoint" "rawfile" "" "" "" nil) list("<Click_To_Add>" "none" "rawfile" "" "" "" nil) ) )

When I checked the simulation directory, finalTimeOP.info file seems to be only .info file that was saved (~400MB). Is there a way not to save this one? I couldn't see this option under save _all tab.

Thanks

Burak

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 8 years ago

    This is a transient option in ADE. So on your analysis('tran ...) line add ?finalTimeOp nil (within the parentheses). i.e. 

    analysis('tran ?stop 100n ?finalTimeOp nil)

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • berbagci
    berbagci over 8 years ago
    Hi Andrew,

    Thank you so much for your prompt response.

    Regards,

    Burak
    • 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