Product Documentation
Spectre FX Circuit Simulator User Guide
Product Version 23.1, September 2023

Static PMOS to GND Count Check (static_pmos2gnd)

Spectre Syntax

title static_pmos2gnd node=[n1 n2 ...] count=<value> <inst=[inst1 inst2...]> <xinst=[xinst1 xinst2...]> <subckt=[subckt1 subckt2....]> <xsubckt=[xsubckt1 xsubckt2....]> <depth=n> error_limit=<value>

SPICE Syntax

.cck title static_pmos2gnd node=[n1 n2 ...] count=<value> <inst=[inst1 inst2...]> <xinst=[xinst1 xinst2...]> <subckt=[subckt1 subckt2....]> <xsubckt=[xsubckt1 xsubckt2....]> <depth=n> error_limit=<value>

Description

Counts unpaired PMOS in the discharging path from a fanout node to GND and reports paths having PMOS count greater than the specified count.

The check only analyzes the fanout nodes. It does not check the nodes connecting only to MOSDIODEs or MOSCAPs.

The check counts PMOS from a fanout node to gnd. It does not include PMOS in the count under the following conditions but does report them.

The results are written to the static.xml file, which can be viewed in a Web browser.

Arguments

node

Nodes to which the check is applied. Default is none.

count

Maximum number of permitted NMOS. Default is 3.

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

Hierarchy levels (starting from top, instance, or subcircuit scope) to be checked. Default is 8.

error_limit

Maximum number of errors reported. Default is 10000.

Example

Spectre Syntax

chk1 static_pmos2gnd node=[*] count=0 

SPICE Syntax

.cck chk1 static_pmos2gnd node=[*] count=0 

The above statement reports all paths from all fanout nodes having PMOS count greater than 0. The following is an example of the report that is displayed in the Web browser:

It reports one path from fanout n3 to gnd. The number of PMOS found in this path is two. Note that mn1 is an NMOS therefore does not contribute in the count.

Related Topics

Static Checks


Return to top
 ⠀
X