The $sdf_annotate system task

本文详细解释了`sdf_annotate`命令的语法及其各个参数,如指定SDF文件、实例、延迟选择策略、缩放因子等,以及如何在不同场景下使用这些参数。
摘要由CSDN通过智能技术生成

原文链接:http://www.pldworld.com/_hdl/2/_ref/se_html/manual_html/c_sdf10.html

The syntax for $sdf_annotate is:

Syntax
$sdf_annotate
([“<“sdffile”>”], [<“instance”>], [“<config_file>”], [“<log_file>”], [“<mtm_spec>”], [“<scale_factor>”], [“<scale_type>”]);

Arguments
<“sdffile”>
String that specifies the SDF file. Required.

<“instance“”>
Hierarchical name of the instance to be annotated. Optional. Defaults to the instance where the $sdf_annotate call is made.

“<config_file>”
String that specifies the configuration file. Optional. Currently not supported, this argument is ignored.

“<log_file>”
String that specifies the logfile. Optional. Currently not supported, this argument is ignored.

“<mtm_spec>”
String that specifies the delay selection. Optional. The allowed strings are “minimum”, “typical”, “maximum”, and “tool_control”. Case is ignored and the default is “tool_control”. The “tool_control” argument means to use the delay specified on the command line by +mindelays, +typdelays, or +maxdelays (defaults to +typdelays).

note:
ss corner usually uses the +maxdelays option to simulate the setup time violation, while ff corner usually uses the +mindelays > option to simulate the hold time violation.

“<scale_factor>”
String that specifies delay scaling factors. Optional. The format is “<min_mult>:<typ_mult>:<max_mult>”. Each multiplier is a real number that is used to scale the corresponding delay in the SDF file.

“<scale_type>”
String that overrides the <mtm_spec> delay selection. Optional. The <mtm_spec> delay selection is always used to select the delay scaling factor, but if a <scale_type> is specified, then it will determine the min/typ/max selection from the SDF file. The allowed strings are “from_min”, “from_minimum”, “from_typ”, “from_typical”, “from_max”, “from_maximum”, and “from_mtm”. Case is ignored, and the default is “from_mtm”, which means to use the <mtm_spec> value.

Examples
Optional arguments can be omitted by using commas or by leaving them out if they are at the end of the argument list. For example, to specify only the SDF file and the instance it applies to:

$sdf_annotate("myasic.sdf", testbench.u1); 

To also specify maximum delay values:

$sdf_annotate("myasic.sdf", testbench.u1, , , "maximum"); 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值