"PowerDomain %s has no any module defined, stop %s in this powerdomain"
They are recommended to do this:
Example:
--------
Incorrect CPF definition - leaf instances are specified to power domain
PD_A: create_power_domain -name PD_A -instances {mod1/inst1 mod1/inst2
mod1/inst3 mod2/inst1 mod2/inst2 mod2/inst3}
Correcting CPF to avoid ENCSP-5170:
create_power_domain -name PD_A -instances {mod1 mod2}
---
However in my case, in 1 module, there are 4 different power domains for different instances. That's why I cannot use that solution.
Can anybody help me with another solution to add ENDCAP cells in Cadence Encounter Place And Route?
Thank you very much.