|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
在PT的log文件中产生了如下warning:
Warning: The sum of the setup and hold values in the cell 'inst_top/inst_module/x_buf_reg_6_' for the arc between pins 'CP' and 'D' is negative, which is not allowed. To make it positive, the minimum hold value has been adjusted from -0.403546 to -0.253592. (SDF-036)
Warning: The sum of the setup and hold values in the cell 'inst_top/inst_module/x_buf_reg_6_' for the arc between pins 'CP' and 'ENN' is negative, which is not allowed. To make it positive, the minimum hold value has been adjusted from -0.810711 to -0.269886. (SDF-036)
Warning: The sum of the setup and hold values in the cell 'inst_top/inst_module/x_buf_reg_6_' for the arc between pins 'CP' and 'ENN' is negative, which is not allowed. To make it positive, the minimum hold value has been adjusted from -1.204120 to -0.392578. (SDF-036)
.........
我查了下SDF-036的帮助,
SDF-036 (warning) The sum of the %s values in the cell ’%s’ for
the arc between pins ’%s’ and ’%s’ is negative, which is not
allowed. To make it positive, the %s value has been adjusted
from %f to %f.
DESCRIPTION
This warning message occurs when the sum of the setup and hold values is negative
for a given arc. Note that negative values for either the setup time or hold time
are allowed; however, their sum must always be greater than 0.
WHAT NEXT
This is a warning message only. No action is required because the %s time has been
automatically adjusted to give a positive sum for the setup and hold times.
请教下,这个警告的具体原因是什么,不是太懂。谢谢 |
|