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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
楼主: 陈涛

[原创] 数字后端 FAQ (2/11更新到时序收敛)

[复制链接]
发表于 2013-5-8 11:09:21 | 显示全部楼层
好好学习下.
发表于 2013-5-13 13:27:18 | 显示全部楼层
好东西,对初学者很有用
发表于 2013-6-4 12:13:44 | 显示全部楼层
看了你几个帖子 真心受益匪浅 膜拜大神
发表于 2013-6-9 22:50:54 | 显示全部楼层
见识了。。。。。。
发表于 2013-6-21 09:44:35 | 显示全部楼层
陈涛版主,真是大牛啊!兢兢业业!
发表于 2013-6-24 19:36:04 | 显示全部楼层
回复 3# 陈涛

版主,我想问一个 有无符号数运算 综合的问题,我没有仿真综合后的网表进行求证,就直接来问问吧:表达式1:
reg [4:0] result,a,b;
assign result=$signed(a)+$signed(b);


DC综合的时候报,Warming: signed to unsigned assignment occurs. (VER-318)
其中,DC对VER-318的说明中有一段是,“According to Verilog  standard  2001,  the  tool  converts  the  signed operand a to an unsigned value in the second assignment.  The a operand is not sign-extended and the Presto HDL Compiler issues  the  following warning message: signed to unsigned conversion occurs ”


问题1:
这是说,在表达式1中  其实等价于这个表达式 result=a+b;??


但是,IEEE_std_1364-2005  P65  却说5.5.1 Rules for expression types
The following are the rules for determining the resulting type of an expression:
— Expression type depends only on the operands. It does not depend on the left-hand side (if any).
问题2:
就是说,其实运算时的符号是由RHS的操作数决定的,与LHS无关,
是这个意思吗? 若是的话,这不就跟DC自己的解释矛盾了?

问题3:
DC读入的verilog的RTL代码,能加参数 区别是 95,01,还是05的 语法规范吗?

问题4:
表达式2:
reg [4:0] result;
reg signed [4:0]a,b;
assign result=a+b;

表达式2与表达式1 ,是等价的吧?


谢谢
发表于 2013-7-14 02:59:24 | 显示全部楼层
Can I get document on Physical Verification.
发表于 2013-7-14 15:36:25 | 显示全部楼层
楼主太好了,急需啊。。。谢谢
发表于 2013-7-22 11:25:06 | 显示全部楼层
O(∩_∩)O谢谢版大的总结,实用宝典啊~
发表于 2013-7-23 16:36:51 | 显示全部楼层
好东西
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

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

GMT+8, 2024-11-15 21:53 , Processed in 0.021889 second(s), 7 queries , Gzip On, Redis On.

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