• 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. Functional Verification
  3. The simulation finished - Interactive session ending so...

Stats

  • Replies 3
  • Subscribers 65
  • Views 1119
  • Members are here 0

The simulation finished - Interactive session ending soon

swetha99
swetha99 5 months ago

Hello Everyone,

I am trying to run my mixed signal testbench using cadence xcelium. When I try to open the terminal interactively, it says - 'This simulation finished ...'

Please find below screenshot:

Can someone please guide?

Thank you.

Sincerely,

Swetha. C

  • Sign in to reply
  • Cancel
Parents
  • Doug Koslow
    Doug Koslow 5 months ago

    Hi Swetha,

    You probably have run and exit commands in a -input Tcl script that is causing the simulator to exit when you run in interactive debug mode.

    You can guard that in the Tcl script so they don't execute when running with SimVision by using the predefined "simvison_attached" Tcl variable like so:

    if {!$simvision_attached} {

      run

      exit

    }

    Please give that a try and see if it addresses the issue.

    Thanks.

    - Doug

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • swetha99
    swetha99 5 months ago in reply to Doug Koslow

    Hi Doug,

    Thank you for your reply. I already have this in my Makefile. The problem was I was facing some convergence issues that I got resolved. Slight smile

    Swetha. C

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • swetha99
    swetha99 5 months ago in reply to Doug Koslow

    Hi Doug,

    Thank you for your reply. I already have this in my Makefile. The problem was I was facing some convergence issues that I got resolved. Slight smile

    Swetha. C

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • 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