set_disable_clock_gating_check(enabled) 其中,enabled表示是否启用禁用时钟门控检查,为一个布尔值,可以为True或False。如果enabled为True,则禁用时钟门控检查;如果enabled为False,则启用时钟门控检查。 该函数的作用是根据用户的设置来决定系统是否进行时钟门控的检查。禁用时钟门控检查可能会提高系统的运行
对于set_disable_clock_gating_check/remove_disable_clock_gating_check命令是S工具的命令,不属于sdc文件的范畴,因此在含有sdc文件所支持的命令之外的建议使用write_script命令,同样的write_script命令产生的非标准sdc文件只能用S公司的相关软件进行后端流程;
I don't understand why the set_disable_clock_gating_check comand will disable pathes in the in2reg group. looks like PT is doing the right thing by not disabling them (the same SDC file, therefore, the same constrains have been used in PT). Did anybody see the similar issu...