We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb61208 commit 4afa443Copy full SHA for 4afa443
power/Power.tcl
@@ -372,7 +372,7 @@ proc set_power_activity { args } {
372
if { [info exists keys(-input_ports)] } {
373
set ports [get_ports_error "input_ports" $keys(-input_ports)]
374
foreach port $ports {
375
- if { [get_property $port "direction"] == "input" || [get_property $port "direction"] == "in" } {
+ if { [get_property $port "direction"] == "input" } {
376
if { [is_clock_src [sta::get_port_pin $port]] } {
377
sta_warn 310 "activity cannot be set on clock ports."
378
} else {
0 commit comments