ISE VHDL 综合警告 增加2到3G Memory

2019-03-25 08:35发布

编了一个大程序,3万行,可以仿真,但综合警告 增加2到3G Memory

是我的计算机要增加内存,还是FPGA板的Memory不够了呢?

这个警告很严重吗?我要怎么解决呢?

[ 本帖最后由 timdong 于 2013-3-10 22:15 编辑 ] 此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
7条回答
deweyled
1楼-- · 2019-03-25 12:40
 精彩回答 2  元偷偷看……
timdong
2楼-- · 2019-03-25 14:13
这是我一个朋友遇到的问题,具体情况我也没有看到。

他要完成一个矩阵运算,他首先把这个 50x50的矩阵都读入2500个寄存器,然后再加减乘除。所以写了3万行。

有没有人碰到过这种情况呀?

[ 本帖最后由 timdong 于 2013-3-11 22:25 编辑 ]
eeleader
3楼-- · 2019-03-25 16:00
感觉功能其实很简单,建议好好总结一下
数学模型,找出规律,用RAM存储数据,
减小资源。
eeleader
4楼-- · 2019-03-25 19:48
感觉功能其实很简单,建议好好总结一下
数学模型,找出规律,用RAM存储数据,
减小资源。
timdong
5楼-- · 2019-03-25 21:51
如果是我做的话,也是读,算,存,读,算,存。把中间过程存进RAM里。
可是速度慢呀,就算是平行化,由于硬件的限制也快不了多少。
我这个朋友的做法提供了一种新的思路,就是不知道是不是可以实现。
timdong
6楼-- · 2019-03-26 01:59
ERROR:Portability:3 - This Xilinx application has run out of memory or has encountered a memory conflict.  Current memory usage is 2067352 kb.  You can try increasing your system's physical or virtual memory.  If you are using a Win32 system, you can increase your application memory from 2GB to 3GB using the /3G switch in your boot.ini file. For more information on this, please refer to Xilinx Answer Record #14932. For technical support on this issue, you can open a WebCase with this project atta
ched at http://www.xilinx.com/support.

一周热门 更多>