TA的每日心情 | 开心 2025-7-11 15:13 |
---|
签到天数: 265 天 [LV.8]以坛为家I
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
本帖最后由 zcyxh12345 于 2011-4-1 16:40 编辑
' T1 S4 M/ o) R* h- ~* Z% O
8 O3 w! h; d: l# g! h: p2 O2 g+ s问题现象:如果同时安装cadence allegro/orcad 16.3和pads 9.2后,7 \# S4 L* \) W5 x. e h
运行“Design Entry CIS”都提示找不到msvcr90.dll。或报runtime 错误。
( w% m' i7 p' E6 a: `解决这种冲突问题的方法如下:这个是环境变量path引起的。! C- e* v1 |/ W' z4 U* p0 t6 S/ M2 @7 q
先装PADS 9.2后装Cadence Allegro/Orcad 16.3会导致启动路径默认为mentor的文件路径,' o3 Y7 D* y- a# o* N/ v
将系统环境变量下面的系统变量path中mentor相关的都调整到后面就可以了。" s6 G3 q$ f' _+ k$ u P
例如修改前PATH内容为:( J5 Z/ Z" R; L4 @$ f' s. h1 o
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%\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. U9 W2 z, d7 w" }& u. ], I
修改后PATH内容为:
; d) T" R+ R; y) n- a%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%\lib
' f/ s1 M4 c( u7 V5 Y英文解决办法:; a6 s( i. s# F' i4 t# H6 o; `
You need to edit your "Path" system variable. Go to:
: J- ^# i9 g6 H9 f8 _4 YControl Panel\System\Advanced system settings\Advanced\System variables
0 V" h" i) b, O, f: R3 i# r; CScroll 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.
" Z) D! e: q2 u3 q9 B |
|