Dynamic Subckt Instance Activity Check (dyn_activity)
Description
This check reports activity percentage of an instance relative to a circuit. The activity percentage is the ratio of the events in the instance versus the events in the entire circuit.
The results are written to the dynamic.xml file, which can be viewed in a Web browser. This check is supported only by XPS.
Syntax
Name dyn_activity parameter=value ...
Parameters
Filtering parameters
|
time_window
|
[tstart, tstop] sec
|
Time window during which the circuit check is applied. Multiple non-overlapping time windows are supported. Default time window is 0 to tend.
|
|
error_limit
|
10000
|
Maximum number of errors reported. Default is 10000.
|
|
min_activity
|
0
|
Any block activity below the minimum activity percentage will not be reported. The value can be between 0 and 1. Default is 0.
|
Wildcard scoping
|
inst
|
[...]
|
Subcircuit instances to which the check is applied. Default includes all instances (inst=*).
|
|
xinst
|
[...]
|
Subcircuit instances to be excluded from the check. Default is none.
|
|
subckt
|
[...]
|
The instances of the specified subcircuit to which the check is applied. Default includes all subcircuits (subckt=*).
|
|
xsubckt
|
[...]
|
The instances of the specified subcircuits that are excluded from the check. Default is none.
|
|
depth
|
8
|
Hierarchy levels (starting from top, instance, or subcircuit scope) to be checked. Default is 8.
|
Related Topics
Dynamic Subckt Instance Activity Check
Return to top