unload_color_map
unload_color_map
-name s_computationName
[ -regex_style [ true | false ] ]
Unloads one or more computations from memory. Only computations that had been loaded using load_color_map can be unloaded. Unloaded color maps will be removed from the display.
Arguments
|
Specifies the name of the computation results to unload. The name can be an expression with wildcard characters, letting you unload multiple computations to a single file. The currently loaded color maps are scanned for computation names that match the given string. Refer to Color Map Computation Types for a list of accepted names and Pattern Matching for guidelines on special characters that can be used. If this argument is not given, all currently loaded computation results are unloaded. |
|
|
By default and when set |
|
Examples
The following command unloads all currently loaded computations with names ending in Congestion and a Space-based Router and Chip Optimizer response is shown.
unload_color_map -name *Congestion
The computation 'layout_VerticalCongestion' was unloaded.
The computation 'layout_HorizontalCongestion' was unloaded.
Related Topics
Return to top