• 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. Tracking regression results with an SQLITE database

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 65
  • Views 15045
  • 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

Tracking regression results with an SQLITE database

andymont
andymont over 12 years ago

Hi , 

I would like to keep track of the verification status of my project (verilog/systemverilog) coverage and pass/fail status of tests during the life of the project. Ideally I want to create an SQLITE database to keep track of this since SQLITE is stored in a file which can be archived with the project after tapeout.

I am already writing my own solution which involves parsing the output vsof from a regression and then storing the information I need, however this seems to me to be something which may already be possible and there does seem to be an option in the emanager configuration to use SQL but there is no information in any of the docs which explains its use.

Does anyone have any ideas ?

regards

Andy 

  • Cancel
Parents
  • StephenH
    StephenH over 12 years ago

    Hello Andy!

    I would generally advise against parsing the VSOF directly as its format does occasionally change slightly and I have seen users flows break in this circumstances. Usually at the point where the author of the parser script has moved on and nobody knows what it was meant to do... ;-)

    You could use the API provided by vManager to load up the VSOF(s) and query the run status (pass/fail/incomplete) and get the associated failure information. I think you'll find this a lot easier than parsing the VSOF anyway, even if the VSOF format remains stable. If you wish, I can give you some help to get started with the vMananger batch API, or you can dive right in yourself, just bring up cdnshelp and search for vm_manager.read_session(), vm_vsof.get_runs(), vm_run.get_status(). These should get you close enough that you'll figure it out easily enough.

    As regards the SQL support in vManager, this isn't meant for general consumption; it is a legacy thing which isn't under development.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • StephenH
    StephenH over 12 years ago

    Hello Andy!

    I would generally advise against parsing the VSOF directly as its format does occasionally change slightly and I have seen users flows break in this circumstances. Usually at the point where the author of the parser script has moved on and nobody knows what it was meant to do... ;-)

    You could use the API provided by vManager to load up the VSOF(s) and query the run status (pass/fail/incomplete) and get the associated failure information. I think you'll find this a lot easier than parsing the VSOF anyway, even if the VSOF format remains stable. If you wish, I can give you some help to get started with the vMananger batch API, or you can dive right in yourself, just bring up cdnshelp and search for vm_manager.read_session(), vm_vsof.get_runs(), vm_run.get_status(). These should get you close enough that you'll figure it out easily enough.

    As regards the SQL support in vManager, this isn't meant for general consumption; it is a legacy thing which isn't under development.

     

    • Cancel
    • Vote Up 0 Vote Down
    • 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