Static NMOS to VDD Count Check (static_nmos2vdd)
Spectre Syntax
title static_nmos2vdd 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_nmos2vdd 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 NMOS in the charging path from a fanout node to VDD and reports paths having NMOS 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 NMOS from a fanout node to VDD. It does not include NMOS 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_nmos2vdd node=[*] count=1
.cck chk1 static_nmos2vdd node=[*] count=1
The above statement reports all paths from all fanout nodes having NMOS count greater than 1. The following is an example of the report that is displayed in the Web browser:

It reports one path from fanout n3 to vdd. The number of NMOS found in this path is two. Note that mp1 is a PMOS therefore does not contribute in the count.
Related Topics
Return to top
