当前位置: 首页 > news >正文

PDK安装及简介

目录

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.lryc.cn/news/350288.html

相关文章:

  • 20240511每日运维----聊聊nignx改配置所有的nginx改完unknow
  • hive日常使用时忘记部分补充(不定时)
  • android 安全机制 和权限管理 的一点研究
  • Vue3.0 一些总结 【持续更新】
  • C++语法|对象的浅拷贝和深拷贝
  • 行为型模式
  • AI大模型日报#0515:Google I/O大会、 Ilya官宣离职、腾讯混元文生图大模型开源
  • 计算机网络-负载均衡算法
  • Excel Module: Iteration #1 EasyExcel生成下拉列表模版时传入动态参数查询下拉数据
  • 【回溯算法】【Python实现】TSP旅行售货员问题
  • Java处理xml
  • 软考中级-软件设计师 (十一)标准化和软件知识产权基础知识
  • pytest教程-46-钩子函数-pytest_sessionstart
  • Windows内核函数 - ASCII字符串和宽字符串
  • 从零开始学习MySQL 事务处理
  • 字符数组以及字符串相关的几个函数
  • AOP面向切面编程
  • C# WinForm —— 15 DateTimePicker 介绍
  • SpringBoot中六种批量更新Mysql 方式效率对比
  • 【SpringBoot】SpringBoot整合jasypt进行重要数据加密
  • 【Go语言入门学习笔记】Part1.梦开始的地方
  • 数据特征降维 | 主成分分析(PCA)附Python代码
  • 当服务实例出现故障时,Nacos如何处理?
  • 遥感数据集制作(Potsdam数据集为例):TIF图像转JPG,TIF标签转PNG,图像重叠裁剪
  • 根据web访问日志,封禁请求量异常的IP,如IP在半小 时后恢复正常则解除封禁
  • 2.go语言初始(二)
  • MQTT对比HTTP
  • 暴力数据结构之二叉树(堆的相关知识)
  • 死锁调试技巧:工作线程和用户界面线程
  • 蓝桥杯-外卖店优先级(简单写法)