cmapAnalyzeMode
ia cmapAnalyzeMode cyclic { "allAverage" | "usedAverage" | "maximum" }
Description
(ICADVM20.1 EXL Only) Specifies an analysis mode to analyze the congestion across all layers and display the congestion result on the heat map.
-
allAveragecalculates the average congestion for all horizontal and vertical layers and colors the gcell based on the average computed percentage. -
usedAveragecalculates the average congestion for all horizontal and vertical layers that have global routing and colors the gcell based on the average computed percentage. -
maximumcalculates the maximum congested percentage for all horizontal and vertical layers and colors the gcell based on the maximum congested percentage.
GUI Equivalent
Examples
envGetVal("ia" "cmapAnalyzeMode")
envSetVal("ia" "cmapAnalyzeMode" 'cyclic "allAverage")
envSetVal("ia" "cmapAnalyzeMode" 'cyclic "usedAverage")
envSetVal("ia" "cmapAnalyzeMode" 'cyclic "maximum")
Related Topics
Return to top