search_and_repair
search_and_repair
[-region {f_xlo f_ylo f_xhi f_yhi}]
[-set d_setObj]
[-exclude_net {s_netName...}]
[-exclude_set d_setObj]
[-exclude_type {[power][ground][clock]}
[-use_check_annotations [true|false]]
[-verbose [true|false]]
[-calibre_rule_names {s_ruleName…}]
[-close_opens [true|false]]
[-check_level {0 | 1 | 2| 3}]
[-check_mode {hard | soft}]
[-eco_mode [true|false]]
[-threads i_threads | -initial_check_threads i_threads]
Description
Searches for and fixes same net and different net spacing violations. Optionally uses existing annotations that were created by check_space to identify the errors to be fixed. You can optionally use multiple processors for the search step and a single processor for the repair (-initial_check_threads).
Arguments
|
Specifies the error marker names of Mentor Graphics® Calibre® rules to process. To use this option, you must have loaded the Calibre error file. |
|
|
Specifies the level of checking to use. A lower number results in faster, but less accurate checking, a value of 3 performs complete checks. |
|
|
Determines whether to use preferred, then hard rules ( |
|
|
If |
|
|
When set |
|
|
Prevents nets of the given type from being processed. By default, no nets are ignored. |
|
|
Specifies the number of threads or processors to use in parallel to run the search step, then use a single processor to fix the violations. This option is useful when you have fewer than 1000 violations to process. Cannot be used with |
|
|
Restricts processing to violations in the area given by the lower left (f_xlo f_ylo) and upper right (f_xhi f_yhi) coordinates. By default, the entire top cellview is processed. |
|
|
Processes nets in the given set. By default, the entire top cell is routed. |
|
|
Specifies the number of threads or processors to use in parallel to run the search and repair steps of this command. By default, if multi-threading has been enabled (enable_multithreading), the session threads are used, otherwise, one processor is used. This argument cannot be used with |
|
|
If |
|
|
If true, outputs additional information to the transcript area. Default is |
|
Related Topics
Return to top