找回密码
 注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

巢课
电巢直播8月计划
查看: 9231|回复: 5
打印 上一主题 下一主题

在用ISE布线时遇到的out of memory问题的解决办法

  [复制链接]

5

主题

59

帖子

-1万

积分

未知游客(0)

积分
-11981
跳转到指定楼层
1#
发表于 2008-12-10 14:37 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

EDA365欢迎您!

您需要 登录 才可以下载或查看,没有帐号?注册

x
我们公司用的Virtex IV LX160芯片,SLICE资源用了70%多,在route时,ISE提示如下错误:ERROR: Portability:3 This Xilinx application has run out of memory or has encountered a memory conflict..."。试了很多机器,包括服务器,都有同样的问题。一开始怀疑是我们的代码有问题,找了半天,没有发现问题。后来到xilinx网站上找了半天,终于发现了问题的症结所在。把他公布出来,希望大家遇到类似问题时,不再走弯路。- G1 {# z" S/ F0 W% ^
1、LX160在SLICE使用率超过50%时,route时会使用超过2G的内存,而Windows操作系统默认情况下,只能使用2G内存(不管你装了多少内存条或开了多少虚拟内存),因此会出现内存不足的情况;# l8 x# P1 p9 E  r: I
2、通过修改windows的boot.ini文件,可将系统可用内存扩展到3G。$ ~, G: q9 q" v2 r; F* F
+ B. X) U, e4 p! B& V0 z* [
详情参见Xilinx AR #14932:http://www.xilinx.com/support/answers/14932.htm
2 T  M- z$ C+ {# l; }9 b. M* c9 {
[ 本帖最后由 yinhaoqiong 于 2008-12-10 14:54 编辑 ]
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友 微信微信
收藏收藏 支持!支持!1 反对!反对!

5

主题

59

帖子

-1万

积分

未知游客(0)

积分
-11981
2#
 楼主| 发表于 2008-12-14 10:27 | 只看该作者
自己顶一下。难道论坛里没有人用virtex IV系列的大容量片子吗?

49

主题

670

帖子

4310

积分

五级会员(50)

Rank: 5

积分
4310
3#
发表于 2008-12-14 11:00 | 只看该作者
如何编辑BOOT.INI文件,这个论坛回复不能全英文) }0 Q& K, O& p

9 F# ?; ?$ B, v# @6 V, XThis article describes how to view and manually configure the Boot.ini file in Windows XP from within the Startup and Recovery dialog.
& M1 w4 H' v* x# [$ p  w  `, H6 F! S' e& m4 D6 ]% s  V! |
In Windows XP, you can quickly and easily locate the Boot.ini to verify and/or edit the file.7 h2 s/ A8 O( \, B" G
' J# {; S8 }# I7 s
It is suggested to backup the Boot.ini file before editing. The first tasks will involve modifying folder option so as to view hidden files and then backing up the Boot.ini file.8 ?3 w9 m2 k/ t$ ^5 U
3 |1 i- t/ M. R; _& k) E; D
! E$ j. o) b  e# {- Q! Y. t5 H( v

+ m6 C) a+ o; X8 {5 zBack to the top  a8 r: l9 S8 K- p4 g
Save a Backup Copy of Boot.ini
  • Right-click My Computer, and then click Properties. -or- / y) n! e9 K/ @( }$ J1 A* C
    Click Start, click Run, type sysdm.cpl, and then click OK.
  • On the Advanced tab, click Settings under Startup and Recovery.
  • Under System Startup, click Edit. This opens the file in Notepad ready for editing.
  • In Notepad, click File on the Menu bar, and then click Save As.
  • Right click in an empty area of the Save As dialog box, point to New in the context menu, and then click Folder.
  • Type a name for the new folder, for example temp, and then press the ENTER key to create the folder named temp.
  • Double-click the new folder named temp, and then click the Save button to save a backup copy of the Boot.ini file.
