在DC综合过程中,假如设计中没有加入clock_gate,那么是否需要对设计用命令set_clock_gating_check进行检查呢?
如果进行检查就会出现如下的warning:
Warning: No controlling value could be found for the clock gating cell 'q_clk_gen/U3' for the clock pin 'B1'. (TIM-128)
Warning: Gated clock latch is not created for cell 'q_clk_gen/U7'on pin 'B0' in design '***_digital'. (TIM-141)
如果不用命令set_clock_gating_check对设计进行检查,就不会再log中报出上面的两个warning,请大家帮分析分析!!