Dynamic Noisy Node Check (dyn_noisynode)
Description
Identifies the nodes with unstable or noisy node conditions. A node is considered unstable or noisy if its voltage fulfills the condition abs(dV/dt)>e1 and abs(d(dV/dt)dt)>e2 for a time longer than duration. Stable periods shorter than skip are ignored.
The results are written to the dynamic.xml file, which can be viewed in a Web browser.
Syntax
Name dyn_noisynode parameter=value ...
Parameters
Design check parameters
|
node
|
[...]
|
Nodes to which the check is applied. Default is none.
|
|
duration
|
5.00E-07 sec
|
Duration threshold. Default is 5.00E-07 sec.
|
|
e1
|
5.00E04 volt/sec
|
The first derivative threshold. Default is 5.00E04.
|
|
e2
|
2.00E16 volt/(sec2)
|
The second derivative threshold. Default is 2.00E16.
|
|
skip
|
50.0E-09 sec
|
The stable period less than skip is ignored. Default is 50.0E-09.
|
Filtering parameters
|
time_window
|
[tstart, tstop] sec
|
The 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. This option is supported only in XPS.Possible values are all, gate and bulk.
|
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 Noisy Node Check
Return to top