Skip to content

Commit 4afa443

Browse files
committed
Signed-off-by: James Cherry <cherry@parallaxsw.com>
1 parent fb61208 commit 4afa443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

power/Power.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ proc set_power_activity { args } {
372372
if { [info exists keys(-input_ports)] } {
373373
set ports [get_ports_error "input_ports" $keys(-input_ports)]
374374
foreach port $ports {
375-
if { [get_property $port "direction"] == "input" || [get_property $port "direction"] == "in" } {
375+
if { [get_property $port "direction"] == "input" } {
376376
if { [is_clock_src [sta::get_port_pin $port]] } {
377377
sta_warn 310 "activity cannot be set on clock ports."
378378
} else {

0 commit comments

Comments
 (0)