Innovus:
输入件:1. Gate level netlist (.v) 2. SDC (.sdc) 3.Logical libraries (.lib) 4. Technology file (.tlef/.tf) 5.Physical libraries (.lef) 6. RC Coefficient file (.qrc/.captable)
输出件:1. lef 2.def 3.gds 4.pg.v 5 .v
starRC:
输入件:tlef、lef、def和nxdgrd
输出件:spef
STA:
输入件:db、sdc、spef、netlist
输出件:rpt
ant、drc:
输入件:gds、rule
输出件:rpt
lvs:
输入件:gds、rule、cdl
输出件:rpt
上述文件简介或作用:
.v: 综合团队使用标准单元库和约束对RTL代码进行综合,并根据可用的标准单元将RTL代码转换为门级网表。该文件包含所有设计实例及连接情况。
.sdc: 约束文件通常被称为SDC文件,因为它是文件的拓展名。基本包括:
- Units (Time, Capacitance, Resistance, Voltage, Current, Power) / 单位(时间,电容,电阻,电压,电流,功率)
- System interface (Driving cell, load) / 系统接口(驱动单元,负载)
- Design rule constraints (max fanout, max transition)
- Timing constraints (Clock definitions, clock latency, clock uncertainty, input/output delay)
- Timing exceptions (Multi-cycle and false paths)
.lib: 称为逻辑库或时序库或功能库或功耗库,包含了单元的功能、时间和电源信息,此文件基本上包含standard cells 或 macro 的以下信息。
- Timing details of the standard cells / macros ( delay, transitions)
- Setup and hold time of standard cells / macros
- Functionality details of standard cells /macros
- Area of standard cells / macros
- Pin directions and capacitance
- Leakage power of standard cells / macros
.tlef: 技术文件是对物理设计工具最关键的输入。技术库包含有关所有金属层、通孔及其设计规则的详细信息。该文件采用ASCII格式,基本包含以下信息。
- Manufacturing grid
- Layers name (poly | contact | metal1 |via2 )
- Types and the direction of the metal
- Pitch(pitch一般是最小间距和最小线宽之和。space是同一层metal之间的间距。)
- Width
- Spacing
- Resistance (per square unit)
.lef:物理库包含标准单元和宏的布局抽象视图。LEF 文件基本上包含以下信息。
- Size of the cell (Height and width)
- Symmetry of cell (对称性)
- Pins name, direction, use, shape, layer
- Pins location
.qrc/.captable:
captable的精度低于qrcTechfile,C家PR工具(Innovous)用的net电阻电容查找表,ict文件可以转换为captable文件,通过generateCapTbl命令,generateCapTbl是Innovus安装包里面的一个程序,由ict文件生成,其内容主要是电容电阻的查找表,通常由半导体厂提供。
qrc原理与captable相同,但对导线的3D建模更加精确,并且会考虑更多的工艺效应,所以其电阻电容值也更加精确。相应的,qrcTechfile的生成非常耗时,qrcTechfile也由ict文件生成,用于QRC引擎,通常由半导体厂提供,qrcTechfile是QRC(Cadence)引擎提取寄生参数spef用的输入文件。
.def:描述了数字电路在布局布线后的连接关系和位置关系
.gds:描述半导体芯片物理布局的二进制文件格式。包含了芯片设计中的几何形状、层次结构、电路元件和连线等信息,是芯片设计中不可或缺的桥梁。
.pg.v:带电源信息的网表