typos
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
f992c1c05c
commit
41c6ada050
|
|
@ -48,8 +48,8 @@ netlist data structures without duplicating them.
|
||||||
* Query based incremental update of delays, arrival and required times
|
* Query based incremental update of delays, arrival and required times
|
||||||
* Simulator to propagate constants from constraints and netlist tie high/low
|
* Simulator to propagate constants from constraints and netlist tie high/low
|
||||||
|
|
||||||
See doc/OpenSTA.pdf for command documentiaton.
|
See doc/OpenSTA.pdf for command documentation.
|
||||||
See doc/StaApi.txt for timing engine API documentiaton.
|
See doc/StaApi.txt for timing engine API documentation.
|
||||||
See doc/ChangeLog.txt for changes to commands.
|
See doc/ChangeLog.txt for changes to commands.
|
||||||
|
|
||||||
OpenSTA is dual licensed. It is released under GPL v3 as OpenSTA and
|
OpenSTA is dual licensed. It is released under GPL v3 as OpenSTA and
|
||||||
|
|
|
||||||
|
|
@ -836,7 +836,7 @@ proc parse_rise_fall_arg { arg } {
|
||||||
if { $arg eq "r" || $arg eq "^" || $arg eq "rise" } {
|
if { $arg eq "r" || $arg eq "^" || $arg eq "rise" } {
|
||||||
return "rise"
|
return "rise"
|
||||||
} elseif { $arg eq "f" || $arg eq "v" || $arg eq "fall" } {
|
} elseif { $arg eq "f" || $arg eq "v" || $arg eq "fall" } {
|
||||||
retur "fall"
|
return "fall"
|
||||||
} else {
|
} else {
|
||||||
error "unknown rise/fall transition name."
|
error "unknown rise/fall transition name."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue