看手册意思好像是把当前的scope作为power domain的root cell,那实际效果是不是就是相当于cpf中create_power_domain 的 -default项,
手册上有这么句话:When neither –elements nor –include_scope is specified, the power domain consists of the current scope and any of its children not specified (as elements) in another create_power_domain command. 所以想问一下加不加-include_scope有什么区别么?
谢谢!
If this option is specified, the scope of the power domain is also included in the extent of the power domain. This means all elements within the current scope get the supply as the power domain. --pt
Includes the scope of the power domain in the extent of the power domain. This means all elements within the current scope get the same supply as the power domain,but they are not explicitly added to it. --dc