ISE IP核生成问题
生成IP核时老不成功,出现如下错误
occurred during initialization of Vnot reserve enough space for object heanot create the Java virtual machine ERROR:coreutil - An error occurred while running Java. Please examine the console or coregen log file for a specific IP related error.If there is no specific error the problem may be due to memory limitations.
同样的操作在别人的电脑上就成功了
请问如何这是什么问题呢 如何解决
ISE对内存的要求确实很高。
建议:
查看成功的电脑和你的电脑配置的区别,如果内存容量你的电脑小,很可能是内存容量的原因,增大虚拟内存也许有用。
查看coregen中关于你用的IP的文档。每一个IP都会有一个datasheet随着软件附送,看看文档是否有说明。
错误中提到了JVM,查看你的JVM配置和成功电脑的JVM配置,也许java需要更新。