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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 10441|回复: 10

[求助] sdf annotate warning

[复制链接]
发表于 2012-3-24 18:13:43 | 显示全部楼层 |阅读模式

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

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

x
大家好!
我用pt产生的sdf文件标记netlist的时候,工具会报有个异或门的path不存在,不能标记。
sdf中的格式为:IOPATH (posedge A) Y () ()
其中A为输入口,Y为输出口。 括号里没写的是具体的时序信息。

老是报这个path不存在。
有知道这个问题怎么解决的吗。

谢谢。
发表于 2012-3-24 19:04:50 | 显示全部楼层
检查sdf和netlist是否匹配
 楼主| 发表于 2012-3-24 19:23:43 | 显示全部楼层
回复 2# williamliwei

谢谢!
  
  我查过了,网表里是有这个路径的。
发表于 2012-3-25 08:18:17 | 显示全部楼层
我也遇到这样的问题,再问一句,SDF或SPEF有没有啥等价验证工具可用的。谢谢!
发表于 2012-3-25 19:08:26 | 显示全部楼层
换个工具版本试试,有可能是工具的bug
 楼主| 发表于 2012-3-26 11:23:16 | 显示全部楼层
回复 5# hitten


    谢谢!
     我试下。
发表于 2012-4-7 23:53:45 | 显示全部楼层
回复 1# otogyg

1.  检查你的lib,path是不是没有posedge这个关键字。
2.  如果1成立的话,在用pt吐sdf的时候,-no_edge选项,可以将IOPATH里的posedge关键字去掉,就可以反标上了。
 楼主| 发表于 2012-4-8 00:30:44 | 显示全部楼层
回复 7# uestc_apache


    谢谢大侠。

    还有一个问题,反标以后, 对于负的时序信息,nc会怎样处理呢?

    如果 ,我加上了ntcnotchks 后,它在计算延时的时候会不会扣掉这个负值呢?
发表于 2014-3-17 19:47:54 | 显示全部楼层
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
发表于 2018-4-16 01:23:41 | 显示全部楼层
楼主解决了吗,我也遇到这个问题了,求解,谢谢!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

×

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

GMT+8, 2024-4-28 18:00 , Processed in 0.033196 second(s), 8 queries , Gzip On, Redis On.

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