|
500资产
各位大神,小弟前几天刚刚安装好IC618,今天在转换PDK的过程中一直出现下面这个错,各种PDK均有尝试,请问下这个错是什么原因导致的呢?
Loading vce.cxt
CDB2OA: cdb2oa -cdslibpath /opt/eda/cadence/pdk/PDK_13mmrf_1P6M_30k/cds.lib -lib smic13mmrf_1233 -log cdb2oa.gui.log -appendlog -mapundefinedpingroups strong
cdb2oa.exe started. See log file for detls.
Framework License (111) was checked out successfully. Total checkout time was 0.04s.
********************************************************************************
Program: @(#)$CDS: cdb2oa version 6.1.8-64b 10/01/2018 19:50 (ip-172-18-22-52) $
sub-version IC6.1.8-64b.83
Started at: Mar 6 00:39:24 2020
Hierarchy: /opt/eda/cadence/IC618
User Name: root
Host Name: eda
Options: -cdslibpath /opt/eda/cadence/pdk/PDK_13mmrf_1P6M_30k/cds.lib -lib
smic13mmrf_1233 -log cdb2oa.gui.log -appendlog
-mapundefinedpingroups strong
Directory: /opt/eda/cadence/OA
Log File: /opt/eda/cadence/OA/cdb2oa.gui.log
Copyright (C) 2001-2005 Cadence Design Systems, Inc. All rights reserved worldwide
********************************************************************************
ERROR (CDBOA-126): cdb2oail error: "exec of
'/opt/eda/cadence/IC618/tools/dfII/bin/cdb2oail' failed
with exit status 127."
ERROR (CDBOA-126): cdb2oail error: "exec of
'/opt/eda/cadence/IC618/tools/dfII/bin/cdb2oail' failed
with exit status 127."
ERROR (CDBOA-126): cdb2oail error: "exec of
'/opt/eda/cadence/IC618/tools/dfII/bin/cdb2oail' failed
with exit status 127."
********************************************************************************
Finished at: Mar 6 00:39:37 2020
182 cells and 1324 cellviews were translated from library 'smic13mmrf_1233' in 12.4s.
Message Summary:
ERROR (CDBOA126): cdb2oail error
Generated 3 times. cdb2oa calls another executable
cdb2oail for supplementry uprev routines like technology,
cmx and cph. One or more uprevs have failed. This is an
internal program error. If you are unable to isolate the
problem, contact your Cadence Customer Support
representative for help.
********************************************************************************
cdb2oa.exe finished
|
-
-
最佳答案
查看完整内容
请查询一下你所调用的cdb2oa以及cdb2oail的路径,命令:
which cdb2oa
which cdb2oail
如果显示的结果都是
*/IC6xx/bin/cdb2oa
*/IC6xx/bin/cdb2oail
比如
/eda/IC617/bin/cdb2oa
如果显示的结果不是这个,那么可能就会出现这种情况,因为调用错了命令(命令所在路径不对),根本原因是:PATH的环境变量赋值不合理,或者顺序不合理!!
请修改PATH环境变量设定顺序,以确保上述查询对应结果正确。
举个例子,可能将$ASSURAHOME/ ...
|