| |
set_max_fanout:Sets the max_fanout attribute to a specified value on specified input ports and/ordesigns.
set_fanout_load:Sets the fanout_load attribute to a specified value on specified output ports of the current design.
应该这样理解set_max_fanout设置在input上,是通知DC该Cell上一级Cell的output max_fanout是N,则该级选用的Cell的input的load不能大于N。
set_fanout_load设置在output上的N,是通知DC该Cell下一级的Cell的input的load是N,则选取该Cell时它的max_fanout要大于(N+已知load)。
set_fanout_load 几乎不用了,就用set_max_fanout 设下DRC limit就行了