Circuit Check Scoping
Most circuit checks can be applied either globally to the entire design, or locally to specific blocks of a design. The scoping options are available to define the scope of each circuit check. The circuit checks can be applied to a specific subcircuit instance (inst), or all instances of a subcircuit definition (subckt). Exclusion of a specific subcircuit instance (xinst), or all instances of a subcircuit (xsubckt) is supported. All scoping options support wildcards, and the hierarchy level of the scope can be defined by the depth option.
The inst and xinst arguments can be used only to specify subcircuit instances and not device instances. Combination of inst/xinst and subckt/xsubckt is not allowed.
The following wildcards are allowed for node, dev, model, inst, xinst, subckt, and xsubckt:
* – matches any character including an empty string and . (dot)
? – matches any single character including space and . (dot)
Related Topics
Output Format of Circuit Checks
Return to top