• 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. Changing temperature during transient due to an event in...

Stats

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

Changing temperature during transient due to an event in Spectre

Hello Sailor
Hello Sailor over 13 years ago

I wish to change the temperature of a transient simulation when a certain condition occurs e.g when "calibration" goes high (it's a digital signal) I want to change the tempertature.

Thanks

Philip

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Hi Philip,

    You can't do this currently. You can change the temperature at different times (using the dynamic parameter capability on the transient analysis), but not based on events. If you have models that support self-heating, then the device temperature can change as a result of that, but that's probably not what you want.

    The closest would be to use the save* options to regularly save the circuit state, and then have a verilogA model which finishes the simulation when the event occurs. You can use the $finish_current_analysis task, such as this:

    analog

       @(cross(V(a)-0.9)) $finish_current_analysis;

    endmodule

    Then you could use the recover option to restart from that and change the temperature. But that would be rather clunky...
    You could also probably use SpectreMDL to do something similar (using auto-stop).

    So please contact customer support and an enhancement request can be filed.

    Thanks,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Hello Sailor
    Hello Sailor over 13 years ago
    Thanks - will investigate MDL
    • 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