From 4afa443892bcba34f7c6a54b8e58ae2920dec9b5 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sat, 20 Dec 2025 11:45:48 -0700 Subject: [PATCH] rm PR #342 turd Signed-off-by: James Cherry --- power/Power.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power/Power.tcl b/power/Power.tcl index 492037f0..97769501 100644 --- a/power/Power.tcl +++ b/power/Power.tcl @@ -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 {