May 9, 2005 #1 I iamczx Member level 3 Joined Oct 27, 2004 Messages 67 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,286 Activity points 581 Warning: Design 'top' contains 2 high-fanout nets. A fanout number of 1000 will be used for delay calculations involving these nets. (TIM-134) How to eliminate this warning? use command set_max_fanout? thanks in advance
Warning: Design 'top' contains 2 high-fanout nets. A fanout number of 1000 will be used for delay calculations involving these nets. (TIM-134) How to eliminate this warning? use command set_max_fanout? thanks in advance
May 20, 2005 #2 H henrik2000 Advanced Member level 4 Joined Jul 6, 2001 Messages 106 Helped 1 Reputation 2 Reaction score 0 Trophy points 1,296 Activity points 1,123 May be you're trying to drive to many entites with one single signal. try to share.. As you don't give a lot of details on the tool set used, or the language either it's really difficult to help you
May be you're trying to drive to many entites with one single signal. try to share.. As you don't give a lot of details on the tool set used, or the language either it's really difficult to help you
Jun 1, 2005 #3 J jankin Junior Member level 3 Joined Nov 30, 2003 Messages 27 Helped 1 Reputation 2 Reaction score 0 Trophy points 1,281 Activity points 96 maybe you should look for the net.
Jun 13, 2005 #4 I iamczx Member level 3 Joined Oct 27, 2004 Messages 67 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,286 Activity points 581 I use verilog . When I compile the "top ", I set the clk and the rst signal as ideal network. So ,the high fan-out net won't be clk and rst net,is it? And , is there any command to find the hign fanout net ?
I use verilog . When I compile the "top ", I set the clk and the rst signal as ideal network. So ,the high fan-out net won't be clk and rst net,is it? And , is there any command to find the hign fanout net ?