Solution 1This error can occur if there were syntax errors or problems while running the simulator executable. For more details, review the ISim log (isim.log) available in the project directory (or working directory, if launching simulation in batch mode).
This issue is currently under investigation to better address this condition in a future release of the ISE Simulator.
If the information contained in the log file does not help you address the problem, open a WebCase with Xilinx Technical Support for further assistance:
http://www.xilinx.com/support/clearexpress/websupport.htmSolution 2This error can also occur if the simulator engine cannot allocate sufficient memory during elaboration of a large design. This is particularly applicable to Post-Route simulations due to the large structural netlist and timing back-annotation. Additionally, this issue occurs mostly on Windows 32-bit machines as the 32-bit kernel can only allocate 2 GB per process; refer to
(Xilinx Answer 14932).
To resolve this issue:
- Run the simulation on a Linux 32-bit system; as the Linux 32-bit kernel can allocate up to 4 GB of memory.
- Run the simulation on a supported 64-bit system. For a list of supported 64-bit simulators, refer to http://www.xilinx.com/ise/ossupport/.
- Follow the instructions in (Xilinx Answer 14932) to enable 3 GB application support (Windows XP only).
This issue is currently under investigation to better address this condition in a future release of the ISE Simulator.