在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 1384|回复: 1

[转贴] How to convert a CDB library to an OA library

[复制链接]
发表于 2023-3-23 15:15:43 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

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

x
How to convert a CDB library to an OA library

Jump to navigationJump to searchCDBCadence Data Base formatOAOpen Access format (now used in IC 6.1 and later)To convert a CDB library to an OA library:
  • First make sure that the DFII library is referenced in a cdb.lib file.
  • Make a new directory for OA and cd to it.
  • Next convert the technology library:
    cdb2oa -lib <techlib> -cdslibpath <path>
  • Then convert the library of interest:
    cdb2oa -lib <library> -cdslibpath <path>

For example, to convert the NCSU_TechLib_ami06 tech library from IC 5 to IC 6.1 do the following:
  • Create a temporary directory to work in and change to that directory.
    mkdir $HOME/tmpcd $HOME/tmp
  • Create directories cdb and oa directories and change directory to the cdb directory.
    mkdir cdbmkdir oacd cdb
  • Create a cds.lib file for the old NCSU_TechLib_ami06 tech library.
    vi cds.libEnter the following:
    DEFINE NCSU_TechLib_ami06 $CDS_SITE_CONFIG/CDK/ncsu-cdk-1.5.1/lib/NCSU_TechLib_ami06
  • Change directory to the oa directory.  This can be done using a relative path.
    cd ../oa
  • Execute cdb2oa to convert the tech library to the Open Access database format.
    cdb2oa -lib NCSU_TechLib_ami06 -cdslibpath ../cdb
  • You should have a message that looks like this.
    <--cut-->********************************************************************************Finished at:   Dec 13 19:45:39 201080 cells and 80 cellviews were translated from library 'NCSU_TechLib_ami06' in 114.1s.********************************************************************************

 楼主| 发表于 2023-6-21 10:08:19 | 显示全部楼层
51转61
火狐截图_2023-06-14T09-29-54.547Z.png
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-16 17:52 , Processed in 0.017603 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表