Thursday, December 04, 2008     Register | Login | Search | Contact Us
     

Many of you already received communications about the move of the Cadence user community into cadence.com. And many of you have already joined, with over 4000 registrations in the first two weeks.

The new Cadence Community enhances the ability of Cadence users to connect and collaborate. In addition to moving the community into cadence.com -- enabling single sign-on for community, Sourcelink and Cadence events -- the new site is organized around nine technology segments, giving you easy access to product information, training, forums and blogs. Some of the new features include:
  • Ability to respond to posts via e-mail
  • Technology-specific blogs
  • Latest Web 2.0 social networking capabilities
  • Public profile options
  • Private messaging
  • Friends lists
Visit the new Cadence Community today at www.cadence.com/community and join the discussions!

Registration note: Due to the scope of the enhancements and the new SSO registration system, we were not able to migrate existing cdnusers.org member accounts. So new registrations are required, but this enables a broader set of functionality we think you'll enjoy.

Forum note: Under the guidance of forum moderators, we have taken the 20+ cdnusers.org forums and consolidated them into 11 forums on the new site. Posts have been brought over so you can leverage that posting history. CDNusers forums will be set to read only starting 7/30, and cdnusers.org will be redirected to the new community on 8/4.

Best regards,
Mike and Tom

Michael A. Catrambone - Steering Committee Chairman
Distinguished Engineer
PCB/Mechanical
UTStarcom, Inc.

Tom Diederich
Cadence Community Manager
Home
Forums
Subject:  How to interface assura tool with virtuoso layout editor
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
suraonline2003
Posts: 1
Online: User is Offline
5/30/2008 8:09 AM  
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
ahamlett
Posts: 28
Online: User is Offline
6/05/2008 1:01 PM  
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.

http://83p.unitedti.org
ahamlett
Posts: 28
Online: User is Offline
6/05/2008 4:13 PM  
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!

http://83p.unitedti.org
ahamlett
Posts: 28
Online: User is Offline
6/19/2008 10:53 AM  
After opening the ELW with _vuiLViewLayoutCB(t) don't forget to set vuiLOpenForm to nil so the Open Run GUI will not crash.

http://83p.unitedti.org
Posting to forums is available to community members only.
Login or Register

Forums > Custom IC > Shared code - SKILL > How to interface assura tool with virtuoso layout editor


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.