; R. O* E8 w4 j8 [& V
3 J' D) @6 k& c5 [
Back to the top8 _3 D  K/ e; b& Z0 ^* ^
Edit the Boot.ini FileTo view and edit the Boot.ini file:
  • Right-click My Computer, and then click Properties. -or-
    & r9 q) g" c4 D) K4 kClick Start, click Run, type sysdm.cpl, and then click OK.
  • On the Advanced tab, click Settings under Startup and Recovery.
  • Under System Startup, click Edit.
) G8 U% J7 V' `( b9 p1 u
: o3 G0 j- K" H2 H4 J0 u& x
Back to the top) e: F! E" O$ l% z) @
Sample Boot.ini FileThis is a sample of a default Boot.ini file from a Windows XP Professional computer. [boot loader]
& i- h. @4 q! g+ X8 rtimeout=30
; X/ E' v- u. L4 adefault=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS& X, ]9 K% t( n0 m
[operating systems]
8 A& i' c% ^$ Qmulti(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect 7 w2 ~) i& D- q% _% r% s- G  W
This is a sample of the above Boot.ini file with a previous installation of Windows 2000 on a separate partition. [boot loader]
9 i" {9 r/ w& Y$ i( _timeout=30) O7 S7 L& Y$ G* Z! T
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
/ U& P0 u! J0 T5 _& G4 |[operating systems]- m# i) x. z& y2 D: q
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Professional" /fastdetect  C4 p" e$ E6 v* u1 d5 G0 p
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows 2000 Professional" /fastdetect - u! G  V4 m$ m1 C  U/ |
) k8 s( p' \: ^/ c

9 E2 k6 q/ V6 u& B6 `$ O& JBack to the top
( o1 H# b9 X8 R9 a* I) J2 \7 B) ?" YModifying the Boot.iniWhile you can modify the Boot.ini file using the Startup and Recovery dialog, where you can select the default operating system, change the timeout value, or manually edit the file, the following method uses the command line utility, Bootcfg.exe.
7 g" o1 H+ j8 B2 C  X" ?% S, g: C5 V" T' K% g$ }$ d
Note The Bootcfg.exe utility is only available in Windows XP Professional. This utility is not available in Microsoft Windows XP Home Edition. Therefore, this section does not apply to Windows XP Home Edition.
  • Click Start, and then click Run.
  • In the Open text box, type cmd.
  • At the command prompt, type bootcfg /?.
  • The help and parameters for BOOTCFG.exe will display.

0 W5 U5 I" ^% f9 q2 b
1 }% h6 r6 t( c3 j' y- b1 zAdding an Operating SystemAt the command prompt, type: bootcfg /copy /d Operating System Description /ID#
+ _. h, [) C4 J& mWhere Operating System Description is a text description (e.g. Windows XP Home Edition), and where # specifies the boot entry ID in the operating systems section of the BOOT.INI file from which the copy has to be made.
3 p- r9 P; P: @% d
7 @. o" q  r- m7 w# |: q
& @  D9 x7 A% R  q& p: r# y7 T5 S4 V! Y5 s
Removing an Operating SystemAt the command prompt, type: bootcfg /delete /ID#% s/ z$ H% ~+ Z3 @7 t( e5 f9 s/ G
Where # specifies the boot entry ID that you want to be deleted from the operating systems section of the BOOT.INI file (e.g. 2 for the second Operating system that is listed.8 x$ K/ a7 J2 P. I6 X
* f5 W6 Z2 g7 p2 l$ F
! J$ Y0 ?% C7 `2 Y  @
+ h/ W0 ~: E" A6 U3 v2 {; g1 r4 o% F1 e0 P
Setting the Default Operating SystemAt the command prompt, type: bootcfg /default /ID#0 @8 ~5 y4 R: q& T
Where # specifies the boot entry id in the operating systems section of the BOOT.INI file to be made the default operating system.
6 R+ K6 a2 O9 E0 w9 n  b6 c$ s: ~: Y2 |

) I* L3 w$ ]! t5 D4 e( n8 H& f$ t3 P8 ~
Setting the Time OutAt the command prompt, type: bootcfg /timeout# Where # specifies the time in seconds after which default operating system will be loaded.2 u8 p( |8 U: ?
' z# l- @4 b- b$ n2 }2 x! p' ]' {

* q1 t2 e, P: E
' ?5 g; Y# ^+ i1 Q8 jBack to the top
: M/ e% ^, f: R, OOpen the Boot.ini File to Verify Changes
  • Right-click My Computer, and then click Properties. -or-
    " T* A3 ?0 l" \3 e1 S' b0 CClick Start, click Run, type sysdm.cpl, and then click OK.
  • On the Advanced tab, click Settings under Startup and Recovery.
  • Under System Startup, click Edit.
1 W0 }* ^: a& M, [9 L+ Z

9 z3 @, h3 r% H7 {% g8 J4 r5 h2 ?) a
4 W  U' y/ F+ J0 A  R
Back to the top

18

主题

81

帖子

500

积分

三级会员(30)

Rank: 3Rank: 3Rank: 3

积分
500
4#
发表于 2008-12-25 01:20 | 只看该作者
这个论坛回复不能全英文,我也不喜欢这点。0 g; h- X/ C! {: Y
4 S8 w6 J9 f- B4 j
Windows XP SP2已经支持3G内存了。

0

主题

5

帖子

6

积分

初级新手(9)

Rank: 1

积分
6
5#
发表于 2013-7-4 12:41 | 只看该作者
32位系统应该可以支持4GB内存的。可能是针对1个进程分配的内存不够吧。
' e! f9 U7 O  ^( C; M( D0 r: ~谢谢楼主分享的经验

18

主题

107

帖子

743

积分

三级会员(30)

Rank: 3Rank: 3Rank: 3

积分
743
6#
发表于 2013-7-17 15:21 | 只看该作者
wide_road 发表于 2013-7-4 12:41 . {% g/ p) J1 l! I" _
32位系统应该可以支持4GB内存的。可能是针对1个进程分配的内存不够吧。
( `1 y0 t5 o) B6 D" U- Q, L谢谢楼主分享的经验
) W. `! {# v. U* a4 y
Windows 32Bit 系统最大能识别到3.25GB内存。(win系统最大支持128G)可以通过破解PAE来支持更大的内存,如使用网上流行的4GBReady等软件实现。但是不是很稳定,最好的方法是安装64位系统实现对大内存的支持。但是,有一个方面一定要注意,现在的32位应用程序是不能在默认状态下使用2GB以上的内存的。也就是说,如果系统没有经过特殊配置,系统有再大的内存,应用程序是没有办法使用到的。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

推荐内容上一条 /1 下一条

巢课

技术风云榜

关于我们|手机版|EDA365 ( 粤ICP备18020198号 )

GMT+8, 2024-11-24 04:20 , Processed in 0.078695 second(s), 31 queries , Gzip On.

深圳市墨知创新科技有限公司

地址:深圳市南山区科技生态园2栋A座805 电话:19926409050

快速回复 返回顶部 返回列表