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
Example
chk1 static_pmos2gnd node=[*] count=0
.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
Return to top
