cmapShowUnusedGCellMode
ia cmapShowUnusedGCellMode cyclic { "Blockage" | "Blockage and Preroutes" }
Description
(ICADVM20.1 EXL Only) Enables the display of the global cells that are blocked and are essentially not available for any global paths or interactive routing. This environment variable can take two values, Blockage and Blockage and Preroutes. Default is Blockage.
-
Blockageshows the global cells that are 100 percent blocked and are not shown in either the histogram or the Global cell track utilization table. -
Blockage and Preroutesshows the global cells that are 100 percent blocked by both blockage and preroutes.
The environment variable is applicable only if the
cmapAnalyzeIncludeBlockage environment variable is set to t.GUI Equivalent
Examples
envGetVal("ia" "cmapShowUnusedGCellMode")
envSetVal("ia" "cmapShowUnusedGCellMode" 'cyclic "Blockage")
envSetVal("ia" "cmapShowUnusedGCellMode" 'cyclic "Blockage and Preroutes")
Related Topics
Return to top