set_clock_uncertainty -rise -fall parsing
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
feac4b5d18
commit
1aa348f6fe
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue