TA的每日心情 | 开心 2025-10-29 15:02 |
|---|
签到天数: 288 天 [LV.8]以坛为家I
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
本帖最后由 zcyxh12345 于 2011-4-1 16:40 编辑
$ S$ ^! I* g k4 \) f+ p/ {% m3 o3 i, k, d. X2 l) n, k4 Y6 W
问题现象:如果同时安装cadence allegro/orcad 16.3和pads 9.2后,6 e4 j* L% O: u! J
运行“Design Entry CIS”都提示找不到msvcr90.dll。或报runtime 错误。; y$ r0 R1 ~$ b9 B
解决这种冲突问题的方法如下:这个是环境变量path引起的。
+ b/ o9 U j Q( Q A6 B先装PADS 9.2后装Cadence Allegro/Orcad 16.3会导致启动路径默认为mentor的文件路径,
* Q8 ~/ l0 g: H9 j; p$ j将系统环境变量下面的系统变量path中mentor相关的都调整到后面就可以了。/ y! w" L, n# I& C
例如修改前PATH内容为:
$ ~7 E% P! C3 p2 Z2 T, mD:\MentorGraphics\9.2PADS\SDD_HOME\common\win32\bin;D:\MentorGraphics\9.2PADS\SDD_HOME\common\win32\lib;%MGC_HOME%/bin;%MGC_HOME%/lib;%MGC_HOMEBS%\bin;%MGC_HOMEBS%\lib;;%CDSROOT%\tools\bin;%CDSROOT%\tools\libutil\bin;%CDSROOT%\tools\fet\bin;%CDSROOT%\tools\pcb\bin;%CDSROOT%\tools\specctra\bin;%CDSROOT%\tools\Pspice;%CDSROOT%\tools\PSpice\Library;%CDSROOT%\tools\Capture;%CDSROOT%\OpenAccess\bin\win32\opt
8 q/ _( R8 b( ]' l& y修改后PATH内容为:& }% G( z) a$ ?9 T/ x
%CDSROOT%\tools\bin;%CDSROOT%\tools\libutil\bin;%CDSROOT%\tools\fet\bin;%CDSROOT%\tools\pcb\bin;%CDSROOT%\tools\specctra\bin;%CDSROOT%\tools\PSpice;%CDSROOT%\tools\PSpice\Library;%CDSROOT%\tools\Capture;%CDSROOT%\OpenAccess\bin\win32\opt;D:\MentorGraphics\9.2PADS\SDD_HOME\common\win32\bin;D:\MentorGraphics\9.2PADS\SDD_HOME\common\win32\lib;%MGC_HOME%/bin;%MGC_HOME%/lib;%MGC_HOMEBS%\bin;%MGC_HOMEBS%\lib9 _6 j' s/ K3 V0 S% k
英文解决办法:
1 r( e* j4 `4 lYou need to edit your "Path" system variable. Go to:/ Z6 ^* ?8 c$ R+ d
Control Panel\System\Advanced system settings\Advanced\System variables0 y; \- ~8 j$ U u
Scroll down to a variable "Path" and click "Edit" button. Copy and Paste the value of your Path into the Notepad, and move all of the "c:\Cadence\SPB_16.3\..." (assuming your installation is in the c:\Cadence) entries to the top of the file. Then copy and paste the contents back into the "Path" variable. That should fix the problem.* h6 q9 ?& r- S5 k
|
|