首页 > 编程知识 正文

sdf反标,反标sdf是什么意思

时间:2023-05-05 20:54:41 阅读:184291 作者:4382

方法一

在makefile中调用,使用如下命令
+neg_tchk -negdelay -sdf max:t_all_xx.i_all_xx:./all_xx.sdf
注意路径和max/min选择,上述命令中,sdf文件和makefile在同一文件夹
在IC仿真makefile模板 中有详细代码,编译时加入即可。

方法二

在测试平台中加载sdf文件

`ifdef SDFinitialbegin $sdf_annotate("../../rtl/post_sim/U_sramc.sdf",u_top,,"sdf.log",);end`endif

$sdf_annotate(“sdf_file”,):将sdf文件读入设计中。

$sdf_annotate函数的声明:
$sdf_annotate(“sdf_file”[, module_instance] [, “sdf_configfile”] [, “sdf_logfile”] [, “mtm_spec”] [, “scale_factors”] [, “scale_type”]);

可选参数:

module_instance(反标module,缺省当前模块),log_file(指定输出log的名字),mtm_spec(min/typ/max反标种类),scale_factor(scale因子),scale_type(scale在min/typ/max选择)。

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。

  •  标签:  
  • sdf