博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SPF,DSPF,RDPF,SPEF and SBPF.
阅读量:4677 次
发布时间:2019-06-09

本文共 834 字,大约阅读时间需要 2 分钟。

SPF--Standard Parasitic Format

DSPF--Detailed Standard Parasitic Format
RSPF--Reduced Standard Parasitic Format
SPEF--Standard Parasitic Exchange Format
SBPF -- Synopsys Binary Parasitic Format

总结: SPF,DSPF,RSPF均为Candence格式,均不包含crosstalk C的信息,不可用于PT si.

DSPF 有详尽的RC信息,size比较大,比较接近SPICE netlist.

RSPF是reduced SPF.It represents each net as an RC "pi" model.RSPF causes the PrimeTime tool to calculate an Elmore delay for every pin-to-pin interconnect delay.

SPEF是OVI出的标准格式,被IEEE采用,同样可以划分为DSPEF和RSPEF. SPEF包含了net 之间的cap,可以用来计算crosstalk.用于PT Si.

SBPF是二进制格式,由Synopsy所出.size较小,读的比较快,可以用使用Synopsis的软件写出此格式.

PrimeTime can read DSPF, RSPF, and SPEF and can automatically detect the format

from the file header. PrimeTime can read SPEF versions IEEE 1481-1997, IEEE
1481-1998, and IEEE 1481-1999.

转载于:https://www.cnblogs.com/hucs/p/3906466.html

你可能感兴趣的文章
C#特征备忘
查看>>
Java 面向对象 之 final 关键字
查看>>
Contact Form 7邮件发送失败的解决办法
查看>>
P1800 software_NOI导刊2010提高(06)
查看>>
Python学习日记(1)使用if __name__ == "main"
查看>>
二进制的最大公约数
查看>>
Mybatis学习笔记(一) 之框架原理
查看>>
ABSTRACT的方法是否可同时是STATIC,是否可同时是NATIVE,是否可同时是SYNCHRONIZED?
查看>>
【SPL标准库专题(10)】SPL Exceptions
查看>>
《Python从入门基础到实践》
查看>>
【读入优化】
查看>>
python-网络编程urllib模块
查看>>
0029 Java学习笔记-面向对象-枚举类
查看>>
CGRectGet *** 获取控件坐标的方法
查看>>
SQL的主键和外键约束
查看>>
Bookmarklet
查看>>
c++primer 第l六章编程练习答案
查看>>
上海秋季HCC小记
查看>>
Illustrator 上色
查看>>
truncate表恢复
查看>>