mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-01 18:36:42 +02:00
fix stray character typo (#302)
Signed-off-by: Matt Liberty <[email protected]>
This commit is contained in:
+1
-1
@@ -273,7 +273,7 @@ proc set_power_activity { args } {
|
||||
if { [info exists keys(-duty)] } {
|
||||
set duty $keys(-duty)
|
||||
check_float "duty" $duty
|
||||
if { $duty < 0.0 || $duty > 1.0 } {i
|
||||
if { $duty < 0.0 || $duty > 1.0 } {
|
||||
sta_error 309 "duty should be 0.0 to 1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user