被两个冒号所间隔开的3个值,分别对应着MIN : TYPICAL : MAX,在反标sdf时(比如test bench中使用的$sdf_annotate语句)会指定其中一种。 比如说,如果在$sdf_annotate中指定了MIN,那么,posedge i1如果导致了o1从0跳变为1,则delay值为(2:3:4)中的2,如果posedge i1导致了o1从1跳变为0,则delay值为(4:5:6...
-negdelay消除负延迟引起的error(也可不加,忽略这个error) +neg_tchk支持负延迟检查,主要是检查holdtime,否则反标中会把负值忽略为0 +maxdelays 用SDF文件中的延迟,取代仿真库中的延时(仿真库中通常是建立时间1ns,保持时间0.5ns),取SDF文件中的最大延迟 +mindelays用SDF文件中的延迟,取代仿真库中的延时,取SDF...
1: 若SDF文件很大,可以进行预编译,dut.sdf文件变为dut.sdf_c 2: 选中delay方式:在compile开关选项上加+mindelays/+typedelays/+maxdelays 或者在compile开关选项上加+allmtm,在simulate在加+mindelays/+typedelays/+maxdelays 3: 惯性延迟(器件自带),传输延迟 4: 若使用预编译方式,则+rad失效...
也可以使用+sdfverboseruntime option来打印所有反标消息 "mtm_spec":指定延迟类型"MINIMUM(min)", "TYPICAL(typ)"或者"MAXIMUM(max)"。 "scale_factors":分别指定min:typ:max的缩放因子,默认是"1.0:1.0:1.0" "scale_type":指定缩放之前延迟值得来源,"FROM_TYPICAL","FROM_MIMINUM", "FROM_MAXIMUM"和"FROM_...
SDF文件(Standard Delay File)提供了延迟信息表示的标准ASCII文件格式,VCS支持版本1.0、1.1、2.0、2.1和3.0。 在SDF格式中可以指定固有延迟(intrinsic delays),互连延迟(interconnect delays),端口延迟(port delays),时序检查(timing checks),时序约束(timing constraints)和路径脉冲(PATHPULSE)。
+mindelays:在延迟规范和SDF件中遇到min:typ:max值时,请使最值。+multisource_int_delays:启 24、多源互连延迟。N-negdelay:在SDF件的IOPATH和INTERCONNECT条中启负值。-noIncrComp:禁增量编译。-notice:启详细的诊断消息。-ntb:启 OpenVera语参考册:本机TestBench中描述的OpenVera Testbench语构造。-ntb_cmp:...
+allmtm:允许您在运⾏时使⽤+ mindelays,+ maxdelays或+ typdelays运⾏时选项指定min:typ:max延迟值三重态中已编译SDF ⽂件中的哪些值。+applylearn [+ <⽂件名>]:编译您的设计以仅启⽤在先前的设计仿真过程中进⾏调试操作所需的ACC功能。+ vcs + learn + pli运⾏时选项在名为pli_...
you to specify at runtime which values in min:typ:max delay value triplets in compiled SDF files using the +mindelays, +maxdelays, or +typdelays runtime options. +applylearn+] Compile your design to enable only the ACC capabilities that you needed for the debugging operations you did ...
option when you enter the -y option. +maxdelays Use maximumvalue when min:typ:max values are encountered in delay specificationsSDF files. +mindelays Use minimumvalue when min:typ:max values are encountered in delay specificationsand SDF files. +notiming...
2. +maxdelays/+mindelays:使用SDF文件中最大延时/最小延时,maxdelay直接影响建立关系,mindelay直接影响保持关系。 3. +nbaopt:删除非阻塞赋值语句中的延时。 4. +neg_tchk:使能时序检查中的负延时。 5. +no fpga开发 编译选项 可执行文件 文件名 ...