remove find_timing command from global namespace

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2021-11-06 20:01:57 -07:00
parent eced277fc6
commit a7b02e49d1
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ proc check_setup_cmd { cmd cmd_args } {
################################################################
define_cmd_args "find_timing" {[-full_update]}
# Not a command because users have no reason to ever call this.
# It is only useful for debugging incremental timing updates.
proc find_timing { args } {
parse_key_args "find_timing" args keys {} flags {-full_update}
find_timing_cmd [info exists flags(-full_update)]