Product Documentation
Virtuoso Space-based Router Command Reference
Product Version IC23.1, September 2023

unload_color_map

unload_color_map
-name s_computationName 
[ -regex_style [ true | false ] ] 

Description

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

-name s_computationName

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.

-regex_style [ true | false ]

By default and when set true, the computation name can be a regular extended expression with wildcards. When set to false, glob expressions can be used for the computation name.

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

Color Map Display Commands

load_color_map

save_color_map


Return to top
 ⠀
X