• 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 SKILL
  3. Step wise execution of skill scripting

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 142
  • Views 15526
  • 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

Step wise execution of skill scripting

bharath2k4er
bharath2k4er over 16 years ago

 Hi,

      Can anyone suggest me if step wise execution of skill coding is possible.. say in case of c programming after compiling the program with 0 errors, we can see the step by step execution of the program by pressing F7 key.... is the same way possible in skill..?

 

 what are types available to compile a skill program..?

 

Thanks,

Bharath. 

  • Cancel
  • dmay
    dmay over 16 years ago

    If you own the skillDev (Skill Development) license, then there is a Skill debugger that you can use to step through your code. Go to the Tools menu in the CIW to find the Skill Development option.

    CIW->Tools->Skill Development

    Then click on the Skill Debugger button. Load your code into your CIW after opening the debugger. You can put statements like break() into your code to set break points, or you can use the debugger interface to define what functions to use as break points. All the code stepping will be displayed in the CIW. I recommend you look at the documentation for how to use the debugger. Most of the buttons on the form have corresponding Skill commands that you can put on bindkeys if you wish (Set F7 to step, for example).

    You can use the sstatus command to help you debug problems in your Skill code as well. Two settings I find useful are:

    ;The following gives you a stack trace up to 10 levels deep if your skill code fails
    sstatus(stacktrace 10)
    ;The following will print the values of all the variables in the procedures in your stack trace at the time of failure
    sstatus(stacktraceDump t)

    -Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • bharath2k4er
    bharath2k4er over 16 years ago

     Thanks for your support Derek..!!!

     

    Hope i get the usage doumentation of 'skill debugger' in virtuoso user guide.

     

    Thanks,

    Bharath. 

    • 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