Dynamic Active Node Check (dyn_actnode)
Description
The active node checking analysis detects nodes with voltage changes that exceed the user-defined threshold, dv. The voltage change is defined as the peak-to-peak voltage (Vpp) within a time window.
Protected nodes are ignored from active and inactive detection.
Protectives nodes are not considered in the denominator of calculating percentage of active nodes.
The results are written to the dynamic.xml file, which can be viewed in a Web browser.
Syntax
Name dyn_actnode parameter=value ...
Parameters
Design check parameters
|
node
|
[...]
|
Nodes to which the check is applied. Default is none.
|
|
dv
|
0.1 v
|
Voltage change threshold for the active nodes. Default is 0.1 volt.
|
|
type
|
act
|
Report only inactive or active nodes or both.Possible values are act, inact and both.
|
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.
|
|
fanout
|
all
|
Fanout setting to filter node with specified connection.Possible values are all, gate and bulk.
|
|
filter
|
optimized
|
Filter setting to report all nodes or less nodes of interest. This parameter is supported only with Spectre FX. The default value is optimized.Possible values are rc, optimized and none.
|
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 Active Node Check
Return to top