Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-12-20 11:45:48 -07:00
parent fb61208148
commit 4afa443892
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ proc set_power_activity { args } {
if { [info exists keys(-input_ports)] } {
set ports [get_ports_error "input_ports" $keys(-input_ports)]
foreach port $ports {
if { [get_property $port "direction"] == "input" || [get_property $port "direction"] == "in" } {
if { [get_property $port "direction"] == "input" } {
if { [is_clock_src [sta::get_port_pin $port]] } {
sta_warn 310 "activity cannot be set on clock ports."
} else {