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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 4372|回复: 6

[求助] 小弟做第一次DC的时候遇到max_transition和fanout的问题

[复制链接]
发表于 2013-4-16 19:42:29 | 显示全部楼层 |阅读模式

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

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

x
将问题描述一下:
1.在DC的脚本中我将clk和reset信号全部都设置了dont touch
2.然后也设置了set_max_transition 1 [$top] 和set_max_fanout 4 [$top],为什么在max_transition和max_fanout的违例中括号里面都含有(dont_touch)??既然dont_touch了,为什么还会违例呢??这些违例的net在我的源代码中都没有出现过,都是DC自己综合出来的,我也没办法查错进而修改源代码
3.第一遍编译之后,我又使用了compile -only_design_rule,只优化了一部分
4.我就十分的奇怪,为什么这些net都don't touch了还会报违例呢???难道这些net跟我的reset有关吗??






  1. max_transition

  2.                              Required        Actual
  3.    Net                      Transition     Transition        Slack
  4.    -----------------------------------------------------------------
  5.    ctl/n58 (dont_touch)         1.00           1.68          -0.68  (VIOLATED)


  6.    max_fanout

  7.                              Required        Actual
  8.    Net                        Fanout         Fanout          Slack
  9.    -----------------------------------------------------------------
  10.    ctl/n23 (dont_touch)         4.00          28.00         -24.00  (VIOLATED)
  11.    ctl/n57 (dont_touch)         4.00          10.00          -6.00  (VIOLATED)
  12.    ctl/n25 (dont_touch)         4.00           9.00          -5.00  (VIOLATED)
  13.    ctl/n58 (dont_touch)         4.00           8.00          -4.00  (VIOLATED)
  14.    ctl/NS[0] (dont_touch)       4.00           6.00          -2.00  (VIOLATED)
  15.    ctl/n26 (dont_touch)         4.00           5.00          -1.00  (VIOLATED)
  16.    ctl/n29 (dont_touch)         4.00           5.00          -1.00  (VIOLATED)



复制代码
 楼主| 发表于 2013-4-16 23:55:18 | 显示全部楼层
顶一记。。。。。
发表于 2013-4-17 09:08:25 | 显示全部楼层
我觉得 dont_touch 只是不对clk、reset作优化而已,一样进行DRC检查
发表于 2013-4-17 10:11:06 | 显示全部楼层
你设置的tran和fanout都是针对整个设计的,而你dont_touch的理解应该是有问题的,dont_touch是不对clk做优化,但是工具对你的约束一样要检查的,有vio之后你又dont_touch不让工具优化当然会有违例。你怕是概念都没弄清楚!
发表于 2013-4-17 17:21:49 | 显示全部楼层
回复 4# smilyrong


    你好,我也是初学,那如果是这样 应该怎么设置才会比较合理呢?
 楼主| 发表于 2013-4-18 23:49:15 | 显示全部楼层
回复 4# smilyrong


   谢谢,问题已经解决了。。

   那些dont touch的线网是跟reset有关的, 是因为我代码写的有问题,我将reset写进到了一些组合逻辑的输入,所以没有对其进行dont touch
发表于 2014-10-18 14:18:05 | 显示全部楼层
回复 6# 阎发发是学霸


    请问楼主,我这种情况是为何呢,如何解决
max_transition
                             Required        Actual
   Net                      Transition     Transition        Slack
   -----------------------------------------------------------------
   aes_top_inst/n134 (dont_touch)     1.00     1.03          -0.03  (VIOLATED)
       PIN :   aes_top_inst/wb_ack_o_reg/D     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[102]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[127]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[126]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[125]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[124]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[123]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[122]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[121]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[120]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[119]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[118]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[117]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[116]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[115]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[114]/RN     1.00     1.03    -0.03 (VIOLATED)
       PIN :   aes_top_inst/text_out_reg[113]/RN     1.00     1.03    -0.03 (VIOLATED)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

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

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

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