PDK安装及简介

devtools/2024/10/18 14:16:23/

目录

PDK简介

pdk安装

Standard Cell Library简介

IO Library简介


PDK简介

PDK:全称Process Design Kit,是工艺设计工具包的缩写,是制造和设计之间的沟通桥梁,是模拟电路设计的起始点。
具体来说,PDK是代工厂(FAB)所创建的用来描述某一制程下工艺细节的文件,它主要包括:基本器件(Pcell)、模型文件(Model)、技术文件(TechnologyFile)、验证文件(Calibre/Assura)等,用来提供给设计公司进行芯片设计,设计公司通过使用PDK进行电路设计仿真,版图绘制及验证,然后将设计好的芯片交给代工厂加工生产,代工厂能够基于客户的设计生产芯片,保证芯片的预期功能和性能。

以SMIC 0.18um MS and BCD 1.8V/5V/10V/12V/20V/35V/40V PDK工具包为例介绍PDK中的内容以及安装使用。

SPDK018MS_and_BCD_1850100120200350400_OA_CDS_V1.14_REV0_0_CCIQRC.tar介绍

名称含义:

SPDK018SMIC开发基于0.18um制程的PDK
MS_and_BCD该PDK是用于混合信号(Mixed-Signal)和BCD(bipolar、cmos、dmos)电路设计的工艺
1850100120200350000该PDK中晶体管支持电压,有1.8v、5v、10v、12v、20v、35v、40v的晶体管
OA_CDS该PDK支持Cadence的OA平台,即IC61以上版本
V1.14_REV0_0PDK的开发版本号
CCIQRC该PDK支持CALIBRE+QRC提取寄生参数

pdk安装

1、解压缩SPDK018MS_and_BCD_1850100120200350400_OA_CDS_V1.14_REV0_0_CCIQRC.tar.gz

tar -xzvf SPDK018MS_and_BCD_1850100120200350400_OA_CDS_V1.14_REV0_0_CCIQRC.tar.gz

 2、解压后得到如下四个文件:
README.INSTALL -->PDK安装介绍
smic18msbcd_1850100120200350400_oa_cds_v1.14_rev0_0_cciqrc -->PDK原始文件
SMIC_OA_CDS_PDK_Install_Guideline_018MS_and_BCD_1850100120200350400_V1.14_REV0_0.pdf -->PDK安装介绍pdf档
SMIC_PDK_install -->PDK安装脚本

打开smic18msbcd_1850100120200350400_oa_cds_v1.14_rev0_0_cciqrc文件夹

3、smic18msbcd_1850100120200350400_oa_cds_v1.14_rev0_0_cciqrc原始文件介绍

cds.libText file defining Cadence libraries
smic18bcdepiSource 0.18um MS and BCD 1.8V/5V/10V/12V/20V/35V/40V PDK Cadence library
CalibreCalibre DRC / LVS deck after PDK installation
CCI_QRCCCI QRC deck after PDK installation
CCI_QRC_ALLOriginal Cadence QRC package
DRC_ORIOriginal Calibre DRC deck
LVS_ORIOriginal Calibre LVS deck
SMIC18_skillUtilityUtility for batch-setting parameter values / LDMOS S/B Connection
modelsinclude hspice model and spectre model
streamlayer mapping
docsuser guideline, reference manual and release note
display.drfdisplay file
techfile.tfTechnology file
assura_tech.libOriginal Assura tech file

1、PDK安装,执行./SMIC_PDK_install

./SMIC_PDK_install

2、PDK安装,process选择及确认 

3、PDK安装后文件

4、PDK安装后文件介绍:smic18_Bulk_1P5M_TM1_MTT2_HRP3k_MIM2_TYP1_oa_cds_v1.14_rev0_0_cciqrc

cds.libText file defining Cadence libraries
smic18bcdepi0.18um MS and BCD 1.8V/5V/10V/12V/20V/35V/40V PDK Cadence library
CalibreCalibre DRC/LVS deck
CCI_QRCCCI QRC deck
SMIC18_skillUtilityUtility for batch-setting parameter values / LDMOS S/B Connection
modelsinclude hspice model and spectre model
streamlayer mapping
docsuser guideline, reference manual and release note
display.drfdisplay file
techfile.tfTechnology file

