home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p063_1 / 1.ddi / EVAL.OUT < prev    next >
Encoding:
Text File  |  1991-01-31  |  53.5 KB  |  1,176 lines

  1.  
  2. **** 01/31/91 04:05:00 ********* Evaluation PSpice (January 1991) ************
  3.  
  4.  EVAL.cir - An Illustration of PSpice Capabilities
  5.  
  6.  
  7.  ****     CIRCUIT DESCRIPTION
  8.  
  9.  
  10. ******************************************************************************
  11.  
  12.  
  13.  
  14. * This circuit, a differential pair driving a comparator and a counter,
  15. * shows many of the capabilities of PSpice.
  16. * It creates a large amount of output for such a small circuit.  Normally,
  17. * only a few kinds of analysis, such as transient analysis, would be run.
  18. * This command sets options for the run.
  19. .OPT ACCT NOMOD NOPAGE RELTOL=.001
  20.  
  21. * Sets the width of the output to 80 columns.
  22. .WIDTH OUT=80
  23.  
  24. * Sets the temperature for the run to 35 degrees celsius.
  25. .TEMP 35
  26.  
  27. * This command does a DC sweep.  The voltage source VIN is swept from
  28. *   -0.125 volts to 0.125 volts in steps of 0.005 volts.  The non-linear
  29. *   device equations are used.
  30. .DC VIN -0.125 0.125 0.005
  31.  
  32. * There is no command to do a small-signal bias point calculation.  It
  33. *   is done automatically after the DC sweep is finished.  The non-linear
  34. *   device equations are used to find the bias point.  Then, the linearized,
  35. *   small-signal equivalent circuit at the bias point is saved for the .TF,
  36. *   .SENS, .AC, and .NOISE analysis.  This command prints out the small-
  37. *   signal parameters for each device.
  38. .OP
  39.  
  40. * This command does a small-signal transfer function calculation assuming
  41. *   VIN is the input and V(5), the voltage at node 5, is the output.
  42. .TF V(5) VIN
  43.  
  44. * This does an AC analysis.  The real and imaginary response of the circuit
  45. *   is calculated as the inputs are swept from 100 kilohertz to 10 gigahertz
  46. *   by decades with 10 points per decade.  The only AC input this circuit has
  47. *   is VIN.  This is a linear analysis.
  48. .AC DEC 10 100KHZ 10GHZ
  49.  
  50. * This command does noise calculations during the AC analysis.  Each
  51. *   device's noise contribution is calculated and propogated to node 5.
  52. *   All the contributions are rms-summed at node 5.  Besides the total
  53. *   output noise printout done for every frequency, a detailed table of
  54. *   each device's contribution is done every 30'th frequency.
  55. .NOISE V(5) VIN 30
  56.  
  57. * This command does a transient analysis.  It first re-calculates the
  58. *   circuit's bias point, then calculates the circuit's time response
  59. *   from 0 nanoseconds to 1 microsecond using the full, non-linear device
  60. *   equations, including non-linear capacitances.  PSpice uses a variable
  61. *   time step for the calculations, but this command causes the results
  62. *   to be interpolated onto a 5 nanosecond print interval.  Transient
  63. *   analysis is the most frequently used analysis in PSpice.
  64. .TRAN 20NS 5uS
  65.  
  66. * This does a harmonic decomposition on the waveform V(5) calculated
  67. *   during transient analysis.  It calculates the magnitude and phase
  68. *   of the fundamental (5 megahertz) and the first eight harmonics.
  69. *   The graphics post-processor, Probe, goes further and contains
  70. *   a full FFT, allowing complete spectra to be displayed.
  71. .FOUR 1MEG V(5)
  72.  
  73. * This command does a Monte Carlo analysis of the circuit.  It runs
  74. *   the DC sweep 5 times using the tolerances in .MODEL statements
  75. *   and compares the waveform V(4,5) from each run against the nominal
  76. *   V(4,5).  It then lists a table of each run's deviation from the 
  77. *   nominal.  The Monte Carlo option can also do Worst Case and Sensitivity
  78. *   analysis.
  79. .MC 5 DC V(4,5) YMAX
  80.  
  81. * PSpice allows parameters to be defined and used in expressions
  82. *   throughout the circuit file.  Parameters may also be passed into
  83. *   subcircuits as arguments and used inside.  Here, we define a
  84. *   fudge factor for the supply voltages.
  85. .PARAM FACTOR=1.2
  86.  
  87. * The following statements describe the circuit to PSpice.  It is a
  88. *   simple differential pair, with +12 and -12 volts as the supplies.
  89.  
  90. * VIN is the input for this circuit.  It has an amplitude during AC analysis
  91. *   of 1 volt and a sine waveform during transient of .1 volt at 5 megahertz.
  92. VIN 100 0 AC 1 SIN(0 0.1 1MEG)
  93.  
  94. * The power supplies are + and - SUPPLY volts.  As mentioned above,
  95. *   expressions containing parameters can be used for values throughout
  96. *   the circuit file.  Expressions are enclosed by "{" and "}" and allow
  97. *   arithmetic expressions.
  98. VCC 101 0 DC {10*FACTOR}
  99. VEE 102 0 {-10*FACTOR}
  100.  
  101. * The transistors' nodes are in the order collector - base - emitter.
  102. *   All transistors must refer to a model (QNL in this case).
  103. Q1 4 2 6 QNL
  104. Q2 5 3 6 QNL
  105.  
  106. * Models for resistors are optional.  If used they can specify such things
  107. *   as scaling, temperature coefficients, and tolerances.
  108. RS1 100 2 1K 
  109. RS2 3 0 1K
  110. RC1 4 101 CRES 10K
  111. RC2 5 101 CRES 10K
  112. Q3 6 7 102 QNL
  113. Q4 7 7 102 QNL
  114. RBIAS 7 101 20K
  115. CLOAD 4 5 5PF
  116.  
  117. * This statement describes the CRES resistor by giving the values for
  118. *   the parameters.  Each type of model has its own set of parameters.
  119. *   All parameters have default values.  In CRES we have set the scaling
  120. *   factor to 1, the linear temperature coefficient to .02, and the
  121. *   quadratic temperature coefficient to .0045, and given each resistor
  122. *   a 5% tolerance on its value during Monte Carlo analysis.
  123. .model CRES res (
  124. +       R=1 DEV 5%      TC1=.02
  125. +       TC2=.0045
  126. +       )
  127. * The bipolar transistor model is the Gummel-Poon model.  It uses the
  128. *   same equations as in the UC Berkeley Spice program.  There are
  129. *   actually 55 model parameters, but most of these are for second-order
  130. *   effects that are rarely used.  Most bipolar models for realistic
  131. *   circuits specify between 12 and 25 parameters and default the rest.
  132. *   Here, we have set the forward beta to 80, the base resistance to
  133. *   100 ohms, the collector-substrate capacitance to 2 picofarads, the
  134. *   forward transit time to 0.3 nanoseconds, the reverse transit time to
  135. *   6 nanoseconds, the base-emitter capacitance to 3 picofarads, the
  136. *   base-collector capacitance to 2 picofarads, and the forward Early
  137. *   voltage to 50 volts.  The capacitances are actually voltage dependent.
  138. *   These numbers are the zero-bias values.
  139. .model QNL npn (
  140. +       BF=80   RB=100
  141. +       CCS=2PF TF=0.3NS
  142. +       TR=6NS  CJE=3PF
  143. +       CJC=2PF VA=50
  144. +       )
  145. * The Analog Behavioral Modeling option allows one to define a transfer
  146. *   function by formula and/or by table.  Here, we implement an ideal
  147. *   comparator to convert the differential output across nodes 4 and 5 into
  148. *   a TTL output on node 'comp_out'.  The voltage across 4 and 5 is
  149. *   multiplied by 1e3 and that value is looked up in the table.  The
  150. *   table has an output of 0v for inputs < -5, 5v for inputs > 5,
  151. *   and output=input in between. So, the comparator has a gain of 1,000 
  152. *   and saturates at 0v and 5v.
  153. * Although not shown here, one can also define linear transfer functions
  154. *   by Laplace transform formulas or by frequency response tables.
  155. E1      10 0    TABLE {V(4,5)*1e3}      (-5v,0v 5v,5v)
  156. RE1     10 comp_out     200     ; Output series resistance
  157. CCOMP   comp_out   0    20pf    ; Output load capacitance
  158.  
  159. * Power supply for digital circuits.  We use the library digital power
  160. * supply subcircuit.
  161. XDIGPWR  0 DPWR 0   DIGIFPWR   PARAMS: VOLTAGE = 5V
  162.  
  163. * The Digital Simulation option simulates digital components.  Instead
  164. *   of voltages and waveforms, it calculates 1's and 0's and propogation
  165. *   delays.  PSpice automatically creates interface components between
  166. *   analog and digital sections or circuitry.  Here, we drive a 74393,
  167. *   4-bit, ripple counter from the output of the comparator (XCOMP or RE1).
  168. X1  comp_out 110 QA QB QC QD DPWR 0 74393
  169.  
  170. * This is a digital stimulus which resets the counter
  171. U2 stim(1,1) DPWR 0     ; digital power supplies
  172. +       110 
  173. +       IO_STM  ; use the library digital IO model for a stimulus device
  174. +       0NS     1
  175. +       40NS    0
  176.  
  177. * These commands provide print and plot output for selected voltages
  178. *   and currents.  The plots are the so-called "line printer" plots.
  179. *   That is, plots made out of characters.  To get real, high-resolution
  180. *   plots you need to use Probe; it is invoked by the .PROBE command.
  181. .PRINT DC V(4) V(5)
  182. .PLOT DC IC(Q2) 
  183. .PLOT AC VCM(Q2) VCP(Q2)
  184. .PLOT NOISE INOISE ONOISE 
  185. .PLOT TRAN V(4,5) V([comp_out]) D(QA) D(QB)
  186. * This .PROBE statement will save all analog and digital voltage and current
  187. * values for use by Probe.
  188. .PROBE
  189.  
  190. .LIB eval.lib   ; Read models from the library
  191.  
  192. .END
  193.  
  194.  
  195. **** Generated AtoD and DtoA Interfaces ****
  196.  
  197. *
  198. * Analog/Digital interface for node comp_out
  199. *
  200. * Moving X1.U1:CLKBAR from analog node comp_out to new digital node comp_out$AtoD
  201. X$comp_out_AtoD1 comp_out comp_out$AtoD DPWR 0 AtoD_STD
  202. +       PARAMS: CAPACITANCE=   0     
  203. *
  204. * Analog/Digital interface power supply subckt
  205. *
  206. X$DIGIFPWR 0 DIGIFPWR
  207.  
  208. .END  ;(end of AtoD and DtoA interfaces) 
  209.  
  210.  
  211.  **** CURRENT MODEL PARAMETERS FOR DEVICES REFERENCING CRES
  212.                        RC1             RC2             
  213.               R        1.00E+00        1.00E+00
  214.  
  215.  
  216.  
  217.  ****     DC TRANSFER CURVES               TEMPERATURE =   35.000 DEG C
  218.  
  219.                       MONTE CARLO NOMINAL  
  220.  
  221.  
  222.   VIN         V(4)        V(5)        
  223.  
  224.   -1.250E-01   6.363E+00  -7.954E-01
  225.   -1.200E-01   6.299E+00  -7.897E-01
  226.   -1.150E-01   6.234E+00  -7.838E-01
  227.   -1.100E-01   6.170E+00  -7.779E-01
  228.   -1.050E-01   6.105E+00  -7.719E-01
  229.   -1.000E-01   6.040E+00  -7.658E-01
  230.   -9.500E-02   5.975E+00  -7.596E-01
  231.   -9.000E-02   5.910E+00  -7.532E-01
  232.   -8.500E-02   5.845E+00  -7.467E-01
  233.   -8.000E-02   5.780E+00  -7.400E-01
  234.   -7.500E-02   5.714E+00  -7.330E-01
  235.   -7.000E-02   5.649E+00  -7.258E-01
  236.   -6.500E-02   5.583E+00  -7.183E-01
  237.   -6.000E-02   5.516E+00  -7.104E-01
  238.   -5.500E-02   5.449E+00  -7.019E-01
  239.   -5.000E-02   5.382E+00  -6.927E-01
  240.   -4.500E-02   5.313E+00  -6.824E-01
  241.   -4.000E-02   5.243E+00  -6.705E-01
  242.   -3.500E-02   5.170E+00  -6.556E-01
  243.   -3.000E-02   5.092E+00  -6.339E-01
  244.   -2.500E-02   4.981E+00  -5.766E-01
  245.   -2.000E-02   4.494E+00  -1.000E-01
  246.   -1.500E-02   3.928E+00   4.638E-01
  247.   -1.000E-02   3.355E+00   1.036E+00
  248.   -5.000E-03   2.776E+00   1.614E+00
  249.    0.000E+00   2.194E+00   2.194E+00
  250.    5.000E-03   1.613E+00   2.775E+00
  251.    1.000E-02   1.034E+00   3.353E+00
  252.    1.500E-02   4.614E-01   3.926E+00
  253.    2.000E-02  -1.033E-01   4.491E+00
  254.    2.500E-02  -5.585E-01   4.957E+00
  255.    3.000E-02  -6.056E-01   5.057E+00
  256.    3.500E-02  -6.218E-01   5.130E+00
  257.    4.000E-02  -6.315E-01   5.196E+00
  258.    4.500E-02  -6.384E-01   5.260E+00
  259.    5.000E-02  -6.437E-01   5.323E+00
  260.    5.500E-02  -6.479E-01   5.384E+00
  261.    6.000E-02  -6.514E-01   5.445E+00
  262.    6.500E-02  -6.543E-01   5.506E+00
  263.    7.000E-02  -6.569E-01   5.566E+00
  264.    7.500E-02  -6.591E-01   5.626E+00
  265.    8.000E-02  -6.611E-01   5.685E+00
  266.    8.500E-02  -6.628E-01   5.745E+00
  267.    9.000E-02  -6.644E-01   5.804E+00
  268.    9.500E-02  -6.658E-01   5.863E+00
  269.    1.000E-01  -6.671E-01   5.922E+00
  270.    1.050E-01  -6.682E-01   5.981E+00
  271.    1.100E-01  -6.693E-01   6.040E+00
  272.    1.150E-01  -6.702E-01   6.098E+00
  273.    1.200E-01  -6.711E-01   6.157E+00
  274.    1.250E-01  -6.719E-01   6.215E+00
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  ****     DC TRANSFER CURVES               TEMPERATURE =   35.000 DEG C
  281.  
  282.                       MONTE CARLO NOMINAL  
  283.  
  284.  
  285.   VIN         IC(Q2)      
  286. (*)----------    2.0000E-04   4.0000E-04   6.0000E-04   8.0000E-04   1.0000E-03
  287.                        _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  288.  -1.250E-01  8.837E-04 .            .            .            .    *       .
  289.  -1.200E-01  8.833E-04 .            .            .            .    *       .
  290.  -1.150E-01  8.829E-04 .            .            .            .    *       .
  291.  -1.100E-01  8.825E-04 .            .            .            .    *       .
  292.  -1.050E-01  8.820E-04 .            .            .            .    *       .
  293.  -1.000E-01  8.816E-04 .            .            .            .    *       .
  294.  -9.500E-02  8.812E-04 .            .            .            .    *       .
  295.  -9.000E-02  8.807E-04 .            .            .            .    *       .
  296.  -8.500E-02  8.803E-04 .            .            .            .    *       .
  297.  -8.000E-02  8.798E-04 .            .            .            .    *       .
  298.  -7.500E-02  8.794E-04 .            .            .            .    *       .
  299.  -7.000E-02  8.789E-04 .            .            .            .    *       .
  300.  -6.500E-02  8.783E-04 .            .            .            .    *       .
  301.  -6.000E-02  8.778E-04 .            .            .            .    *       .
  302.  -5.500E-02  8.772E-04 .            .            .            .    *       .
  303.  -5.000E-02  8.766E-04 .            .            .            .    *       .
  304.  -4.500E-02  8.758E-04 .            .            .            .    *       .
  305.  -4.000E-02  8.750E-04 .            .            .            .    *       .
  306.  -3.500E-02  8.740E-04 .            .            .            .    *       .
  307.  -3.000E-02  8.725E-04 .            .            .            .    *       .
  308.  -2.500E-02  8.686E-04 .            .            .            .   *        .
  309.  -2.000E-02  8.356E-04 .            .            .            . *          .
  310.  -1.500E-02  7.967E-04 .            .            .            *            .
  311.  -1.000E-02  7.572E-04 .            .            .         *  .            .
  312.  -5.000E-03  7.173E-04 .            .            .       *    .            .
  313.   0.000E+00  6.772E-04 .            .            .    *       .            .
  314.   5.000E-03  6.371E-04 .            .            . *          .            .
  315.   1.000E-02  5.972E-04 .            .            *            .            .
  316.   1.500E-02  5.576E-04 .            .         *  .            .            .
  317.   2.000E-02  5.186E-04 .            .       *    .            .            .
  318.   2.500E-02  4.862E-04 .            .     *      .            .            .
  319.   3.000E-02  4.793E-04 .            .    *       .            .            .
  320.   3.500E-02  4.743E-04 .            .    *       .            .            .
  321.   4.000E-02  4.698E-04 .            .    *       .            .            .
  322.   4.500E-02  4.654E-04 .            .   *        .            .            .
  323.   5.000E-02  4.610E-04 .            .   *        .            .            .
  324.   5.500E-02  4.569E-04 .            .   *        .            .            .
  325.   6.000E-02  4.528E-04 .            .  *         .            .            .
  326.   6.500E-02  4.485E-04 .            .  *         .            .            .
  327.   7.000E-02  4.442E-04 .            .  *         .            .            .
  328.   7.500E-02  4.402E-04 .            .  *         .            .            .
  329.   8.000E-02  4.362E-04 .            . *          .            .            .
  330.   8.500E-02  4.320E-04 .            . *          .            .            .
  331.   9.000E-02  4.278E-04 .            . *          .            .            .
  332.   9.500E-02  4.238E-04 .            . *          .            .            .
  333.   1.000E-01  4.199E-04 .            .*           .            .            .
  334.   1.050E-01  4.157E-04 .            .*           .            .            .
  335.   1.100E-01  4.115E-04 .            .*           .            .            .
  336.   1.150E-01  4.076E-04 .            *            .            .            .
  337.   1.200E-01  4.037E-04 .            *            .            .            .
  338.   1.250E-01  3.995E-04 .            *            .            .            .
  339.                        - - - - - - - - - - - - - - - - - - - - - - - - - - -
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  ****     SMALL SIGNAL BIAS SOLUTION       TEMPERATURE =   35.000 DEG C
  346.  
  347.                       MONTE CARLO NOMINAL  
  348.  
  349.  
  350.  NODE   VOLTAGE     NODE   VOLTAGE     NODE   VOLTAGE     NODE   VOLTAGE
  351.  
  352.  
  353. (    2)    -.0081  (    3)    -.0081  (    4)    2.1942  (    5)    2.1942      
  354.  
  355. (    6)    -.7606  (    7)  -11.2320  (   10)    2.5000  (  100)    0.0000      
  356.  
  357. (  101)   12.0000  (  102)  -12.0000  ( DPWR)    5.0000  ($G_DGND)-5.000E-12    
  358.  
  359. ($G_DPWR)    5.0000                   (comp_out)    2.5000                      
  360.  
  361. (XDIGPWR.REF)    0.0000               (X$DIGIFPWR.REF)-5.000E-12            
  362.  
  363.  
  364.  
  365.  DGTL NODE : STATE  DGTL NODE : STATE  DGTL NODE : STATE  DGTL NODE : STATE
  366.  
  367.  
  368. (      QA) : 0     (      QB) : 0     (      QC) : 0     (      QD) : 0         
  369.  
  370. (     110) : 1     (   $D_HI) : 1     (   $D_NC) : Z     (X1.CLRBAR) : 0        
  371.  
  372. (X1.QA_BUF) : 0    (X1.QB_BUF) : 0    (X1.QC_BUF) : 0    (X1.QD_BUF) : 0        
  373.  
  374. (comp_out$AtoD) : 0                   
  375.  
  376.  
  377.  
  378.  
  379.     VOLTAGE SOURCE CURRENTS
  380.     NAME         CURRENT
  381.  
  382.     VIN         -8.108E-06
  383.     VCC         -2.516E-03
  384.     VEE          2.532E-03
  385.     XDIGPWR.VDPWR  -5.000E-06
  386.     XDIGPWR.VDGND   0.000E+00
  387.     X$DIGIFPWR.VDPWR  -5.000E-06
  388.     X$DIGIFPWR.VDGND  -5.000E-06
  389.  
  390.     TOTAL POWER DISSIPATION   6.06E-02  WATTS
  391.  
  392.  
  393.  
  394.  
  395.  ****     OPERATING POINT INFORMATION      TEMPERATURE =   35.000 DEG C
  396.  
  397.                       MONTE CARLO NOMINAL  
  398.  
  399.  
  400.  
  401.  
  402.  
  403. **** VOLTAGE-CONTROLLED VOLTAGE SOURCES
  404.  
  405.  
  406. NAME         E1        
  407. V-SOURCE     2.500E+00
  408. I-SOURCE    -2.500E-12
  409.  
  410.  
  411. **** BIPOLAR JUNCTION TRANSISTORS
  412.  
  413.  
  414. NAME         Q1          Q2          Q3          Q4        
  415. MODEL        QNL         QNL         QNL         QNL       
  416. IB           8.11E-06    8.11E-06    1.42E-05    1.42E-05 
  417. IC           6.77E-04    6.77E-04    1.37E-03    1.13E-03 
  418. VBE          7.52E-01    7.52E-01    7.68E-01    7.68E-01 
  419. VBC         -2.20E+00   -2.20E+00   -1.05E+01    0.00E+00 
  420. VCE          2.95E+00    2.95E+00    1.12E+01    7.68E-01 
  421. BETADC       8.35E+01    8.35E+01    9.68E+01    8.00E+01 
  422. GM           2.55E-02    2.55E-02    5.16E-02    4.27E-02 
  423. RPI          3.28E+03    3.28E+03    1.87E+03    1.87E+03 
  424. RX           1.00E+02    1.00E+02    1.00E+02    1.00E+02 
  425. RO           7.71E+04    7.71E+04    4.41E+04    4.41E+04 
  426. CBE          1.28E-11    1.28E-11    2.06E-11    1.80E-11 
  427. CBC          1.28E-12    1.28E-12    8.20E-13    2.01E-12 
  428. CBX          0.00E+00    0.00E+00    0.00E+00    0.00E+00 
  429. CJS          2.00E-12    2.00E-12    2.00E-12    2.00E-12 
  430. BETAAC       8.35E+01    8.35E+01    9.67E+01    8.00E+01 
  431. FT           2.89E+08    2.89E+08    3.83E+08    3.40E+08 
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  ****     SMALL-SIGNAL CHARACTERISTICS
  439.  
  440.  
  441.       V(5)/VIN =  1.162E+02
  442.  
  443.       INPUT RESISTANCE AT VIN =  8.738E+03
  444.  
  445.       OUTPUT RESISTANCE AT V(5) =  1.332E+04
  446.  
  447.  
  448.  
  449.  ****     NOISE ANALYSIS                   TEMPERATURE =   35.000 DEG C
  450.  
  451.                       MONTE CARLO NOMINAL  
  452.  
  453.  
  454.      FREQUENCY =  1.000E+05 HZ
  455.  
  456.  
  457.  
  458.  
  459.  **** DIGITAL OUTPUT SQUARED NOISE VOLTAGES (SQ V/HZ)
  460.  
  461.  
  462.  
  463.  
  464.       X$comp_out_AtoD1.O0
  465.  
  466.  TOTAL  0.000E+00
  467.  
  468.  
  469.  
  470.  **** TRANSISTOR SQUARED NOISE VOLTAGES (SQ V/HZ)
  471.  
  472.  
  473.  
  474.  
  475.              Q1         Q2         Q3         Q4
  476.  
  477.  RB       2.096E-14  2.102E-14  2.026E-13  2.018E-13
  478.  
  479.  RC       0.000E+00  0.000E+00  0.000E+00  0.000E+00
  480.  
  481.  RE       0.000E+00  0.000E+00  0.000E+00  0.000E+00
  482.  
  483.  IB       3.450E-14  4.331E-14  8.354E-15  3.078E-15
  484.  
  485.  IC       7.136E-15  7.569E-15  2.233E-14  2.562E-14
  486.  
  487.  FN       0.000E+00  0.000E+00  0.000E+00  0.000E+00
  488.  
  489.  TOTAL    6.259E-14  7.190E-14  2.332E-13  2.305E-13
  490.  
  491.  
  492.  
  493.  **** RESISTOR SQUARED NOISE VOLTAGES (SQ V/HZ)
  494.  
  495.  
  496.  
  497.  
  498.              RS1        RS2        RC1        RC2      RBIAS        RE1
  499.  
  500.  TOTAL    2.096E-13  2.102E-13  5.796E-18  1.964E-16  6.003E-17  0.000E+00
  501.  
  502.  
  503.  
  504.  
  505.       XDIGPWR.R1 XDIGPWR.R2 XDIGPWR.R3X$DIGIFPWR.R1X$DIGIFPWR.R2X$DIGIFPWR.R3
  506.  
  507.  TOTAL    0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  **** TOTAL OUTPUT NOISE VOLTAGE         =  1.018E-12 SQ V/HZ
  514.  
  515.                                          =  1.009E-06 V/RT HZ
  516.  
  517.       TRANSFER FUNCTION VALUE:
  518.  
  519.         V(5)/VIN                    =  1.110E+02
  520.  
  521.       EQUIVALENT INPUT NOISE AT VIN =  9.093E-09 V/RT HZ
  522.  
  523.  
  524.  
  525.  ****     NOISE ANALYSIS                   TEMPERATURE =   35.000 DEG C
  526.  
  527.                       MONTE CARLO NOMINAL  
  528.  
  529.  
  530.      FREQUENCY =  1.000E+08 HZ
  531.  
  532.  
  533.  
  534.  
  535.  **** DIGITAL OUTPUT SQUARED NOISE VOLTAGES (SQ V/HZ)
  536.  
  537.  
  538.  
  539.  
  540.       X$comp_out_AtoD1.O0
  541.  
  542.  TOTAL  0.000E+00
  543.  
  544.  
  545.  
  546.  **** TRANSISTOR SQUARED NOISE VOLTAGES (SQ V/HZ)
  547.  
  548.  
  549.  
  550.  
  551.              Q1         Q2         Q3         Q4
  552.  
  553.  RB       8.467E-21  1.383E-19  2.347E-17  2.398E-17
  554.  
  555.  RC       0.000E+00  0.000E+00  0.000E+00  0.000E+00
  556.  
  557.  RE       0.000E+00  0.000E+00  0.000E+00  0.000E+00
  558.  
  559.  IB       1.066E-19  4.913E-19  1.130E-18  3.428E-19
  560.  
  561.  IC       1.114E-18  4.808E-18  9.088E-18  6.890E-18
  562.  
  563.  FN       0.000E+00  0.000E+00  0.000E+00  0.000E+00
  564.  
  565.  TOTAL    1.229E-18  5.437E-18  3.369E-17  3.121E-17
  566.  
  567.  
  568.  
  569.  **** RESISTOR SQUARED NOISE VOLTAGES (SQ V/HZ)
  570.  
  571.  
  572.  
  573.  
  574.              RS1        RS2        RC1        RC2      RBIAS        RE1
  575.  
  576.  TOTAL    8.467E-20  1.383E-18  2.404E-20  7.661E-20  1.614E-20  0.000E+00
  577.  
  578.  
  579.  
  580.  
  581.       XDIGPWR.R1 XDIGPWR.R2 XDIGPWR.R3X$DIGIFPWR.R1X$DIGIFPWR.R2X$DIGIFPWR.R3
  582.  
  583.  TOTAL    0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  **** TOTAL OUTPUT NOISE VOLTAGE         =  7.315E-17 SQ V/HZ
  590.  
  591.                                          =  8.553E-09 V/RT HZ
  592.  
  593.       TRANSFER FUNCTION VALUE:
  594.  
  595.         V(5)/VIN                    =  7.054E-02
  596.  
  597.       EQUIVALENT INPUT NOISE AT VIN =  1.212E-07 V/RT HZ
  598.  
  599.  
  600.  
  601.  ****     AC ANALYSIS                      TEMPERATURE =   35.000 DEG C
  602.  
  603.                       MONTE CARLO NOMINAL  
  604.  
  605.  
  606.  LEGEND:
  607.  
  608. *: VCM(Q2)
  609. +: VCP(Q2)
  610.  
  611.   FREQ        VCM(Q2)     
  612.  
  613.  
  614. (*)----------    1.0000E-03   1.0000E-01   1.0000E+01   1.0000E+03   1.0000E+05
  615. (+)----------   -2.0000E+02  -1.0000E+02   0.0000E+00   1.0000E+02   2.0000E+02
  616.                        _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  617.   1.000E+05  1.110E+02 .            .          + .      *     .            .
  618.   1.259E+05  1.082E+02 .            .         +  .      *     .            .
  619.   1.585E+05  1.043E+02 .            .         +  .      *     .            .
  620.   1.995E+05  9.876E+01 .            .        +   .      *     .            .
  621.   2.512E+05  9.160E+01 .            .       +    .      *     .            .
  622.   3.162E+05  8.288E+01 .            .      +     .     *      .            .
  623.   3.981E+05  7.304E+01 .            .     +      .     *      .            .
  624.   5.012E+05  6.278E+01 .            .    +       .     *      .            .
  625.   6.310E+05  5.281E+01 .            .    +       .    *       .            .
  626.   7.943E+05  4.366E+01 .            .   +        .    *       .            .
  627.   1.000E+06  3.564E+01 .            .  +         .   *        .            .
  628.   1.259E+06  2.883E+01 .            .  +         .  *         .            .
  629.   1.585E+06  2.320E+01 .            . +          .  *         .            .
  630.   1.995E+06  1.859E+01 .            . +          . *          .            .
  631.   2.512E+06  1.486E+01 .            . +          . *          .            .
  632.   3.162E+06  1.186E+01 .            .+           .*           .            .
  633.   3.981E+06  9.447E+00 .            .+           *            .            .
  634.   5.012E+06  7.509E+00 .            .+           *            .            .
  635.   6.310E+06  5.953E+00 .            +           *.            .            .
  636.   7.943E+06  4.701E+00 .            +          * .            .            .
  637.   1.000E+07  3.694E+00 .           +.          * .            .            .
  638.   1.259E+07  2.880E+00 .          + .         *  .            .            .
  639.   1.585E+07  2.222E+00 .          + .        *   .            .            .
  640.   1.995E+07  1.687E+00 .         +  .       *    .            .            .
  641.   2.512E+07  1.252E+00 .       +    .       *    .            .            .
  642.   3.162E+07  9.014E-01 .      +     .      *     .            .            .
  643.   3.981E+07  6.231E-01 .    +       .     *      .            .            .
  644.   5.012E+07  4.087E-01 .   +        .   *        .            .            .
  645.   6.310E+07  2.505E-01 .            .  *         .            .        +   .
  646.   7.943E+07  1.404E-01 .            .*           .            .      +     .
  647.   1.000E+08  7.054E-02 .            *            .            .  +         .
  648.   1.259E+08  3.691E-02 .          * .            .         +  .            .
  649.   1.585E+08  3.312E-02 .         *  .            .  +         .            .
  650.   1.995E+08  3.630E-02 .          * .          + .            .            .
  651.   2.512E+08  3.626E-02 .          * .        +   .            .            .
  652.   3.162E+08  3.327E-02 .         *  .      +     .            .            .
  653.   3.981E+08  2.889E-02 .         *  .     +      .            .            .
  654.   5.012E+08  2.425E-02 .         *  .    +       .            .            .
  655.   6.310E+08  1.993E-02 .        *   .   +        .            .            .
  656.   7.943E+08  1.618E-02 .       *    .   +        .            .            .
  657.   1.000E+09  1.303E-02 .       *    .  +         .            .            .
  658.   1.259E+09  1.044E-02 .      *     .  +         .            .            .
  659.   1.585E+09  8.336E-03 .     *      . +          .      (     .            .
  660.   1.995E+09  6.645E-03 .     *      . +          .            .            .
  661.   2.512E+09  5.290E-03 .    *       . +          .            .            .
  662.   3.162E+09  4.208E-03 .    *       . +          .            .            .
  663.   3.981E+09  3.345E-03 .   *        . +          .            .            .
  664.   5.012E+09  2.659E-03 .  *         . +          .            .            .
  665.   6.310E+09  2.113E-03 .  *         . +          .            .            .
  666.   7.943E+09  1.679E-03 . *          . +          .            .            .
  667.   1.000E+10  1.334E-03 .*           .+           .            .            .
  668.                        - - - - - - - - - - - - - - - - - - - - - - - - - - -
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  ****     AC ANALYSIS                      TEMPERATURE =   35.000 DEG C
  675.  
  676.                       MONTE CARLO NOMINAL  
  677.  
  678.  
  679.  LEGEND:
  680.  
  681. *: INOISE
  682. +: ONOISE
  683.  
  684.   FREQ        INOISE      
  685.  
  686.  
  687. (*)----------    1.0000E-09   1.0000E-08   1.0000E-07   1.0000E-06   1.0000E-05
  688. (+)----------    1.0000E-11   1.0000E-09   1.0000E-07   1.0000E-05   1.0000E-03
  689.                        _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  690.   1.000E+05  9.093E-09 .            *            .      +     .            .
  691.   1.259E+05  9.198E-09 .            *            .      +     .            .
  692.   1.585E+05  9.362E-09 .            *            .      +     .            .
  693.   1.995E+05  9.615E-09 .            *            .      +     .            .
  694.   2.512E+05  1.000E-08 .            .*           .      +     .            .
  695.   3.162E+05  1.059E-08 .            .*           .      +     .            .
  696.   3.981E+05  1.144E-08 .            .*           .     +      .            .
  697.   5.012E+05  1.266E-08 .            . *          .     +      .            .
  698.   6.310E+05  1.435E-08 .            .  *         .     +      .            .
  699.   7.943E+05  1.662E-08 .            .  *         .     +      .            .
  700.   1.000E+06  1.954E-08 .            .   *        .     +      .            .
  701.   1.259E+06  2.317E-08 .            .    *       .     +      .            .
  702.   1.585E+06  2.748E-08 .            .     *      .     +      .            .
  703.   1.995E+06  3.235E-08 .            .      *     .     +      .            .
  704.   2.512E+06  3.753E-08 .            .       *    .    +       .            .
  705.   3.162E+06  4.265E-08 .            .        *   .    +       .            .
  706.   3.981E+06  4.734E-08 .            .        *   .    +       .            .
  707.   5.012E+06  5.131E-08 .            .         *  .   +        .            .
  708.   6.310E+06  5.445E-08 .            .         *  .   +        .            .
  709.   7.943E+06  5.680E-08 .            .         *  .  +         .            .
  710.   1.000E+07  5.852E-08 .            .         *  .  +         .            .
  711.   1.259E+07  5.980E-08 .            .          * . +          .            .
  712.   1.585E+07  6.084E-08 .            .          * .+           .            .
  713.   1.995E+07  6.182E-08 .            .          * .+           .            .
  714.   2.512E+07  6.296E-08 .            .          * +            .            .
  715.   3.162E+07  6.454E-08 .            .          *+.            .            .
  716.   3.981E+07  6.702E-08 .            .          X .            .            .
  717.   5.012E+07  7.117E-08 .            .         + *.            .            .
  718.   6.310E+07  7.863E-08 .            .        +  *.            .            .
  719.   7.943E+07  9.292E-08 .            .       +    *            .            .
  720.   1.000E+08  1.212E-07 .            .      +     . *          .            .
  721.   1.259E+08  1.534E-07 .            .    +       .  *         .            .
  722.   1.585E+08  1.167E-07 .            .   +        .*           .            .
  723.   1.995E+08  7.610E-08 .            .  +        *.            .            .
  724.   2.512E+08  5.671E-08 .            .  +      *  .            .            .
  725.   3.162E+08  4.735E-08 .            . +      *   .            .            .
  726.   3.981E+08  4.247E-08 .            .+       *   .            .            .
  727.   5.012E+08  3.976E-08 .            +       *    .            .            .
  728.   6.310E+08  3.819E-08 .            +       *    .            .            .
  729.   7.943E+08  3.725E-08 .           +.       *    .            .            .
  730.   1.000E+09  3.666E-08 .          + .       *    .            .            .
  731.   1.259E+09  3.629E-08 .          + .       *    .            .            .
  732.   1.585E+09  3.606E-08 .         +  .       *    .            .            .
  733.   1.995E+09  3.591E-08 .        +   .       *    .            .            .
  734.   2.512E+09  3.582E-08 .        +   .       *    .            .            .
  735.   3.162E+09  3.576E-08 .       +    .       *    .            .            .
  736.   3.981E+09  3.572E-08 .       +    .       *    .            .            .
  737.   5.012E+09  3.569E-08 .      +     .       *    .            .            .
  738.   6.310E+09  3.568E-08 .     +      .       *    .            .            .
  739.   7.943E+09  3.567E-08 .     +      .       *    .            .            .
  740.   1.000E+10  3.566E-08 .    +       .       *    .            .            .
  741.                        - - - - - - - - - - - - - - - - - - - - - - - - - - -
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  ****     INITIAL TRANSIENT SOLUTION       TEMPERATURE =   35.000 DEG C
  748.  
  749.                       MONTE CARLO NOMINAL  
  750.  
  751.  
  752.  NODE   VOLTAGE     NODE   VOLTAGE     NODE   VOLTAGE     NODE   VOLTAGE
  753.  
  754.  
  755. (    2)    -.0081  (    3)    -.0081  (    4)    2.1942  (    5)    2.1942      
  756.  
  757. (    6)    -.7606  (    7)  -11.2320  (   10)    2.5000  (  100)    0.0000      
  758.  
  759. (  101)   12.0000  (  102)  -12.0000  ( DPWR)    5.0000  ($G_DGND)-5.000E-12    
  760.  
  761. ($G_DPWR)    5.0000                   (comp_out)    2.5000                      
  762.  
  763. (XDIGPWR.REF)    0.0000               (X$DIGIFPWR.REF)-5.000E-12            
  764.  
  765.  
  766.  
  767.  DGTL NODE : STATE  DGTL NODE : STATE  DGTL NODE : STATE  DGTL NODE : STATE
  768.  
  769.  
  770. (      QA) : 0     (      QB) : 0     (      QC) : 0     (      QD) : 0         
  771.  
  772. (     110) : 1     (   $D_HI) : 1     (   $D_NC) : Z     (X1.CLRBAR) : 0        
  773.  
  774. (X1.QA_BUF) : 0    (X1.QB_BUF) : 0    (X1.QC_BUF) : 0    (X1.QD_BUF) : 0        
  775.  
  776. (comp_out$AtoD) : 1                   
  777.  
  778.  
  779.  
  780.  
  781.     VOLTAGE SOURCE CURRENTS
  782.     NAME         CURRENT
  783.  
  784.     VIN         -8.108E-06
  785.     VCC         -2.516E-03
  786.     VEE          2.532E-03
  787.     XDIGPWR.VDPWR  -5.000E-06
  788.     XDIGPWR.VDGND   0.000E+00
  789.     X$DIGIFPWR.VDPWR  -5.000E-06
  790.     X$DIGIFPWR.VDGND  -5.000E-06
  791.  
  792.     TOTAL POWER DISSIPATION   6.06E-02  WATTS
  793.  
  794.  
  795.  
  796.  
  797.  ****     TRANSIENT ANALYSIS               TEMPERATURE =   35.000 DEG C
  798.  
  799.                       MONTE CARLO NOMINAL  
  800.  
  801.  
  802.  LEGEND:
  803.  
  804. *: V(4,5)
  805. +: V(comp_out)
  806. =: D(QA)
  807. $: D(QB)
  808.  
  809.   TIME        V(4,5)      
  810. (*)----------   -1.0000E+01  -3.3333E+00   3.3333E+00   1.0000E+01
  811. (+)----------   -2.0000E+00   6.6667E-01   3.3333E+00   6.0000E+00
  812.                        _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  813.   0.000E+00  3.602E-13 .            .      *  +  .            . =    $     .
  814.   2.000E-08 -4.059E-02 .         +  .      *     .            . =    $     .
  815.   4.000E-08 -1.901E-01 .         +  .      *     .            . =    $     .
  816.   6.000E-08 -4.466E-01 .         +  .     *      .            . =    $     .
  817.   8.000E-08 -7.988E-01 .         +  .    *       .            . =    $     .
  818.   1.000E-07 -1.235E+00 .         +  .    *       .            . =    $     .
  819.   1.200E-07 -1.768E+00 .         +  .  *         .            . =    $     .
  820.   1.400E-07 -2.311E+00 .         +  . *          .            . =    $     .
  821.   1.600E-07 -2.894E+00 .         +  .*           .            . =    $     .
  822.   1.800E-07 -3.505E+00 .         +  *            .            . =    $     .
  823.   2.000E-07 -4.116E+00 .         + *.            .            . =    $     .
  824.   2.200E-07 -4.724E+00 .         +* .            .            . =    $     .
  825.   2.400E-07 -5.299E+00 .        *+  .            .            . =    $     .
  826.   2.600E-07 -5.797E+00 .       * +  .            .            . =    $     .
  827.   2.800E-07 -6.076E+00 .       * +  .            .            . =    $     .
  828.   3.000E-07 -6.230E+00 .       * +  .            .            . =    $     .
  829.   3.200E-07 -6.304E+00 .      *  +  .            .            . =    $     .
  830.   3.400E-07 -6.337E+00 .      *  +  .            .            . =    $     .
  831.   3.600E-07 -6.356E+00 .      *  +  .            .            . =    $     .
  832.   3.800E-07 -6.322E+00 .      *  +  .            .            . =    $     .
  833.   4.000E-07 -6.273E+00 .      *  +  .            .            . =    $     .
  834.   4.200E-07 -6.225E+00 .       * +  .            .            . =    $     .
  835.   4.400E-07 -6.062E+00 .       * +  .            .            . =    $     .
  836.   4.600E-07 -5.886E+00 .       * +  .            .            . =    $     .
  837.   4.800E-07 -5.710E+00 .        *+  .            .            . =    $     .
  838.   5.000E-07 -5.534E+00 .        *+  .            .            . =    $     .
  839.   5.200E-07 -5.358E+00 .        *+  .            .            . =    $     .
  840.   5.400E-07 -4.937E+00 .         X  .            .            . =    $     .
  841.   5.600E-07 -4.489E+00 .         +* .            .            . =    $     .
  842.   5.800E-07 -4.041E+00 .         + *.            .            . =    $     .
  843.   6.000E-07 -3.593E+00 .         +  *            .            . =    $     .
  844.   6.200E-07 -2.875E+00 .         +  .*           .            . =    $     .
  845.   6.400E-07 -2.138E+00 .         +  .  *         .            . =    $     .
  846.   6.600E-07 -1.402E+00 .         +  .   *        .            . =    $     .
  847.   6.800E-07 -6.463E-01 .         +  .     *      .            . =    $     .
  848.   7.000E-07  2.143E-01 .            .      *     . +          . =    $     .
  849.   7.200E-07  1.074E+00 .            .        *   .        +   . =    $     .
  850.   7.400E-07  1.910E+00 .            .          * .        +   . =    $     .
  851.   7.600E-07  2.699E+00 .            .           *.        +   . =    $     .
  852.   7.800E-07  3.435E+00 .            .            .*       +   . =    $     .
  853.   8.000E-07  4.111E+00 .            .            . *      +   . =    $     .
  854.   8.200E-07  4.622E+00 .            .            .  *     +   . =    $     .
  855.   8.400E-07  5.132E+00 .            .            .   *    +   . =    $     .
  856.   8.600E-07  5.643E+00 .            .            .    *   +   . =    $     .
  857.   8.800E-07  5.832E+00 .            .            .     *  +   . =    $     .
  858.   9.000E-07  5.959E+00 .            .            .     *  +   . =    $     .
  859.   9.200E-07  6.086E+00 .            .            .     *  +   . =    $     .
  860.   9.400E-07  6.039E+00 .            .            .     *  +   . =    $     .
  861.   9.600E-07  5.938E+00 .            .            .     *  +   . =    $     .
  862.   9.800E-07  5.818E+00 .            .            .     *  +   . =    $     .
  863.   1.000E-06  5.583E+00 .            .            .    *   +   . =    $     .
  864.   1.020E-06  5.348E+00 .            .            .    *   +   . =    $     .
  865.   1.040E-06  5.060E+00 .            .            .   *    +   . =    $     .
  866.   1.060E-06  4.599E+00 .            .            .  *     +   . =    $     .
  867.   1.080E-06  4.139E+00 .            .            . *      +   . =    $     .
  868.   1.100E-06  3.622E+00 .            .            .*       +   . =    $     .
  869.   1.120E-06  2.918E+00 .            .            *        +   . =    $     .
  870.   1.140E-06  2.213E+00 .            .          * .        +   . =    $     .
  871.   1.160E-06  1.502E+00 .            .         *  .        +   . =    $     .
  872.   1.180E-06  6.654E-01 .            .       *    .        +   . =    $     .
  873.   1.200E-06 -1.866E-01 .            .     +*     .            . =    $     .
  874.   1.220E-06 -1.040E+00 .         +  .    *       .            .   =  $     .
  875.   1.240E-06 -1.876E+00 .         +  .  *         .            .   =  $     .
  876.   1.260E-06 -2.675E+00 .         +  . *          .            .   =  $     .
  877.   1.280E-06 -3.414E+00 .         +  *            .            .   =  $     .
  878.   1.300E-06 -4.078E+00 .         + *.            .            .   =  $     .
  879.   1.320E-06 -4.647E+00 .         +* .            .            .   =  $     .
  880.   1.340E-06 -5.212E+00 .         X  .            .            .   =  $     .
  881.   1.360E-06 -5.622E+00 .        *+  .            .            .   =  $     .
  882.   1.380E-06 -5.856E+00 .       * +  .            .            .   =  $     .
  883.   1.400E-06 -5.968E+00 .       * +  .            .            .   =  $     .
  884.   1.420E-06 -6.011E+00 .       * +  .            .            .   =  $     .
  885.   1.440E-06 -5.963E+00 .       * +  .            .            .   =  $     .
  886.   1.460E-06 -5.898E+00 .       * +  .            .            .   =  $     .
  887.   1.480E-06 -5.775E+00 .       * +  .            .            .   =  $     .
  888.   1.500E-06 -5.602E+00 .        *+  .            .            .   =  $     .
  889.   1.520E-06 -5.392E+00 .        *+  .            .            .   =  $     .
  890.   1.540E-06 -5.017E+00 .         X  .            .            .   =  $     .
  891.   1.560E-06 -4.641E+00 .         +* .            .            .   =  $     .
  892.   1.580E-06 -4.229E+00 .         + *.            .            .   =  $     .
  893.   1.600E-06 -3.592E+00 .         +  *            .            .   =  $     .
  894.   1.620E-06 -2.954E+00 .         +  .*           .            .   =  $     .
  895.   1.640E-06 -2.289E+00 .         +  . *          .            .   =  $     .
  896.   1.660E-06 -1.480E+00 .         +  .   *        .            .   =  $     .
  897.   1.680E-06 -6.501E-01 .         +  .     *      .            .   =  $     .
  898.   1.700E-06  2.086E-01 .            .      *     .+           .   =  $     .
  899.   1.720E-06  1.068E+00 .            .        *   .        +   .   =  $     .
  900.   1.740E-06  1.905E+00 .            .          * .        +   .   =  $     .
  901.   1.760E-06  2.699E+00 .            .           *.        +   .   =  $     .
  902.   1.780E-06  3.425E+00 .            .            .*       +   .   =  $     .
  903.   1.800E-06  4.136E+00 .            .            . *      +   .   =  $     .
  904.   1.820E-06  4.634E+00 .            .            .  *     +   .   =  $     .
  905.   1.840E-06  5.131E+00 .            .            .   *    +   .   =  $     .
  906.   1.860E-06  5.629E+00 .            .            .    *   +   .   =  $     .
  907.   1.880E-06  5.846E+00 .            .            .     *  +   .   =  $     .
  908.   1.900E-06  5.968E+00 .            .            .     *  +   .   =  $     .
  909.   1.920E-06  6.090E+00 .            .            .     *  +   .   =  $     .
  910.   1.940E-06  6.040E+00 .            .            .     *  +   .   =  $     .
  911.   1.960E-06  5.939E+00 .            .            .     *  +   .   =  $     .
  912.   1.980E-06  5.815E+00 .            .            .     *  +   .   =  $     .
  913.   2.000E-06  5.583E+00 .            .            .    *   +   .   =  $     .
  914.   2.020E-06  5.352E+00 .            .            .    *   +   .   =  $     .
  915.   2.040E-06  5.053E+00 .            .            .   *    +   .   =  $     .
  916.   2.060E-06  4.599E+00 .            .            .  *     +   .   =  $     .
  917.   2.080E-06  4.145E+00 .            .            . *      +   .   =  $     .
  918.   2.100E-06  3.614E+00 .            .            .*       +   .   =  $     .
  919.   2.120E-06  2.916E+00 .            .            *        +   .   =  $     .
  920.   2.140E-06  2.218E+00 .            .          * .        +   .   =  $     .
  921.   2.160E-06  1.496E+00 .            .         *  .        +   .   =  $     .
  922.   2.180E-06  6.589E-01 .            .       *    .        +   .   =  $     .
  923.   2.200E-06 -1.884E-01 .            .    + *     .            .   =  $     .
  924.   2.220E-06 -1.042E+00 .         +  .    *       .            . =      $   .
  925.   2.240E-06 -1.878E+00 .         +  .  *         .            . =      $   .
  926.   2.260E-06 -2.676E+00 .         +  . *          .            . =      $   .
  927.   2.280E-06 -3.415E+00 .         +  *            .            . =      $   .
  928.   2.300E-06 -4.080E+00 .         + *.            .            . =      $   .
  929.   2.320E-06 -4.646E+00 .         +* .            .            . =      $   .
  930.   2.340E-06 -5.212E+00 .         X  .            .            . =      $   .
  931.   2.360E-06 -5.622E+00 .        *+  .            .            . =      $   .
  932.   2.380E-06 -5.856E+00 .       * +  .            .            . =      $   .
  933.   2.400E-06 -5.971E+00 .       * +  .            .            . =      $   .
  934.   2.420E-06 -6.010E+00 .       * +  .            .            . =      $   .
  935.   2.440E-06 -5.964E+00 .       * +  .            .            . =      $   .
  936.   2.460E-06 -5.900E+00 .       * +  .            .            . =      $   .
  937.   2.480E-06 -5.773E+00 .       * +  .            .            . =      $   .
  938.   2.500E-06 -5.604E+00 .        *+  .            .            . =      $   .
  939.   2.520E-06 -5.385E+00 .        *+  .            .            . =      $   .
  940.   2.540E-06 -5.016E+00 .         X  .            .            . =      $   .
  941.   2.560E-06 -4.647E+00 .         +* .            .            . =      $   .
  942.   2.580E-06 -4.219E+00 .         + *.            .            . =      $   .
  943.   2.600E-06 -3.588E+00 .         +  *            .            . =      $   .
  944.   2.620E-06 -2.956E+00 .         +  .*           .            . =      $   .
  945.   2.640E-06 -2.287E+00 .         +  . *          .            . =      $   .
  946.   2.660E-06 -1.480E+00 .         +  .   *        .            . =      $   .
  947.   2.680E-06 -6.493E-01 .         +  .     *      .            . =      $   .
  948.   2.700E-06  2.092E-01 .            .      *     .+           . =      $   .
  949.   2.720E-06  1.069E+00 .            .        *   .        +   . =      $   .
  950.   2.740E-06  1.906E+00 .            .          * .        +   . =      $   .
  951.   2.760E-06  2.708E+00 .            .           *.        +   . =      $   .
  952.   2.780E-06  3.419E+00 .            .            .*       +   . =      $   .
  953.   2.800E-06  4.129E+00 .            .            . *      +   . =      $   .
  954.   2.820E-06  4.749E+00 .            .            .  *     +   . =      $   .
  955.   2.840E-06  5.255E+00 .            .            .    *   +   . =      $   .
  956.   2.860E-06  5.603E+00 .            .            .    *   +   . =      $   .
  957.   2.880E-06  5.873E+00 .            .            .     *  +   . =      $   .
  958.   2.900E-06  6.047E+00 .            .            .     *  +   . =      $   .
  959.   2.920E-06  6.050E+00 .            .            .     *  +   . =      $   .
  960.   2.940E-06  6.052E+00 .            .            .     *  +   . =      $   .
  961.   2.960E-06  5.929E+00 .            .            .     *  +   . =      $   .
  962.   2.980E-06  5.778E+00 .            .            .     *  +   . =      $   .
  963.   3.000E-06  5.628E+00 .            .            .    *   +   . =      $   .
  964.   3.020E-06  5.323E+00 .            .            .    *   +   . =      $   .
  965.   3.040E-06  4.998E+00 .            .            .   *    +   . =      $   .
  966.   3.060E-06  4.673E+00 .            .            .  *     +   . =      $   .
  967.   3.080E-06  4.097E+00 .            .            . *      +   . =      $   .
  968.   3.100E-06  3.474E+00 .            .            .*       +   . =      $   .
  969.   3.120E-06  2.852E+00 .            .            *        +   . =      $   .
  970.   3.140E-06  2.229E+00 .            .          * .        +   . =      $   .
  971.   3.160E-06  1.531E+00 .            .         *  .        +   . =      $   .
  972.   3.180E-06  6.954E-01 .            .       *    .        +   . =      $   .
  973.   3.200E-06 -1.532E-01 .            .      X     .            . =      $   .
  974.   3.220E-06 -1.008E+00 .         +  .    *       .            .   =    $   .
  975.   3.240E-06 -1.845E+00 .         +  .  *         .            .   =    $   .
  976.   3.260E-06 -2.647E+00 .         +  . *          .            .   =    $   .
  977.   3.280E-06 -3.387E+00 .         +  *            .            .   =    $   .
  978.   3.300E-06 -4.056E+00 .         + *.            .            .   =    $   .
  979.   3.320E-06 -4.623E+00 .         +* .            .            .   =    $   .
  980.   3.340E-06 -5.190E+00 .         X  .            .            .   =    $   .
  981.   3.360E-06 -5.602E+00 .        *+  .            .            .   =    $   .
  982.   3.380E-06 -5.841E+00 .       * +  .            .            .   =    $   .
  983.   3.400E-06 -5.964E+00 .       * +  .            .            .   =    $   .
  984.   3.420E-06 -6.003E+00 .       * +  .            .            .   =    $   .
  985.   3.440E-06 -5.962E+00 .       * +  .            .            .   =    $   .
  986.   3.460E-06 -5.894E+00 .       * +  .            .            .   =    $   .
  987.   3.480E-06 -5.776E+00 .       * +  .            .            .   =    $   .
  988.   3.500E-06 -5.598E+00 .        *+  .            .            .   =    $   .
  989.   3.520E-06 -5.401E+00 .        *+  .            .            .   =    $   .
  990.   3.540E-06 -5.014E+00 .         X  .            .            .   =    $   .
  991.   3.560E-06 -4.628E+00 .         +* .            .            .   =    $   .
  992.   3.580E-06 -4.241E+00 .         + *.            .            .   =    $   .
  993.   3.600E-06 -3.598E+00 .         +  *            .            .   =    $   .
  994.   3.620E-06 -2.949E+00 .         +  .*           .            .   =    $   .
  995.   3.640E-06 -2.292E+00 .         +  . *          .            .   =    $   .
  996.   3.660E-06 -1.482E+00 .         +  .   *        .            .   =    $   .
  997.   3.680E-06 -6.511E-01 .         +  .     *      .            .   =    $   .
  998.   3.700E-06  2.080E-01 .            .      *     .+           .   =    $   .
  999.   3.720E-06  1.068E+00 .            .        *   .        +   .   =    $   .
  1000.   3.740E-06  1.905E+00 .            .          * .        +   .   =    $   .
  1001.   3.760E-06  2.702E+00 .            .           *.        +   .   =    $   .
  1002.   3.780E-06  3.421E+00 .            .            .*       +   .   =    $   .
  1003.   3.800E-06  4.141E+00 .            .            . *      +   .   =    $   .
  1004.   3.820E-06  4.744E+00 .            .            .  *     +   .   =    $   .
  1005.   3.840E-06  5.239E+00 .            .            .   *    +   .   =    $   .
  1006.   3.860E-06  5.665E+00 .            .            .    *   +   .   =    $   .
  1007.   3.880E-06  5.888E+00 .            .            .     *  +   .   =    $   .
  1008.   3.900E-06  6.043E+00 .            .            .     *  +   .   =    $   .
  1009.   3.920E-06  6.075E+00 .            .            .     *  +   .   =    $   .
  1010.   3.940E-06  6.024E+00 .            .            .     *  +   .   =    $   .
  1011.   3.960E-06  5.953E+00 .            .            .     *  +   .   =    $   .
  1012.   3.980E-06  5.787E+00 .            .            .     *  +   .   =    $   .
  1013.   4.000E-06  5.622E+00 .            .            .    *   +   .   =    $   .
  1014.   4.020E-06  5.357E+00 .            .            .    *   +   .   =    $   .
  1015.   4.040E-06  5.006E+00 .            .            .   *    +   .   =    $   .
  1016.   4.060E-06  4.656E+00 .            .            .  *     +   .   =    $   .
  1017.   4.080E-06  4.162E+00 .            .            . *      +   .   =    $   .
  1018.   4.100E-06  3.549E+00 .            .            .*       +   .   =    $   .
  1019.   4.120E-06  2.935E+00 .            .            *        +   .   =    $   .
  1020.   4.140E-06  2.285E+00 .            .           *.        +   .   =    $   .
  1021.   4.160E-06  1.484E+00 .            .         *  .        +   .   =    $   .
  1022.   4.180E-06  6.602E-01 .            .       *    .        +   .   =    $   .
  1023.   4.200E-06 -1.918E-01 .            .    + *     .            .   =    $   .
  1024.   4.220E-06 -1.045E+00 .         +  .    *       .            . =    $     .
  1025.   4.240E-06 -1.881E+00 .         +  .  *         .            . =    $     .
  1026.   4.260E-06 -2.681E+00 .         +  . *          .            . =    $     .
  1027.   4.280E-06 -3.420E+00 .         +  *            .            . =    $     .
  1028.   4.300E-06 -4.099E+00 .         + *.            .            . =    $     .
  1029.   4.320E-06 -4.706E+00 .         +* .            .            . =    $     .
  1030.   4.340E-06 -5.205E+00 .         X  .            .            . =    $     .
  1031.   4.360E-06 -5.567E+00 .        *+  .            .            . =    $     .
  1032.   4.380E-06 -5.851E+00 .       * +  .            .            . =    $     .
  1033.   4.400E-06 -5.930E+00 .       * +  .            .            . =    $     .
  1034.   4.420E-06 -6.008E+00 .       * +  .            .            . =    $     .
  1035.   4.440E-06 -5.976E+00 .       * +  .            .            . =    $     .
  1036.   4.460E-06 -5.887E+00 .       * +  .            .            . =    $     .
  1037.   4.480E-06 -5.795E+00 .       * +  .            .            . =    $     .
  1038.   4.500E-06 -5.583E+00 .        *+  .            .            . =    $     .
  1039.   4.520E-06 -5.370E+00 .        *+  .            .            . =    $     .
  1040.   4.540E-06 -5.059E+00 .         X  .            .            . =    $     .
  1041.   4.560E-06 -4.620E+00 .         +* .            .            . =    $     .
  1042.   4.580E-06 -4.181E+00 .         + *.            .            . =    $     .
  1043.   4.600E-06 -3.624E+00 .         +  *            .            . =    $     .
  1044.   4.620E-06 -2.945E+00 .         +  .*           .            . =    $     .
  1045.   4.640E-06 -2.267E+00 .         +  . *          .            . =    $     .
  1046.   4.660E-06 -1.476E+00 .         +  .   *        .            . =    $     .
  1047.   4.680E-06 -6.427E-01 .         +  .     *      .            . =    $     .
  1048.   4.700E-06  2.155E-01 .            .      *     . +          . =    $     .
  1049.   4.720E-06  1.075E+00 .            .        *   .        +   . =    $     .
  1050.   4.740E-06  1.911E+00 .            .          * .        +   . =    $     .
  1051.   4.760E-06  2.708E+00 .            .           *.        +   . =    $     .
  1052.   4.780E-06  3.428E+00 .            .            .*       +   . =    $     .
  1053.   4.800E-06  4.148E+00 .            .            . *      +   . =    $     .
  1054.   4.820E-06  4.749E+00 .            .            .  *     +   . =    $     .
  1055.   4.840E-06  5.244E+00 .            .            .   *    +   . =    $     .
  1056.   4.860E-06  5.660E+00 .            .            .    *   +   . =    $     .
  1057.   4.880E-06  5.900E+00 .            .            .     *  +   . =    $     .
  1058.   4.900E-06  6.038E+00 .            .            .     *  +   . =    $     .
  1059.   4.920E-06  6.085E+00 .            .            .     *  +   . =    $     .
  1060.   4.940E-06  6.024E+00 .            .            .     *  +   . =    $     .
  1061.   4.960E-06  5.961E+00 .            .            .     *  +   . =    $     .
  1062.   4.980E-06  5.809E+00 .            .            .     *  +   . =    $     .
  1063.   5.000E-06  5.657E+00 .            .            .    *   +   . =    $     .
  1064.                        - - - - - - - - - - - - - - - - - - - - - - - - - - -
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  ****     FOURIER ANALYSIS                 TEMPERATURE =   35.000 DEG C
  1071.  
  1072.                       MONTE CARLO NOMINAL  
  1073.  
  1074.  
  1075. FOURIER COMPONENTS OF TRANSIENT RESPONSE V(5)
  1076.  
  1077.  
  1078.  
  1079.  DC COMPONENT =   2.216649E+00
  1080.  
  1081.  HARMONIC   FREQUENCY    FOURIER    NORMALIZED    PHASE        NORMALIZED
  1082.     NO         (HZ)     COMPONENT    COMPONENT    (DEG)       PHASE (DEG)
  1083.  
  1084.      1     1.000E+06    3.125E+00    1.000E+00   -6.949E+01    0.000E+00
  1085.      2     2.000E+06    9.340E-02    2.989E-02    1.634E+02    2.329E+02
  1086.      3     3.000E+06    1.247E-01    3.992E-02    1.155E+02    1.850E+02
  1087.      4     4.000E+06    1.420E-02    4.544E-03    1.639E+02    2.334E+02
  1088.      5     5.000E+06    1.630E-02    5.214E-03    1.554E+02    2.249E+02
  1089.      6     6.000E+06    7.899E-03    2.528E-03   -1.336E+02   -6.412E+01
  1090.      7     7.000E+06    9.457E-03    3.026E-03   -1.169E+02   -4.739E+01
  1091.      8     8.000E+06    2.632E-03    8.422E-04   -7.962E+01   -1.013E+01
  1092.      9     9.000E+06    1.658E-03    5.306E-04    5.334E+01    1.228E+02
  1093.  
  1094.  
  1095.      TOTAL HARMONIC DISTORTION =   5.050455E+00 PERCENT
  1096.  
  1097.  
  1098.  
  1099.  ****     SORTED DEVIATIONS OF V(4,5)      TEMPERATURE =   35.000 DEG C
  1100.  
  1101.                       MONTE CARLO SUMMARY
  1102.  
  1103.  
  1104.  
  1105.  
  1106. Mean Deviation =    -.5773
  1107. Sigma          =     .1181
  1108.  
  1109.  RUN                    MAX DEVIATION FROM NOMINAL
  1110.  
  1111. Pass    3                .695   (5.88 sigma)  lower   at VIN =    -.02  
  1112.                         (  88.408% of Nominal)
  1113.  
  1114. Pass    2                .6839  (5.79 sigma)  lower   at VIN =     .055 
  1115.                         (  88.593% of Nominal)
  1116.  
  1117. Pass    4                .5174  (4.38 sigma)  lower   at VIN =     .015 
  1118.                         (  91.37 % of Nominal)
  1119.  
  1120. Pass    5                .4129  (3.50 sigma)  lower   at VIN =    -.045 
  1121.                         (  93.113% of Nominal)
  1122.  
  1123.  
  1124.  
  1125.           JOB CONCLUDED
  1126.  
  1127.  
  1128.  
  1129.  ****     JOB STATISTICS SUMMARY
  1130.  
  1131.  
  1132.  
  1133.  
  1134.   NUNODS  NCNODS  NUMNOD   NUMEL  DIODES    BJTS   JFETS   MFETS GASFETS
  1135.  
  1136.       12      17      21      35       0       4       0       0       0
  1137.  
  1138. NDIGITAL   NSTOP   NTTAR   NTTBR   NTTOV   IFILL    IOPS  PERSPA
  1139.  
  1140.        7      29      84      89      78       5     143  89.417
  1141.  
  1142.   NUMTTP  NUMRTP  NUMNIT   DIGTP  DIGEVT  DIGEVL      MEMUSE
  1143.  
  1144.      672     159    2733      91     184     147       37450
  1145.  
  1146.                                  SECONDS      ITERATIONS
  1147.  
  1148.  
  1149.           MATRIX SOLUTION           4.86               6
  1150.  
  1151.           MATRIX LOAD               9.31
  1152.  
  1153.           DIGITAL SIMULATION         .55
  1154.  
  1155.  
  1156.           READIN                    2.36
  1157.  
  1158.           SETUP                      .05
  1159.  
  1160.           DC SWEEP                  2.36             177
  1161.  
  1162.           BIAS POINT                1.04              20
  1163.  
  1164.           AC and NOISE              1.97              51
  1165.  
  1166.           TRANSIENT ANALYSIS       22.63            2733
  1167.  
  1168.           OUTPUT                    3.50
  1169.  
  1170.           MONTE CARLO               6.97
  1171.  
  1172.           TOTAL JOB TIME           41.36
  1173.  
  1174.