• 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. How to interface assura tool with virtuoso layout edito...

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 148
  • Views 16579
  • 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

How to interface assura tool with virtuoso layout editor

archive
archive over 17 years ago

Hi ,
1. I am able to run drc on command promt with assura , it is genarated some errors .
the problem is how to view these errors in layout .i don't have any asura icon to load those errors .

2. how to create assura icon in layout window ? for running drc lvs on GUI mode .


Regards ,
Rajashekar.S


Originally posted in cdnusers.org by suraonline2003
  • Cancel
  • archive
    archive over 17 years ago

    I am having the same problem.

    I am trying to streamline DRC by running it command line from a custom SKILL script, however the closest to the ELW window I can get is parsing out the DRC errors and viewing them in a file with view().

    It all comes down to the _vuiLViewLayout() SKILL function that is the Assura Open Run gui. You need to run DRC, then call the SKILL function that the _vuiLViewLayout() gui calls and the ELW will open.

    If you can find out the(if any) steps _vuiLViewLayout() takes before opening the gui, and the function that _vuiLViewLayout() calls when the OK button is pressed and what paramaters that function is expecting, then you can open the ELW on your own without having the user enter the path and file name.

    I believe the function that the _vuiLViewLayout() gui calls is _vuiLViewLayoutCB(t).

    Hope this helps and I will post more info as I find it as I'm sure you will do the same.


    Originally posted in cdnusers.org by ahamlett
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 17 years ago

    I figured it out!

    To open the ELW run the function _vuiLViewLayoutCB(t) with a global variable vuiLOpenForm pointing to a symbol.
    The _vuiLViewLayout() function creates a form accessable via vuiLOpenForm and the _vuiLViewLayoutCB(t) function uses that global form to retreive the run directory and cell name to open.

    For instance, if you want to open a DRC run with the ELW that is in "/home/ahamlett/drc" with a cell name of "scratch" then use this code:

    ; setup the vuiLOpenForm symbol vuiLOpenForm = 'customDRC vuiLOpenForm->dataName = 'dataName vuiLOpenForm->runDir = 'runDir vuiLOpenForm->dataName->value = "scratch" vuiLOpenForm->runDir->value = "/home/ahamlett/drc" ; open the ELW _vuiLViewLayoutCB(t) Now we can create custom Assura runs that save time!


    Originally posted in cdnusers.org by ahamlett
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 17 years ago

    After opening the ELW with _vuiLViewLayoutCB(t) don't forget to set vuiLOpenForm to nil so the Open Run GUI will not crash.


    Originally posted in cdnusers.org by ahamlett
    • 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