Standard Cell Library简介

SCC018UG_UHD_RVT_V0p4a文件

apl/apache power library
astro/Astro views,including the antenna information in CLF format,wire track definition,mapping file.
cdb/Celtic noise database
cdl/LVS netlist
cdn_symbol/adence Symbol for composer
celL_listCell list of this library
doc/Datasheet
fastscan/ATPG pattern for fastscan
gds/GDS database
lef/Tech file of lef & Cadence P&R library (two files included,with and without antenna information respectively)
phy_lib/Physical library
scc018ug_uhd_rvt_v0p4a.noteRelease notes
symbol/synopsys Symbol for design vision
verilog/Verilog model for positive/negative timing check and function verification
voltagestorm/IR drop analysis

IO Library简介

SP018MSD5SVP_V0p2文件

apollo/design data for Apollo P&R flow
doc/Datasheet
ibis/IBIS (Input Output Bu er Information Specification) modelCadence P&R library
lef/Cadence P&R library
partial_gds/gds data containing all lO cells
partial_lvs/Netlist without internal circuit description and only pin for lvs
Release_Note_V0p2Release notes
syn/snopsys synthesis library
verilog/zero delay model without timing information

http://www.ppmy.cn/devtools/42015.html

相关文章

Linux 权限

个人主页:仍有未知等待探索-CSDN博客 专题分栏:Linux 欢迎来指教! 目录 一、什么是权限? 二、权限的本质? 三、Linux中的用户 四、sudo命令 1、什么是sudo 2、 怎么用sudo 3、将普通用户加入sudoer组 &#xff…

Goland GC

Goland GC 引用Go 1.3 mark and sweep 标记法Go 1.5 三色标记法屏障机制插入屏障删除写屏障总结 Go 1.8 混合写屏障(hybrid write barrier)机制总结 引用 https://zhuanlan.zhihu.com/p/675127867 Garbage Collection,缩写为GC,一种内存管理回收的机制…

Android系统不同版本存储权限

一、Android存储简介 Android系统分为内部存储和外部存储 从Android6.0开始不断在更新存储(读写)权限,除了在AndroidManifest.xml文件里声明,app运行时也要动态申请使用对应的权限 提醒:应用私有存储不需要动态申请权…

计算机组成原理第六章 计算机的运算方法

文章目录 6.1 无符号数和有符号数 6.1.1 无符号数 6.1.2 有符号数 1、原码 2、补码 3、反码 4、移码 5、小结 6.2 数的定点表示和浮点表示 6.2.1 定点表示 6.2.2 浮点表示 1、浮点数的表现形式 2、浮点数的表示范围 3、浮点数的规格化 6.2.3 定点数和浮点数的比…

nmap端口扫描工具——LInux

目录 系统版本: nmap主要功能 安装: nmap命令使用方法

Leetcode - 周赛397

目录 一,3146. 两个字符串的排列差 二,3147. 从魔法师身上吸取的最大能量 三,3148. 矩阵中的最大得分 四,3149. 找出分数最低的排列 一,3146. 两个字符串的排列差 本题就是求同一个字符在两个字符串中的下标之差的…

代码复现|Demucs Music Source Separation

一、背景介绍 Demucs是一个开源的音源分离项目。 Demucs在算法层面前后经历了三次大版本的进化,最原始的V1版本是:编解码LSTM。具体算法原理图如下所示。该版本在时域进行音源分离。关于阅读笔记请点击这篇文章。 V1版本原理图 V2版本是同时使用时域和频…

Java中的数组、Set、List、Map类型的互相转换总结

序言 数组、Set、List、Map是Java语言非常常用的几种数据类型,他们之间存在着千丝万缕的联系。关于底层的数据结构我这里就不再多说啦,直接从应用出发,总结他们之间的转换方法,并给出推荐方法。 大家可以点赞收藏等到需要的时候…