Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Failed to get the MPS handle

Status
Not open for further replies.

ahmed709

Junior Member level 1
Joined
Dec 22, 2006
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,425
failed to get the mps handle

when i made VCO with virilog-a and try to test it i got this error on simulation

*ERROR*:Failed to get the MPS handle


*WARNING* aaTriggerEvent2: error calling (lambda((_simID status) _sevAfterSimulationWrapper('sevSession1 status)) t (stdobj@0xc4da900 nil nil)) ("funcall" 0 t nil ("*Error* funcall: argument #1 should be a function object or name (type template = \"ug\")" nil))


i searched on the net and EDAboard for a solution but i couldn't get one then i made same steps on another PC and it worked well ,so can any one help?:|
 

mps handle

NO one has an answer???!!!:cry:
 

failed to get mps handle

No one had this error before?????
 

*error* failed to get the mps handle.

I use Open SUSE 10.3 and I have the same problem,
Please can any one help me.
Thanks.
 

cadence mps handle

is this after simulation finish , and the cadence try to invoke the wave form viewer.

if it the wave form viewer u need to install java

khouly
 

cadence failed to get mps handle

For me it was a java related error, and it took me a while to find it out.
In the file ic610/tools/dfII/bin/viva
there is a line:
MAXHEAP=-Xmx${CDS_WAVESCAN_MAXHEAP:=1024M}

So when ViVa starts, it tries to allocate 1024MB memory space.
If that amount is not available, the java VM is not created and the
error you describe pops up.

To solve the problem I just changed the requested amount to 256MB
and it just worked.

I don't know if you have the same problem I had, but if the above solved
it, let me know.

Good luck
 

I had the same problem and I got it fix by changing the wavescan to AWD . You can change this in the Anaolog Environment -> session-> options.
The strange thing is that it was working before with wavescan and it took me two days to find out how to solve this problem. I got the hint from chgentso's reply which says it is a JAVA problem. So I thought the wavescan is based on Java (it may not be I am not sure) so I changed to AWD.
Good Luck.
 

    V

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top