Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Regular Visitor
imukhopadhyay
Posts: 23
Registered: ‎12-16-2011
0
Accepted Solution

Can anybody Give a Soln: fir this problem...

--------------------------------- Version Log ----------------------------------

Version                                 Path

System Generator 13.2                   F:/Xilinx/13.2/ISE_DS/ISE/sysgen

Matlab 7.11.0.584 (R2010b)              C:/Program Files/MATLAB/R2010b

ISE                                     F:/Xilinx/13.2/ISE_DS/ISE

--------------------------------------------------------------------------------

Summary of Errors:

Error 0001: caught standard exception

     Block: Unspecified

--------------------------------------------------------------------------------

 

Error 0001:

 

Reported by:

  Unspecified

 

Details:

standard exception: XNetlistEngine:

An exception was raised:

java.lang.OutOfMemoryError: Java heap space

 

--------------------------------------------------------------------------------

 

 

Moderator
ambrosef
Posts: 95
Registered: ‎02-11-2010
0

Re: Can anybody Give a Soln: fir this problem...

This may be related to Matlab running out of Java Heap Memory.

From the Mathworks website, a suggested workaround was found to increase the Java Heap Size.

To increase the Java Heap Size follow the steps below:

1) From Matlab, go to File > Preferences > General > Java Heap Memory
2) Select a heap size value using the slider or spin box
3) Click "OK" to store the value and close the window
4) Restart Matlab

Hope this helps.
Regular Visitor
imukhopadhyay
Posts: 23
Registered: ‎12-16-2011
0

Re: Can anybody Give a Soln: fir this problem...

Thanks for the help !!!