首页 > 编程知识 正文

sdf文件是什么,sdf文件读取

时间:2023-05-06 03:16:38 阅读:184324 作者:1800

SDF文件的用途

标准延迟格式(英语:Standard Delay Format, SDF)是电气电子工程师学会关于集成电路设计中时序描述的标准表达格式。在整个设计流程中,标准延迟格式有着重要的应用,例如静态时序分析和后仿真。SDF在设计中的作用:

SDF in the design process

Back-Annotation of Timing Data for Design Analysis(STA tool and simulation tool)

Forward-Annotation of Timing Constraints for Design Synthesis (logic synthesis and physical synthesis).

将SDF文件反标到设计中:

How to do a back-annotation simulation?

module test_tb;

initial begin

$sdf_annotate(“test.sdf”, test);

end

endmodule

$sdf_annotate函数的声明:

$sdf_annotate(“sdf_file”[, module_instance] [, “sdf_configfile”] [, “sdf_logfile”] [, “mtm_spec”] [, “scale_factors”] [, “scale_type”]);

 

问题:

1 为什么要做后仿真,做后仿真有什么作用?

2 后仿真与形式化验证以及静态时序分析有什么区别?

3 VCS后仿真的基本步骤?

 

参考文献:

[1] IEEE. Standard Delay Format Specification v3.0. 1995,3.

[2] VCS后仿真的基本步骤有哪些? http://bbs.eetop.cn/thread-180957-1-1.html

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