Assura DRC can not be started

A

Adam

Guest
Dear Friends,

I am using assura DRC and LVS. However, Assura can not be started.
The error message in CIW is:

ibmPdkRunAssuraDRC()
*Error* eval: undefined function - vuiDRCRun
<<< Stack Trace >>>
(... in ibmPdkRunAssuraDRC ...)
ibmPdkRunAssuraDRC()
ERROR

The version of Cadence icfb and Assura are the right ones.

What could be the reason of this problem?

Thanks,
 
Hi Adam,

I have seen another post from you asking about the meaning of a DRC
result. I assume the problem you are talking about here is no longer.
Do you confirm ?
In this case, it would be great if you spare 2 minutes of your time
saying "Hello, problem resolved". Providing the solution you end up
with would be a bonus that could be very helpful for all of us. That's
just my advice to make things nice and efficient :) That would have
saved me 3 minutes as well. It's not big deal though :)

Regards,
Riad.
 
On Oct 29, 7:17 pm, Riad KACED <riad.ka...@gmail.com> wrote:
Hi Adam,

I have seen another post from you asking about the meaning of a DRC
result. I assume the problem you are talking about here is no longer.
Do you confirm ?
In this case, it would be great if you spare 2 minutes of your time


saying "Hello, problem resolved". Providing the solution you end up
with would be a bonus that could be very helpful for all of us. That's
just my advice to make things nice and efficient :) That would have
saved me 3 minutes as well. It's not big deal though :)

Regards,
Riad.
Thanks a lot, Riad.

Yes. This problem has been solved.
In the file .cshrc, add paths as follows:

setenv ASSURAHOME /Linux/sw/request/cadence/assura317
set path = ($ASSURAHOME/tools/assura/bin $ASSURAHOME/tools/dfII/bin
$ASSURAHOME/tools/assura/bin $PATH)

Best,
Adam
 
Hi Adam,

Thanks very much for your update, that's very kind of your and very
useful for the community indeed.
BTW, did you realize you have duplicated the '$ASSURAHOME/tools/assura/
bin' bit in your path variable ? most likely an unlucky copy/paste :)

Cheers,
Riad.
 
On Oct 30, 5:42 pm, Riad KACED <riad.ka...@gmail.com> wrote:
Hi Adam,

Thanks very much for your update, that's very kind of your and very
useful for the community indeed.
BTW, did you realize you have duplicated the '$ASSURAHOME/tools/assura/
bin' bit in your path variable ? most likely an unlucky copy/paste :)

Cheers,
Riad.
Hi Riad,

Yes. There is copy/paste mistake. It should be:

set path = ($ASSURAHOME/tools/dfII/bin $ASSURAHOME/tools/bin
$ASSURAHOME/tools/assura/bin $PATH)

Thanks a gain,
Adam
 

Welcome to EDABoard.com

Sponsor

Back
Top