mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
set_clock_uncertainty -rise -fall parsing
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
BIN
doc/OpenSTA.odt
BIN
doc/OpenSTA.odt
Binary file not shown.
BIN
doc/OpenSTA.pdf
BIN
doc/OpenSTA.pdf
Binary file not shown.
@@ -1668,7 +1668,13 @@ proc set_clock_uncertainty { args } {
|
||||
|
||||
if { [info exists keys(-to)] } {
|
||||
set to_key "-to"
|
||||
set to_rf "rise_fall"
|
||||
if { [info exists flags(-rise)] } {
|
||||
set to_rf "rise"
|
||||
} elseif { [info exists flags(-fall)] } {
|
||||
set to_rf "fall"
|
||||
} else {
|
||||
set to_rf "rise_fall"
|
||||
}
|
||||
} elseif { [info exists keys(-rise_to)] } {
|
||||
set to_key "-rise_to"
|
||||
set to_rf "rise"
|
||||
|
||||
Reference in New Issue
Block a user