DC综合 trip points问题

问题举例

Warning: The trip points for the library named xxx differ from those in the library named yyy. (TIM-164)

分析

刚开始了解liberty库时,我们知道 input transition和output load用于延迟查找表,确定cell delay。但是,进一步考虑transition到底是多少,如何计算。理论上从开始下降或者上升,到结束下降或者上升;但模型库里面,使用30%~70%,或者 10% ~ 90%来计算。

Syntax

input_threshold_pct_fall(or _rise) : trip_pointvalue ;

trip_point: A floating-point number between 0.0 and 100.0 that specifies the threshold point
of an input pin signal falling from 1 to 0. The default is 50.0.
Use the input_threshold_pct_fall (or _rise) attribute to set the value of the threshold point on
an input pin signal rising from 0 to 1. This value is used to model the delay of a signal
transmitting from an input pin to an output pin.

Syntax

slew_derate_from_library : deratevalue ;

derate : A floating-point number between 0.0 and 1.0. The default is 1.0.
Use the slew_derate_from_library attribute to specify how the transition times found
in the Synopsys library need to be derated to match the transition times between the
characterization trip points.

库xxx

  output_threshold_pct_fall : 50;
  output_threshold_pct_rise : 50;
  slew_derate_from_library : 0.5;
  slew_lower_threshold_pct_fall : 30;
  slew_lower_threshold_pct_rise : 30;
  slew_upper_threshold_pct_fall : 70;
  slew_upper_threshold_pct_rise : 70;

库yyy

 slew_derate_from_library            : 1;
 slew_lower_threshold_pct_fall       : 10.0;
 slew_upper_threshold_pct_fall       : 90.0;
 slew_lower_threshold_pct_rise       : 10.0;
 slew_upper_threshold_pct_rise       : 90.0;
 input_threshold_pct_fall            : 50.0;
 input_threshold_pct_rise            : 50.0;
 output_threshold_pct_fall           : 50.0;
 output_threshold_pct_rise           : 50.0;

库xxx即计算 input transition and delay时,(70-30)/ 0.5 = 80
库yyy即计算 input transition and delay时, (90-10) / 1 = 80
所以二者等价。

  • 0
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值