zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    HDU 4123 Bob’s Race 树的直径+ST表
    acm 2015北京网络赛 F Couple Trees 树链剖分+主席树
    acm java入门(转载)
    java水题集
    南昌网络赛C.Angry FFF Party
    eclipse 安装
    eclipse jdk安装
    树链剖分总结
    P
    L
  • 原文地址:https://www.cnblogs.com/dpc525/p/5631749.html
Copyright © 2011-2022 走看看