Assura Installation Problem

Discussion in 'Cadence' started by Burak Kelleci, Feb 21, 2005.

  1. Hi,

    I installed assura 3.1.3. I am using cadence 5.0.33 and have tried to
    invoke assura from cadence. During the opening of the layout window,
    cadence give the following warning.

    *WARNING* Assura not available.

    Therefore I couldn't access assura from layout. I followed everything in
    the instraction manual. But it didn't solve the problem. Should I upgrade
    also cadence version? Or is there another solution?

    Thanks

    Burak
     
    Burak Kelleci, Feb 21, 2005
    #1
  2. There is nothing in the Assura C or SKILL code that issues that message.
    Nor is there anything in the code that loads the Assura shared object.
    My guess is that something in the workbench is trying to reference
    Assura without it having been properly loaded.

    Perhaps more context for the message might be helpful. One line of
    output is not as useful as several. Try starting the workbench, open a
    layout view, and exit the workbench. Then post the entire log. It should
    be rather short, but may have the missing clue.

    You might also review the manual for environmental variable settings,
    like ASSURAHOME, which is needed if Assura was not installed in the same
    hierarchy as the DFII tools.
     
    Diva Physical Verification, Feb 21, 2005
    #2
  3. There's a sourcelink solution for this, number 11108690.

    It suggests:

    "One of the cases when this warning message appears is if you run the 'layout'
    executable instead of 'layoutPlus' or 'icfb'. Choose 'layoutPlus' or 'icfb'
    to initiate the dfII session."

    This is of course in addition to the previous suggestions - making sure that
    ASSURAHOME is set, and that the UNIX path includes
    $ASSURAHOME/tools/assura/bin

    Regards,

    Andrew.
     
    Andrew Beckett, Feb 22, 2005
    #3
  4. Burak Kelleci

    Guanghui Guest

    I think this is caused by the PATH,you can use "echo PATH" to see if there
    path is correct or not.

    for cshr
    setenv ASSURA30 /tools/cadence/ASSURA30
    set path = ($ASSURA/tools/bin $ASSURA/tools/dfII/bin
    $ASSURA/tools/assura/bin $path)

    for bash
    ASSURA30=/tools/cadence/ASSURA30
    export ASSURA30;
    PATH=$ASSURA/tools/bin:$ASSURA/tools/dfII/bin:$ASSURA/tools/assura/bin:$PATH
    export PATH;

    if the path is not in your our path,you should add all in your .cshrc(CSH)
    or .bash_profile (BASH).
     
    Guanghui, Feb 23, 2005
    #4
  5. You need also to add the lib path.

    For Cshell it should be :
    setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:$ASSURAHOME/tools/lib

    ================
    Kholdoun TORKI
    http://cmp.imag.fr
    ================
     
    Kholdoun TORKI, Feb 23, 2005
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.