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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 7345|回复: 12

[求助] HSIM+VCS的问题

[复制链接]
发表于 2010-9-3 15:28:00 | 显示全部楼层 |阅读模式

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

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

x
做在混合信号电路时,HSIM和VCS可以将verilog描述和spice网表合在一起混合仿真,进行系统验证。但数字部分和模拟部分版图完成后,数字部分生成了SDF文件,模拟部分生成了带寄生参数的spice网表。又合在一起用HSIM和VCS混仿,数字部分结果明显不对,可能是SDF延迟没有加进数字电路。如何解决此问题。望能得到高手指导。
发表于 2010-9-3 20:34:59 | 显示全部楼层
打酱油,路过,学习一下!
发表于 2011-2-8 21:51:02 | 显示全部楼层
sdf没有反标回去吧
发表于 2011-2-15 13:28:46 | 显示全部楼层
hsim工具如何
发表于 2011-2-24 10:45:21 | 显示全部楼层
如何合在一起用HSIM和VCS混仿
发表于 2012-3-11 14:40:54 | 显示全部楼层
非常感谢
发表于 2012-3-11 18:07:42 | 显示全部楼层
回复 1# hamony168


    正在学习混仿,能否分享一下混仿的例子~~~~
发表于 2014-4-17 21:59:27 | 显示全部楼层
VCS反标
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
发表于 2014-9-24 10:09:51 | 显示全部楼层
学习一下
发表于 2014-9-25 19:25:48 | 显示全部楼层
您需要登录后才可以回帖 登录 | 注册

本版积分规则

×

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

GMT+8, 2024-11-5 12:58 , Processed in 0.023589 second(s), 8 queries , Gzip On, Redis On.

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