verbosity
cdba.hierCache verbosity cyclic {"none" | "low" | "medium" | "high"}
Description
Specifies the detail level of the output messages displayed in the CIW during a hierarchical cache operation. The default value is none.
-
none: No informational messages regarding the cache are displayed. Only exceptions and warning messages are displayed. -
low: Displays the informational messages that indicate if a cache is saved, updated, or used to load the design hierarchy. - medium: Displays the informational messages that contain a summary of the cache sections, which are based on the design type.
-
high:Displays the informational messages that contain details on individual designs during a cache operation. It includes the messages that lists the designs that are excluded from the cache or already opened when loading the cache.
Each verbosity level includes the messages from the levels below it. For example, if the high verbosity level is enabled, then messages corresponding to high, medium, and low verbosity levels are displayed during the hierarchical cache operation.
GUI Equivalent
Examples
envGetVal("cdba.hierCache" "verbosity")
envSetVal("cdba.hierCache" "verbosity" 'cyclic "high")
Related Topics
Return to top