在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 8224|回复: 9

求助做时序仿真时怎样反标注sdf文件

[复制链接]
发表于 2009-6-27 14:23:56 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
请教大家,做综合后或布图后的时序仿真时,怎样把生成的sdf文件反标注到仿真工具里,比如verilog_XL 、VCS 和NC_Verilog,是用什么命令反标还是怎样反标?
        请大家给出宝贵的经验!先谢谢了!
发表于 2009-8-16 11:56:08 | 显示全部楼层
直接引用进来就可以。看看具体的工具的manual
头像被屏蔽
发表于 2009-8-16 22:32:20 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2010-11-8 12:45:01 | 显示全部楼层
什么叫反标啊?
发表于 2011-12-7 21:22:20 | 显示全部楼层
反标是哪个环节的呢?
发表于 2012-1-3 15:46:23 | 显示全部楼层
$sdf_annotate (“xxx.sdf”, aaa);
aaa为顶层实例化名
发表于 2012-1-3 21:54:35 | 显示全部楼层
back-annotate,建议看下Advanced chip synthesis,看下ASIC设计flow,
发表于 2013-10-14 11:28:36 | 显示全部楼层
不知何为反标
发表于 2014-3-17 19:50:25 | 显示全部楼层
Separate Annotations
----------------------
This example shows separate annotations to distinct portions of a design hierarchy. There is
no configuration file specification, so the SDF Annotator uses the defaults.
module top;
•••
cpu m1(i1,i2,i3,o1,o2,o3);
fpu m2 (i4,o1,o3,i2,o4,o5,o6);
dma m3(o1,o4,i5,i6,i2);
// perform annotation
initial
begin
         $sdf_annotate("cpu.sdf",m1,,"cpu.log");
         $sdf_annotate("fpu.sdf",m2,,"fpu.log");
         $sdf_annotate("dma.sdf",m3,,"dma.log");
end
// stimulus and response-checking
•••
endmodule

Annotation with Arrays of Instances
------------------------------------
This example shows arrays of instance in a design hierarchy. There is no configuration file
specification, so the SDF Annotator uses the defaults.
module top;
•••
  cpu ar[1](i1,i2,i3,o1,o2,o3);
  fpu ar[2](i4,o1,o3,i2,o4,o5,o6);
  dma ar[3](o1,o4,i5,i6,i2);
  // perform annotation
  initial
  begin
         $sdf_annotate("cpu.sdf",ar[1],,"cpu.log");
         $sdf_annotate("fpu.sdf",ar[2],,"fpu.log");
         $sdf_annotate("dma.sdf",ar[3],,"dma.log");
  end
  // stimulus and response-checking
•••
endmodule
发表于 2016-6-26 21:27:19 | 显示全部楼层
回复 6# love80238023


   你好,我是个新手,想请教你一个问题:我在做完延时反标后,再打开波形图后,timing report 上的延时信息并不能全部对应在波形图上,有的对,有的不对,这是为什么啊?我要怎么解决这个问题啊?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条

×

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-5-19 19:23 , Processed in 0.031036 second(s), 11 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表