• 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. Save current values with a specific time step in Cadence...

Stats

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

Save current values with a specific time step in Cadence Spectre (SPICE)

NKFET
NKFET over 2 years ago

Dear all,

I use Cadence Spectre 20.1 to do a SPICE simulation of a circuit. I want to save the current values of the VCC over time in a file (with high precision). For this, I use the below commands in my code:

.tran 1p 20n
simulator lang = spectre
save VCC:p

And run Spectre using: "spectre ++aps -format psfascii file.sp"

I could get the current values with this method but not with a regular time step. Is there a way to save current values with a specific time step (e.g., 1 ps)? I also attempted using the ".print" command but encountered the same issue, along with reduced precision.

Bests,
Nima

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 2 years ago

    Nima,

    The best approach would be to use (in spectre syntax):

    tran tran stop=20n strobeperiod=1p

    The simulator still takes time steps where it needs to, but forces a solve at 1ps intervals too which means that the results are solved and not interpolated.

    Andrew

    • 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