SDF文件的用途

Posted XIAO张万里

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

以上是关于SDF文件的用途的主要内容,如果未能解决你的问题,请参考以下文章

sdf文件打不开

我不知道如何使用 sdf 文件

*.sdf和ipch文件

使用 sdf 文件的 Linq to SQL 异常

微软同步框架。 sdf 文件未与服务器同步

EntityFramework:从 ProgramData 文件夹中读取 SDF 文件?