標准延遲格式(英語: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