| *************************************************** | Philips Semiconductors Inc. | Logic Products Group | | IBIS model of 74LVC163 | PRESETTABLE SYNCHRONOUS 4-BIT BINARY COUNTER; SYNCHRONOUS RESET |[Packages]: |[Package1]: SO 16-pin (D) Package ; |[Package2]: SSOP 16-Pin Packages ; |[Package3]: TSSOP 16-pin (PW) Package ; | *************************************************** | [IBIS Ver] 3.2 [File Name] lvc163.ibs [File Rev] 1.0 [Date] 14-Mar-2002 [Source] File created from simulations by LPG Philips Semiconductors Nijmegen | [Notes] V1.0 Ibis model. | | Revision History | Version Date Author/ Description | Editor | 1.0 March 2002 RM Initial Version for Ibis version 3.2 | [Disclaimer] (C) Copyright 2002 Philips Semiconductors All rights reserved Philips Semiconductors warrants and represents that the IBIS model identified herein is owned by Philips Semiconductors (PHILIPS). The model provided is not warranted as fully representing all of the operating characteristics and specifications of the semiconductor products to which the model relates. Moreover, unless there is a signed, written agreement to the contrary, this IBIS model is furnished on an "as is" basis without support or warranty of any kind, either expressed or implied, regarding the use thereof, and PHILIPS specifically disclaims all implied warranties of merchantability and fitness of the model for any purpose. PHILIPS does not assume any liability arising out of the application or use of this IBIS model including infringement of patents and copyrights, nor does PHILIPS convey any license under its patents and copyrights or the rights of others. PHILIPS provides IBIS models as a service to our customers. You and your company shall not distribute, convey, sell, or give these models to anyone else without receiving prior written permission from PHILIPS. PHILIPS reserves the right to make changes without notice to these IBIS models to improve reliability, function, or design. Please be aware that your receipt and subsequent use of the IBIS information provided shall serve as acceptance of the terms and conditions of this agreement. If you do not accept these terms, you should return or destroy the IBIS models and any other accompanying information immediately. |============================================================================= |============================================================================= | | S T A T E M E N T O F I N T E N T | |================== Taken from IBIS specification by EIG ===================== |============================================================================= | | In order to enable an industry standard method to electronically transport | IBIS Modeling Data between semiconductor vendors, simulation vendors, and | end customers, this template is proposed. The intention of this template is | to specify a consistent format that can be parsed by software, allowing | simulation vendors to derive models compatible with their own products. | | One goal of this template is to represent the current state of IBIS data, | while allowing a growth path to more complex models / methods (when deemed | appropriate). This would be accomplished by a revision of the base | template, and possibly the addition of new keywords or categories. | | Another goal of this template is to ensure that it is simple enough for | semiconductor vendors and customers to use and modify, while ensuring that | it is rigid enough for simulation vendors to write reliable parsers. | | Finally, this template is meant to contain a complete description of the I/O | elements on an entire component. Consequently, several models will need to | be defined in each file, as well as a table that equates the appropriate | buffer to the correct pin and signal name. | | Version 3.2 of this electronic template was finalized by an industry-wide | group of experts representing various companies and interests. Regular | "EIA IBIS Open Forum" meetings were held to accomplish this task. | | Commitment to Backward Compatibility. Version 1.0 is the first valid IBIS | ASCII file format. It represents the minimum amount of I/O buffer | information required to create an accurate IBIS model of common CMOS and | bipolar I/O structures. Future revisions of the ASCII file will add items | considered to be "enhancements" to Version 1.0 to allow accurate modeling | of new, or other I/O buffer structures. Consequently, all future revisions | will be considered supersets of Version 1.0, allowing backward | compatibility. In addition, as modeling platforms develop support for | revisions of the IBIS ASCII template, all previous revisions of the template | must also be supported. | | Version 1.1 update. The file "ver1_1.ibs" is conceptually the same as the | 1.0 version of the IBIS ASCII format (ver1_0.ibs). However, various | comments have been added for further clarification. | | Version 2.0 update. The file "ver2_0.ibs" maintains backward compatibility | with Versions 1.0 and 1.1. All new keywords and elements added in Version | 2.0 are optional. A complete list of changes to the specification is in the | IBIS Version 2.0 Release Notes document ("ver2_0.rn"). | | Version 2.1 update. The file "ver2_1.ibs" contains clarification text | changes, corrections, and two additional waveform parameters beyond | Version 2.0. | | Version 3.0 update. The file "ver3_0.ibs" adds a number of new keywords | and functionality. A complete list of functions can be found on eda.org | under /pub/ibis/birds/birddir.txt showing the approved Buffer Issue | Resolution Documents (BIRDs) that have been approved for Version 3.0. | | Version 3.1 update. The file "ver3_1.ibs" contains a major reformatting of | the document and a simplification of the wording. It also contains some | new technical enhancements that were unresolved when Version 3.0 was | approved. | | Version 3.2 update. The file "ver3_2.ibs" adds more technical advances and | also a number of editorial changes documented in 12 BIRDs and also in | responses to public letter ballot comments. | |============================================================================= |============================================================================= | | G E N E R A L S Y N T A X R U L E S A N D G U I D E L I N E S | |================== Taken from IBIS specification by EIG ===================== |============================================================================= | | This section contains general syntax rules and guidelines for ASCII IBIS | files: | | 1) The content of the files is case sensitive, except for reserved | words and keywords. | | 2) The following words are reserved words and must not be used for | any other purposes in the document: | POWER - reserved model name, used with power supply pins, | GND - reserved model name, used with ground pins, | NC - reserved model name, used with no-connect pins, | NA - used where data not available. | | 3) To facilitate portability between operating systems, file names used in | the IBIS file must only have lower case characters. File names should | have a basename of no more than twenty characters followed by a period | ('.') , followed by a file name extension of no more than three | characters. The file name and extension must use characters from the | set (space, ' ', 0x20 is not included): | | a b c d e f g h i j k l m n o p q r s t u v w x y z | 0 1 2 3 4 5 6 7 8 9 _ ^ $ ~ ! # % & - { } ) ( @ ' ` | | The file name and extension are recommended to be lower case on | systems that support such names. | | 4) A line of the file may have at most 80 characters, followed by a line | termination sequence. The line termination sequence must be one of the | following two sequences: a linefeed character, or a carriage return | followed by linefeed character. | | 5) Anything following the comment character is ignored and considered a | comment on that line. The default "|" (pipe) character can be changed | by the keyword [Comment Char] to any other character. The [Comment Char] | keyword can be used throughout the file as desired. | | 6) Keywords must be enclosed in square brackets, [], and must start in | column 1 of the line. No space or tab is allowed immediately after the | opening bracket '[' or immediately before the closing bracket ']'. If | used, only one space (' ') or underscore ('_') character separates the | parts of a multi-word keyword. | | 7) Underscores and spaces are equivalent in keywords. Spaces are not | allowed in subparameter names. | | 8) Valid scaling factors are: | T = tera k = kilo n = nano | G = giga m = milli p = pico | M = mega u = micro f = femto | When no scaling factors are specified, the appropriate base units are | assumed. (These are volts, amperes, ohms, farads, henries, and | seconds.) The parser looks at only one alphabetic character after a | numerical entry, therefore it is enough to use only the prefixes to | scale the parameters. However, for clarity, it is allowed to use full | abbreviations for the units, (e.g., pF, nH, mA, mOhm). In addition, | scientific notation IS allowed (e.g., 1.2345e-12). | | 9) The I-V data tables should use enough data points around sharply curved | areas of the I-V curves to describe the curvature accurately. In linear | regions there is no need to define unnecessary data points. | | 10) The use of tab characters is legal, but they should be avoided as much | as possible. This is to eliminate possible complications that might | arise in situations when tab characters are automatically converted to | multiple spaces by text editing, file transferring and similar software. | In cases like that, lines might become longer than 80 characters, which | is illegal in IBIS files. | | 11) Currents are considered positive when their direction is into the | component. | | 12) All temperatures are represented in degrees Celsius. | | 13) Only ASCII characters, as defined in ANSI Standard X3.4-1986, may be | used in an IBIS file. The use of characters with codes greater than | hexadecimal 07E is not allowed. Also, ASCII control characters | (those numerically less than hexadecimal 20) are not allowed, except | for tabs or in a line termination sequence. As mentioned in item 10 | above, the use of tab characters is discouraged. | | |******************************************************** | Info for SO 16-pin (D) Package |******************************************************** | [Component] 74LVC163_1 [Manufacturer] Philips Semiconductors Inc. | [Package] | typ min max R_pkg 1.75E-01 1.28E-01 2.11E-01 L_pkg 5.03E-09 3.94E-09 6.26E-09 C_pkg 0.794E-12 0.715E-12 0.869E-12 | | [Pin] signal_name model_name R_pin L_pin C_pin 1 MR# lvc15_in 1.99E-01 6.26E-09 0.822E-12 2 CP lvc15_in 2.11E-01 5.46E-09 0.869E-12 3 D0 lvc15_in 1.56E-01 4.44E-09 0.760E-12 4 D1 lvc15_in 1.28E-01 3.94E-09 0.717E-12 5 D2 lvc15_in 1.28E-01 3.94E-09 0.715E-12 6 D3 lvc15_in 1.56E-01 4.44E-09 0.760E-12 7 CEP lvc15_in 2.11E-01 5.46E-09 0.869E-12 8 GND GND 1.99E-01 6.26E-09 0.843E-12 9 PE# lvc15_in 1.99E-01 6.26E-09 0.843E-12 10 CET lvc15_in 2.11E-01 5.46E-09 0.869E-12 11 Q3 lvc15_outn 1.56E-01 4.44E-09 0.760E-12 12 Q2 lvc15_outn 1.28E-01 3.94E-09 0.717E-12 13 Q1 lvc15_outn 1.28E-01 3.94E-09 0.715E-12 14 Q0 lvc15_outn 1.56E-01 4.44E-09 0.760E-12 15 TC lvc15_in 2.11E-01 5.46E-09 0.869E-12 16 VCC! POWER 1.99E-01 6.26E-09 0.843E-12 | | |******************************************************** | Info for SSOP 16-Pin Packages |******************************************************** | [Component] 74LVC163_2 [Manufacturer] Philips Semiconductors Inc. | [Package] | typ min max R_pkg 49.80E-03 39.40E-03 59.80E-03 L_pkg 2.52E-09 1.87E-09 3.16E-09 C_pkg 0.48E-12 0.40E-12 0.57E-12 | | [Pin] signal_name model_name R_pin L_pin C_pin 1 MR# lvc15_in 59.80E-03 3.16E-09 0.47E-12 2 CP lvc15_in 45.50E-03 2.41E-09 0.53E-12 3 D0 lvc15_in 46.40E-03 1.93E-09 0.43E-12 4 D1 lvc15_in 39.40E-03 1.87E-09 0.43E-12 5 D2 lvc15_in 39.40E-03 1.87E-09 0.41E-12 6 D3 lvc15_in 46.40E-03 1.93E-09 0.40E-12 7 CEP lvc15_in 45.50E-03 2.41E-09 0.48E-12 8 GND GND 59.80E-03 3.16E-09 0.57E-12 9 PE# lvc15_in 59.80E-03 3.16E-09 0.47E-12 10 CET lvc15_in 45.50E-03 2.41E-09 0.53E-12 11 Q3 lvc15_outn 46.40E-03 1.93E-09 0.43E-12 12 Q2 lvc15_outn 39.40E-03 1.87E-09 0.43E-12 13 Q1 lvc15_outn 39.40E-03 1.87E-09 0.41E-12 14 Q0 lvc15_outn 46.40E-03 1.93E-09 0.40E-12 15 TC lvc15_in 45.50E-03 2.41E-09 0.48E-12 16 VCC! POWER 59.80E-03 3.16E-09 0.57E-12 | | |******************************************************** | Info for TSSOP 16-pin (PW) Package |******************************************************** | [Component] 74LVC163_3 [Manufacturer] Philips Semiconductors Inc. | [Package] | typ min max R_pkg 3.95E-02 3.52E-02 4.56E-02 L_pkg 1.94E-09 1.65E-09 2.40E-09 C_pkg 0.446E-12 0.335E-12 0.771E-12 | | [Pin] signal_name model_name R_pin L_pin C_pin 1 MR# lvc15_in 3.52E-02 2.40E-09 0.436E-12 2 CP lvc15_in 3.70E-02 1.93E-09 0.438E-12 3 D0 lvc15_in 4.56E-02 1.76E-09 0.345E-12 4 D1 lvc15_in 4.00E-02 1.65E-09 0.335E-12 5 D2 lvc15_in 4.00E-02 1.65E-09 0.335E-12 6 D3 lvc15_in 4.56E-02 1.76E-09 0.345E-12 7 CEP lvc15_in 3.70E-02 1.93E-09 0.438E-12 8 GND GND 3.52E-02 2.40E-09 0.452E-12 9 PE# lvc15_in 3.52E-02 2.40E-09 0.452E-12 10 CET lvc15_in 3.70E-02 1.93E-09 0.438E-12 11 Q3 lvc15_outn 4.56E-02 1.76E-09 0.345E-12 12 Q2 lvc15_outn 4.00E-02 1.65E-09 0.771E-12 13 Q1 lvc15_outn 4.00E-02 1.65E-09 0.771E-12 14 Q0 lvc15_outn 4.56E-02 1.76E-09 0.345E-12 15 TC lvc15_in 3.70E-02 1.93E-09 0.438E-12 16 VCC! POWER 3.52E-02 2.40E-09 0.452E-12 | [Model Selector] lvc15_in | | Remark: If your software does not support the Model Selector | Please comment out the lines of the Model Selector, which | contain the name of the Model, except the one you want to use. | LVC15_IN_33 3.3V-Vcc input model LVC15_IN_25 2.5V-Vcc input model | [Model Selector] lvc15_outn | | Remark: If your software does not support the Model Selector | Please comment out the lines of the Model Selector, which | contain the name of the Model, except the one you want to use. | LVC15_OUTN_33 3.3V-Vcc non-inverting output model LVC15_OUTN_25 2.5V-Vcc non-inverting output model | |************************************************************************ | Model LVC15_IN_33 |************************************************************************ | [Model] LVC15_IN_33 Model_type Input Vinl = 0.8000V Vinh = 2.0000V C_comp 4.11pF 2.28pF 5.95pF | | [Model Spec] | | Note: The input and output voltage ratings may be exceeded if the input and | output current ratings are observed (please refer to the data sheet) | | Subparameter typ min max | | Thresholds | Vinh 2.0 NA NA Vinl 0.8 NA NA | | Overshoot | S_overshoot_high 6.5 6.5 6.5 | Static overshoot S_overshoot_low -0.5 -0.5 -0.5 D_overshoot_high 7.2 7.2 7.2 | Dynamic overshoot D_overshoot_low -0.95 -0.9 -1.0 | D_overshoot_time 3n 3n 3n | | | Timing Thresholds | | [Temperature Range] 25.0000 85.0000 -40.0000 | Remark: The curves below are the result of a simulation using the following | die temperatures: 40.0000 100.0000 -25.0000 | [Voltage Range] 3.3000V 3.0000V 3.6000V |Process Range nominal slow fast | [GND_clamp] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.598E+00 -4.648E+00 -4.562E+00 -5.350E+00 -4.448E+00 -4.498E+00 -4.412E+00 -5.200E+00 -4.298E+00 -4.349E+00 -4.262E+00 -5.050E+00 -4.148E+00 -4.199E+00 -4.112E+00 -4.900E+00 -3.998E+00 -4.049E+00 -3.962E+00 -4.750E+00 -3.849E+00 -3.900E+00 -3.812E+00 -4.600E+00 -3.699E+00 -3.750E+00 -3.663E+00 -4.450E+00 -3.550E+00 -3.601E+00 -3.513E+00 -4.300E+00 -3.400E+00 -3.452E+00 -3.364E+00 -4.150E+00 -3.251E+00 -3.302E+00 -3.216E+00 -4.000E+00 -3.102E+00 -3.153E+00 -3.069E+00 -3.850E+00 -2.953E+00 -3.004E+00 -2.927E+00 -3.700E+00 -2.804E+00 -2.855E+00 -2.754E+00 -3.550E+00 -2.658E+00 -2.706E+00 -2.599E+00 -3.400E+00 -2.498E+00 -2.558E+00 -2.445E+00 -3.250E+00 -2.347E+00 -2.410E+00 -2.292E+00 -3.100E+00 -2.196E+00 -2.257E+00 -2.140E+00 -2.950E+00 -2.046E+00 -2.107E+00 -1.988E+00 -2.800E+00 -1.896E+00 -1.958E+00 -1.836E+00 -2.650E+00 -1.746E+00 -1.809E+00 -1.685E+00 -2.500E+00 -1.597E+00 -1.660E+00 -1.535E+00 -2.350E+00 -1.447E+00 -1.512E+00 -1.384E+00 -2.200E+00 -1.299E+00 -1.364E+00 -1.234E+00 -2.050E+00 -1.150E+00 -1.217E+00 -1.085E+00 -1.900E+00 -1.003E+00 -1.070E+00 -935.915E-03 -1.750E+00 -855.922E-03 -923.898E-03 -787.886E-03 -1.600E+00 -710.213E-03 -778.912E-03 -641.105E-03 -1.450E+00 -566.390E-03 -635.778E-03 -496.341E-03 -1.300E+00 -428.649E-03 -499.297E-03 -357.211E-03 -1.150E+00 -348.752E-03 -435.001E-03 -261.708E-03 -1.000E+00 -265.971E-03 -394.380E-03 -141.393E-03 -850.000E-03 -78.187E-03 -277.770E-03 -14.247E-03 -700.000E-03 -3.271E-03 -16.471E-03 -6.145E-03 -550.000E-03 -947.440E-06 -575.917E-06 -2.209E-03 -400.000E-03 -164.710E-06 -82.497E-06 -340.553E-06 -250.000E-03 -5.342E-06 -6.913E-06 -3.615E-06 -100.000E-03 -18.279E-09 -34.216E-09 -5.495E-09 50.000E-03 273.689E-12 639.027E-12 49.034E-12 200.000E-03 329.290E-12 817.447E-12 55.691E-12 350.000E-03 335.522E-12 829.870E-12 57.445E-12 500.000E-03 341.909E-12 841.046E-12 59.322E-12 650.000E-03 348.515E-12 852.369E-12 61.290E-12 800.000E-03 355.296E-12 863.802E-12 63.340E-12 950.000E-03 362.236E-12 875.332E-12 65.467E-12 1.100E+00 369.328E-12 886.956E-12 67.671E-12 1.250E+00 376.571E-12 898.675E-12 69.954E-12 1.400E+00 383.963E-12 910.494E-12 72.317E-12 1.550E+00 391.504E-12 922.415E-12 74.762E-12 1.700E+00 399.198E-12 934.444E-12 77.291E-12 1.850E+00 407.046E-12 946.584E-12 79.906E-12 2.000E+00 415.050E-12 958.841E-12 82.612E-12 2.150E+00 423.214E-12 971.218E-12 85.410E-12 2.300E+00 431.541E-12 983.722E-12 88.303E-12 2.450E+00 440.037E-12 996.359E-12 91.297E-12 2.600E+00 448.707E-12 1.009E-09 94.394E-12 2.750E+00 457.559E-12 1.022E-09 97.599E-12 2.900E+00 466.602E-12 1.035E-09 100.918E-12 3.050E+00 475.849E-12 1.048E-09 104.356E-12 3.200E+00 485.313E-12 1.062E-09 107.921E-12 3.350E+00 495.012E-12 1.076E-09 111.619E-12 3.500E+00 504.964E-12 1.090E-09 115.461E-12 3.650E+00 515.191E-12 1.104E-09 119.455E-12 3.800E+00 525.719E-12 1.119E-09 123.613E-12 3.950E+00 536.575E-12 1.134E-09 127.946E-12 4.100E+00 547.786E-12 1.149E-09 132.468E-12 4.250E+00 559.385E-12 1.165E-09 137.194E-12 4.400E+00 571.405E-12 1.181E-09 142.138E-12 4.550E+00 583.880E-12 1.198E-09 147.316E-12 4.700E+00 596.847E-12 1.216E-09 152.747E-12 4.850E+00 610.342E-12 1.234E-09 158.449E-12 5.000E+00 624.404E-12 1.253E-09 164.442E-12 5.150E+00 639.072E-12 1.272E-09 170.746E-12 5.300E+00 654.385E-12 1.293E-09 177.384E-12 5.450E+00 670.383E-12 1.314E-09 184.377E-12 5.500E+00 675.875E-12 1.321E-09 186.792E-12 | [POWER_clamp] | voltage I(typ) I(min) I(max) | -8.000E+00 2.274E-09 3.041E-09 1.235E-09 -7.900E+00 2.223E-09 2.989E-09 1.195E-09 -7.800E+00 2.173E-09 2.938E-09 1.157E-09 -7.700E+00 2.124E-09 2.889E-09 1.120E-09 -7.600E+00 2.077E-09 2.840E-09 1.085E-09 -7.500E+00 2.030E-09 2.792E-09 1.050E-09 -7.400E+00 1.985E-09 2.745E-09 1.016E-09 -7.300E+00 1.940E-09 2.698E-09 983.763E-12 -7.200E+00 1.896E-09 2.653E-09 952.226E-12 -7.100E+00 1.854E-09 2.608E-09 921.680E-12 -7.000E+00 1.812E-09 2.564E-09 892.097E-12 -6.900E+00 1.772E-09 2.521E-09 863.452E-12 -6.800E+00 1.732E-09 2.479E-09 835.716E-12 -6.700E+00 1.693E-09 2.437E-09 808.866E-12 -6.600E+00 1.655E-09 2.397E-09 782.875E-12 -6.500E+00 1.618E-09 2.357E-09 757.719E-12 -6.400E+00 1.582E-09 2.318E-09 733.375E-12 -6.300E+00 1.546E-09 2.279E-09 709.820E-12 -6.200E+00 1.512E-09 2.242E-09 687.030E-12 -6.100E+00 1.478E-09 2.205E-09 664.985E-12 -6.000E+00 1.445E-09 2.169E-09 643.662E-12 -5.900E+00 1.413E-09 2.133E-09 623.040E-12 -5.800E+00 1.382E-09 2.099E-09 603.100E-12 -5.700E+00 1.352E-09 2.065E-09 583.821E-12 -5.600E+00 1.322E-09 2.032E-09 565.183E-12 -5.500E+00 1.293E-09 2.000E-09 547.169E-12 -5.400E+00 1.265E-09 1.968E-09 529.760E-12 -5.300E+00 1.237E-09 1.937E-09 512.937E-12 -5.200E+00 1.211E-09 1.907E-09 496.683E-12 -5.100E+00 1.185E-09 1.877E-09 480.981E-12 -5.000E+00 1.159E-09 1.848E-09 465.814E-12 -4.900E+00 1.134E-09 1.820E-09 451.167E-12 -4.800E+00 1.110E-09 1.792E-09 437.022E-12 -4.700E+00 1.087E-09 1.765E-09 423.366E-12 -4.600E+00 1.064E-09 1.739E-09 410.182E-12 -4.500E+00 1.042E-09 1.714E-09 397.457E-12 -4.400E+00 1.020E-09 1.689E-09 385.175E-12 -4.300E+00 999.533E-12 1.664E-09 373.322E-12 -4.200E+00 979.167E-12 1.641E-09 361.886E-12 -4.100E+00 959.374E-12 1.617E-09 350.853E-12 -4.000E+00 940.141E-12 1.595E-09 340.209E-12 -3.900E+00 921.457E-12 1.573E-09 329.942E-12 -3.800E+00 903.309E-12 1.552E-09 320.040E-12 -3.700E+00 885.685E-12 1.531E-09 310.491E-12 -3.600E+00 868.572E-12 1.511E-09 301.283E-12 -3.500E+00 851.959E-12 1.491E-09 292.404E-12 -3.400E+00 835.833E-12 1.472E-09 283.843E-12 -3.300E+00 820.182E-12 1.453E-09 275.590E-12 -3.200E+00 804.993E-12 1.435E-09 267.633E-12 -3.100E+00 790.256E-12 1.417E-09 259.963E-12 -3.000E+00 775.956E-12 1.400E-09 252.569E-12 -2.900E+00 762.083E-12 1.384E-09 245.441E-12 -2.800E+00 748.623E-12 1.367E-09 238.569E-12 -2.700E+00 735.566E-12 1.352E-09 231.945E-12 -2.600E+00 722.897E-12 1.336E-09 225.558E-12 -2.500E+00 710.606E-12 1.321E-09 219.401E-12 -2.400E+00 698.680E-12 1.307E-09 213.464E-12 -2.300E+00 687.107E-12 1.293E-09 207.738E-12 -2.200E+00 675.875E-12 1.279E-09 202.216E-12 -2.100E+00 664.971E-12 1.266E-09 196.890E-12 -2.000E+00 654.385E-12 1.253E-09 191.751E-12 -1.900E+00 644.102E-12 1.240E-09 186.792E-12 -1.800E+00 634.113E-12 1.228E-09 182.005E-12 -1.700E+00 624.404E-12 1.216E-09 177.384E-12 -1.600E+00 614.965E-12 1.204E-09 172.921E-12 -1.500E+00 605.783E-12 1.192E-09 168.609E-12 -1.400E+00 596.847E-12 1.181E-09 164.442E-12 -1.300E+00 588.146E-12 1.170E-09 160.414E-12 -1.200E+00 579.669E-12 1.159E-09 156.517E-12 -1.100E+00 571.405E-12 1.149E-09 152.747E-12 -1.000E+00 563.344E-12 1.139E-09 149.098E-12 -900.000E-03 555.474E-12 1.128E-09 145.563E-12 -800.000E-03 547.786E-12 1.119E-09 142.138E-12 -700.000E-03 540.271E-12 1.109E-09 138.817E-12 -600.000E-03 532.918E-12 1.099E-09 135.595E-12 -500.000E-03 525.719E-12 1.090E-09 132.468E-12 -400.000E-03 518.666E-12 1.080E-09 129.432E-12 -300.000E-03 511.750E-12 1.071E-09 126.481E-12 -200.000E-03 504.964E-12 1.062E-09 123.613E-12 -100.000E-03 498.300E-12 1.053E-09 120.822E-12 0.000E+00 491.752E-12 1.044E-09 118.106E-12 | | End [Model] LVC15_IN_33 | |************************************************************************ | Model LVC15_IN_25 |************************************************************************ | [Model] LVC15_IN_25 Model_type Input Vinl = 0.7000V Vinh = 1.7000V C_comp 4.11pF 2.38pF 5.85pF | | [Model Spec] | | Note: The input and output voltage ratings may be exceeded if the input and | output current ratings are observed (please refer to the data sheet) | | Subparameter typ min max | | Thresholds | Vinh 1.7 NA NA Vinl 0.7 NA NA | | Overshoot | S_overshoot_high 6.5 6.5 6.5 | Static overshoot S_overshoot_low -0.5 -0.5 -0.5 D_overshoot_high 7.2 7.2 7.2 | Dynamic overshoot D_overshoot_low -0.95 -0.9 -1.0 | D_overshoot_time 3n 3n 3n | | | Timing Thresholds | | [Temperature Range] 25.0000 85.0000 -40.0000 | Remark: The curves below are the result of a simulation using the following | die temperatures: 35.0000 95.0000 -30.0000 | [Voltage Range] 2.5000V 2.3000V 2.7000V |Process Range nominal slow fast | [GND_clamp] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.580E+00 -4.635E+00 -4.534E+00 -5.350E+00 -4.431E+00 -4.486E+00 -4.384E+00 -5.200E+00 -4.281E+00 -4.336E+00 -4.234E+00 -5.050E+00 -4.131E+00 -4.187E+00 -4.084E+00 -4.900E+00 -3.981E+00 -4.037E+00 -3.934E+00 -4.750E+00 -3.832E+00 -3.888E+00 -3.784E+00 -4.600E+00 -3.682E+00 -3.738E+00 -3.634E+00 -4.450E+00 -3.532E+00 -3.589E+00 -3.484E+00 -4.300E+00 -3.383E+00 -3.440E+00 -3.334E+00 -4.150E+00 -3.233E+00 -3.290E+00 -3.185E+00 -4.000E+00 -3.084E+00 -3.141E+00 -3.035E+00 -3.850E+00 -2.935E+00 -2.992E+00 -2.886E+00 -3.700E+00 -2.785E+00 -2.843E+00 -2.737E+00 -3.550E+00 -2.636E+00 -2.694E+00 -2.588E+00 -3.400E+00 -2.487E+00 -2.545E+00 -2.439E+00 -3.250E+00 -2.338E+00 -2.396E+00 -2.291E+00 -3.100E+00 -2.190E+00 -2.248E+00 -2.145E+00 -2.950E+00 -2.042E+00 -2.100E+00 -1.983E+00 -2.800E+00 -1.889E+00 -1.951E+00 -1.830E+00 -2.650E+00 -1.739E+00 -1.804E+00 -1.679E+00 -2.500E+00 -1.589E+00 -1.653E+00 -1.528E+00 -2.350E+00 -1.440E+00 -1.505E+00 -1.378E+00 -2.200E+00 -1.292E+00 -1.357E+00 -1.228E+00 -2.050E+00 -1.144E+00 -1.210E+00 -1.078E+00 -1.900E+00 -996.088E-03 -1.063E+00 -929.500E-03 -1.750E+00 -849.326E-03 -917.077E-03 -781.574E-03 -1.600E+00 -703.705E-03 -772.164E-03 -634.900E-03 -1.450E+00 -559.966E-03 -629.099E-03 -490.246E-03 -1.300E+00 -422.238E-03 -492.616E-03 -351.149E-03 -1.150E+00 -341.019E-03 -426.906E-03 -254.451E-03 -1.000E+00 -254.740E-03 -382.296E-03 -131.707E-03 -850.000E-03 -66.363E-03 -256.043E-03 -13.592E-03 -700.000E-03 -3.118E-03 -13.072E-03 -6.182E-03 -550.000E-03 -927.055E-06 -524.442E-06 -2.179E-03 -400.000E-03 -153.969E-06 -77.096E-06 -315.479E-06 -250.000E-03 -4.333E-06 -5.862E-06 -2.762E-06 -100.000E-03 -13.440E-09 -26.596E-09 -3.630E-09 50.000E-03 190.700E-12 479.730E-12 29.714E-12 200.000E-03 228.267E-12 610.511E-12 33.599E-12 350.000E-03 232.640E-12 619.806E-12 34.679E-12 500.000E-03 237.141E-12 628.272E-12 35.837E-12 650.000E-03 241.797E-12 636.852E-12 37.051E-12 800.000E-03 246.579E-12 645.518E-12 38.316E-12 950.000E-03 251.475E-12 654.260E-12 39.630E-12 1.100E+00 256.479E-12 663.074E-12 40.993E-12 1.250E+00 261.591E-12 671.962E-12 42.405E-12 1.400E+00 266.810E-12 680.927E-12 43.867E-12 1.550E+00 272.137E-12 689.972E-12 45.381E-12 1.700E+00 277.573E-12 699.100E-12 46.949E-12 1.850E+00 283.120E-12 708.314E-12 48.571E-12 2.000E+00 288.779E-12 717.619E-12 50.250E-12 2.150E+00 294.553E-12 727.016E-12 51.988E-12 2.300E+00 300.444E-12 736.512E-12 53.786E-12 2.450E+00 306.456E-12 746.110E-12 55.648E-12 2.600E+00 312.594E-12 755.817E-12 57.575E-12 2.750E+00 318.862E-12 765.642E-12 59.571E-12 2.900E+00 325.268E-12 775.597E-12 61.640E-12 3.050E+00 331.820E-12 785.693E-12 63.783E-12 3.200E+00 338.528E-12 795.948E-12 66.008E-12 3.350E+00 345.404E-12 806.382E-12 68.317E-12 3.500E+00 352.462E-12 817.016E-12 70.717E-12 3.650E+00 359.718E-12 827.876E-12 73.214E-12 3.800E+00 367.188E-12 838.990E-12 75.815E-12 3.950E+00 374.893E-12 850.388E-12 78.527E-12 4.100E+00 382.853E-12 862.104E-12 81.360E-12 4.250E+00 391.090E-12 874.171E-12 84.321E-12 4.400E+00 399.628E-12 886.626E-12 87.421E-12 4.550E+00 408.492E-12 899.505E-12 90.670E-12 4.700E+00 417.707E-12 912.847E-12 94.080E-12 4.850E+00 427.301E-12 926.689E-12 97.662E-12 5.000E+00 437.299E-12 941.070E-12 101.429E-12 5.150E+00 447.731E-12 956.027E-12 105.393E-12 5.300E+00 458.624E-12 971.600E-12 109.570E-12 5.450E+00 470.008E-12 987.825E-12 113.973E-12 5.500E+00 473.917E-12 993.385E-12 115.494E-12 | [POWER_clamp] | voltage I(typ) I(min) I(max) | -8.700E+00 1.583E-09 2.309E-09 737.767E-12 -8.600E+00 1.547E-09 2.269E-09 713.856E-12 -8.500E+00 1.512E-09 2.231E-09 690.695E-12 -8.400E+00 1.478E-09 2.192E-09 668.263E-12 -8.300E+00 1.444E-09 2.155E-09 646.540E-12 -8.200E+00 1.412E-09 2.118E-09 625.506E-12 -8.100E+00 1.380E-09 2.082E-09 605.141E-12 -8.000E+00 1.348E-09 2.046E-09 585.426E-12 -7.900E+00 1.318E-09 2.011E-09 566.343E-12 -7.800E+00 1.288E-09 1.977E-09 547.873E-12 -7.700E+00 1.258E-09 1.944E-09 529.999E-12 -7.600E+00 1.230E-09 1.911E-09 512.704E-12 -7.500E+00 1.202E-09 1.878E-09 495.972E-12 -7.400E+00 1.175E-09 1.846E-09 479.785E-12 -7.300E+00 1.148E-09 1.815E-09 464.128E-12 -7.200E+00 1.122E-09 1.785E-09 448.986E-12 -7.100E+00 1.097E-09 1.755E-09 434.344E-12 -7.000E+00 1.072E-09 1.725E-09 420.187E-12 -6.900E+00 1.048E-09 1.697E-09 406.501E-12 -6.800E+00 1.024E-09 1.668E-09 393.271E-12 -6.700E+00 1.001E-09 1.641E-09 380.485E-12 -6.600E+00 978.765E-12 1.614E-09 368.129E-12 -6.500E+00 956.923E-12 1.587E-09 356.190E-12 -6.400E+00 935.634E-12 1.561E-09 344.656E-12 -6.300E+00 914.887E-12 1.536E-09 333.515E-12 -6.200E+00 894.673E-12 1.511E-09 322.754E-12 -6.100E+00 874.981E-12 1.487E-09 312.362E-12 -6.000E+00 855.804E-12 1.463E-09 302.328E-12 -5.900E+00 837.130E-12 1.440E-09 292.641E-12 -5.800E+00 818.951E-12 1.418E-09 283.290E-12 -5.700E+00 801.257E-12 1.395E-09 274.264E-12 -5.600E+00 784.040E-12 1.374E-09 265.554E-12 -5.500E+00 767.289E-12 1.353E-09 257.149E-12 -5.400E+00 750.997E-12 1.332E-09 249.041E-12 -5.300E+00 735.152E-12 1.312E-09 241.218E-12 -5.200E+00 719.748E-12 1.293E-09 233.673E-12 -5.100E+00 704.774E-12 1.274E-09 226.396E-12 -5.000E+00 690.221E-12 1.255E-09 219.379E-12 -4.900E+00 676.080E-12 1.237E-09 212.612E-12 -4.800E+00 662.343E-12 1.219E-09 206.089E-12 -4.700E+00 649.001E-12 1.202E-09 199.799E-12 -4.600E+00 636.044E-12 1.185E-09 193.737E-12 -4.500E+00 623.463E-12 1.169E-09 187.894E-12 -4.400E+00 611.251E-12 1.153E-09 182.262E-12 -4.300E+00 599.397E-12 1.138E-09 176.835E-12 -4.200E+00 587.893E-12 1.123E-09 171.604E-12 -4.100E+00 576.730E-12 1.108E-09 166.564E-12 -4.000E+00 565.899E-12 1.094E-09 161.707E-12 -3.900E+00 555.392E-12 1.080E-09 157.027E-12 -3.800E+00 545.199E-12 1.067E-09 152.518E-12 -3.700E+00 535.312E-12 1.053E-09 148.173E-12 -3.600E+00 525.721E-12 1.041E-09 143.985E-12 -3.500E+00 516.419E-12 1.028E-09 139.950E-12 -3.400E+00 507.395E-12 1.016E-09 136.061E-12 -3.300E+00 498.642E-12 1.005E-09 132.313E-12 -3.200E+00 490.151E-12 993.385E-12 128.700E-12 -3.100E+00 481.912E-12 982.342E-12 125.216E-12 -3.000E+00 473.917E-12 971.600E-12 121.858E-12 -2.900E+00 466.157E-12 961.148E-12 118.619E-12 -2.800E+00 458.624E-12 950.975E-12 115.494E-12 -2.700E+00 451.309E-12 941.070E-12 112.479E-12 -2.600E+00 444.204E-12 931.421E-12 109.570E-12 -2.500E+00 437.299E-12 922.017E-12 106.761E-12 -2.400E+00 430.587E-12 912.847E-12 104.049E-12 -2.300E+00 424.059E-12 903.899E-12 101.429E-12 -2.200E+00 417.707E-12 895.163E-12 98.896E-12 -2.100E+00 411.524E-12 886.626E-12 96.448E-12 -2.000E+00 405.500E-12 878.278E-12 94.080E-12 -1.900E+00 399.628E-12 870.107E-12 91.789E-12 -1.800E+00 393.902E-12 862.104E-12 89.570E-12 -1.700E+00 388.312E-12 854.256E-12 87.421E-12 -1.600E+00 382.853E-12 846.555E-12 85.339E-12 -1.500E+00 377.517E-12 838.990E-12 83.319E-12 -1.400E+00 372.298E-12 831.550E-12 81.360E-12 -1.300E+00 367.188E-12 824.229E-12 79.458E-12 -1.200E+00 362.183E-12 817.016E-12 77.610E-12 -1.100E+00 357.276E-12 809.903E-12 75.815E-12 -1.000E+00 352.462E-12 802.883E-12 74.069E-12 -900.000E-03 347.736E-12 795.948E-12 72.370E-12 -800.000E-03 343.093E-12 789.093E-12 70.717E-12 -700.000E-03 338.528E-12 782.311E-12 69.107E-12 -600.000E-03 334.038E-12 775.597E-12 67.537E-12 -500.000E-03 329.619E-12 768.946E-12 66.008E-12 -400.000E-03 325.268E-12 762.354E-12 64.516E-12 -300.000E-03 320.982E-12 755.817E-12 63.060E-12 -200.000E-03 316.758E-12 749.333E-12 61.640E-12 -100.000E-03 312.594E-12 742.898E-12 60.253E-12 0.000E+00 308.488E-12 736.512E-12 58.898E-12 | | End [Model] LVC15_IN_25 | |************************************************************************ | Model LVC15_OUTN_33 |************************************************************************ | [Model] LVC15_OUTN_33 Model_type Output Polarity Non-Inverting Vmeas = 1.5000V Cref = 50.0000pF Rref = 0.5000k Vref = 0.000V C_comp 4.34pF 3.18pF 5.50pF | | [Model Spec] | | Note: The input and output voltage ratings may be exceeded if the input and | output current ratings are observed (please refer to the data sheet) | | Subparameter typ min max | | Timing Thresholds | Vmeas 1.5 1.5 1.5 | | [Temperature Range] 25.0000 85.0000 -40.0000 | Remark: The curves below are the result of a simulation using the following | die temperatures: 40.0000 100.0000 -25.0000 | [Voltage Range] 3.3000V 3.0000V 3.6000V |Process Range nominal slow fast | [Pulldown] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.915E+00 -4.805E+00 -5.134E+00 -5.300E+00 -4.704E+00 -4.597E+00 -4.917E+00 -5.100E+00 -4.492E+00 -4.389E+00 -4.701E+00 -4.900E+00 -4.281E+00 -4.180E+00 -4.484E+00 -4.700E+00 -4.069E+00 -3.972E+00 -4.267E+00 -4.500E+00 -3.858E+00 -3.764E+00 -4.050E+00 -4.300E+00 -3.647E+00 -3.556E+00 -3.834E+00 -4.100E+00 -3.435E+00 -3.348E+00 -3.617E+00 -3.900E+00 -3.224E+00 -3.141E+00 -3.401E+00 -3.700E+00 -3.014E+00 -2.933E+00 -3.186E+00 -3.500E+00 -2.804E+00 -2.726E+00 -2.974E+00 -3.300E+00 -2.332E+00 -2.519E+00 -2.296E+00 -3.100E+00 -2.132E+00 -2.165E+00 -2.095E+00 -2.900E+00 -1.932E+00 -1.966E+00 -1.894E+00 -2.700E+00 -1.734E+00 -1.768E+00 -1.694E+00 -2.500E+00 -1.535E+00 -1.571E+00 -1.495E+00 -2.300E+00 -1.338E+00 -1.374E+00 -1.296E+00 -2.100E+00 -1.141E+00 -1.178E+00 -1.099E+00 -1.900E+00 -9.455E-01 -9.835E-01 -9.021E-01 -1.700E+00 -7.516E-01 -7.903E-01 -7.076E-01 -1.500E+00 -5.608E-01 -5.999E-01 -5.171E-01 -1.300E+00 -3.789E-01 -4.181E-01 -3.385E-01 -1.100E+00 -2.670E-01 -3.171E-01 -2.319E-01 -9.000E-01 -1.266E-01 -1.624E-01 -1.811E-01 -7.000E-01 -8.703E-02 -5.296E-02 -1.528E-01 -5.000E-01 -6.402E-02 -3.778E-02 -1.142E-01 -3.000E-01 -3.957E-02 -2.300E-02 -7.172E-02 -1.000E-01 -1.347E-02 -7.670E-03 -2.499E-02 1.000E-01 1.317E-02 7.422E-03 2.463E-02 3.000E-01 3.703E-02 2.095E-02 6.869E-02 5.000E-01 5.772E-02 3.274E-02 1.064E-01 7.000E-01 7.547E-02 4.285E-02 1.384E-01 9.000E-01 9.048E-02 5.135E-02 1.654E-01 1.100E+00 1.029E-01 5.829E-02 1.879E-01 1.300E+00 1.130E-01 6.374E-02 2.063E-01 1.500E+00 1.210E-01 6.777E-02 2.210E-01 1.700E+00 1.268E-01 7.048E-02 2.325E-01 1.900E+00 1.309E-01 7.210E-02 2.411E-01 2.100E+00 1.335E-01 7.298E-02 2.472E-01 2.300E+00 1.350E-01 7.353E-02 2.512E-01 2.500E+00 1.360E-01 7.395E-02 2.537E-01 2.700E+00 1.368E-01 7.430E-02 2.555E-01 2.900E+00 1.374E-01 7.461E-02 2.569E-01 3.100E+00 1.380E-01 7.490E-02 2.582E-01 3.300E+00 1.385E-01 7.516E-02 2.593E-01 3.500E+00 1.390E-01 7.544E-02 2.603E-01 3.700E+00 1.394E-01 8.913E-02 2.612E-01 3.900E+00 1.394E-01 3.474E-01 2.619E-01 4.100E+00 1.656E-01 5.711E-01 2.620E-01 4.300E+00 4.335E-01 7.045E-01 2.813E-01 4.500E+00 6.310E-01 8.144E-01 3.005E-01 4.700E+00 7.603E-01 9.915E-01 5.587E-01 4.900E+00 9.088E-01 1.191E+00 7.396E-01 5.100E+00 1.107E+00 1.394E+00 8.781E-01 5.300E+00 1.312E+00 1.599E+00 1.067E+00 5.500E+00 1.520E+00 1.805E+00 1.275E+00 5.700E+00 1.728E+00 2.012E+00 1.486E+00 5.900E+00 1.938E+00 2.219E+00 1.699E+00 6.100E+00 2.147E+00 2.426E+00 1.913E+00 6.300E+00 2.358E+00 2.634E+00 2.127E+00 6.500E+00 2.568E+00 2.843E+00 2.342E+00 6.700E+00 2.779E+00 3.051E+00 2.557E+00 6.900E+00 2.990E+00 3.261E+00 2.772E+00 7.100E+00 3.202E+00 3.471E+00 2.988E+00 7.300E+00 3.415E+00 3.682E+00 3.205E+00 7.500E+00 3.628E+00 3.886E+00 3.422E+00 7.700E+00 3.842E+00 4.093E+00 3.640E+00 7.900E+00 4.061E+00 4.301E+00 3.860E+00 8.100E+00 4.259E+00 4.509E+00 4.081E+00 8.300E+00 4.467E+00 4.717E+00 4.307E+00 8.500E+00 4.675E+00 4.925E+00 4.507E+00 8.700E+00 4.884E+00 5.133E+00 4.716E+00 8.900E+00 5.093E+00 5.341E+00 4.926E+00 9.100E+00 5.303E+00 5.550E+00 5.137E+00 9.300E+00 5.512E+00 5.758E+00 5.348E+00 9.500E+00 5.722E+00 5.967E+00 5.561E+00 9.700E+00 5.932E+00 6.175E+00 5.773E+00 9.900E+00 6.142E+00 6.384E+00 5.986E+00 1.010E+01 6.352E+00 6.593E+00 6.200E+00 1.030E+01 6.563E+00 6.802E+00 6.414E+00 1.050E+01 6.773E+00 7.011E+00 6.628E+00 1.070E+01 6.984E+00 7.220E+00 6.843E+00 1.090E+01 7.195E+00 7.429E+00 7.058E+00 1.100E+01 7.301E+00 7.534E+00 7.165E+00 | [Pullup] | voltage I(typ) I(min) I(max) | -8.000E+00 7.623E+00 7.537E+00 7.821E+00 -7.800E+00 7.412E+00 7.328E+00 7.605E+00 -7.600E+00 7.201E+00 7.119E+00 7.389E+00 -7.400E+00 6.990E+00 6.910E+00 7.173E+00 -7.200E+00 6.779E+00 6.701E+00 6.958E+00 -7.000E+00 6.568E+00 6.492E+00 6.743E+00 -6.800E+00 6.357E+00 6.283E+00 6.529E+00 -6.600E+00 6.147E+00 6.074E+00 6.315E+00 -6.400E+00 5.937E+00 5.866E+00 6.101E+00 -6.200E+00 5.727E+00 5.657E+00 5.888E+00 -6.000E+00 5.517E+00 5.448E+00 5.675E+00 -5.800E+00 5.308E+00 5.240E+00 5.462E+00 -5.600E+00 5.098E+00 5.032E+00 5.250E+00 -5.400E+00 4.889E+00 4.824E+00 5.039E+00 -5.200E+00 4.680E+00 4.616E+00 4.828E+00 -5.000E+00 4.471E+00 4.408E+00 4.619E+00 -4.800E+00 4.263E+00 4.200E+00 4.410E+00 -4.600E+00 4.057E+00 3.993E+00 4.205E+00 -4.400E+00 3.852E+00 3.786E+00 3.978E+00 -4.200E+00 3.633E+00 3.581E+00 3.759E+00 -4.000E+00 3.420E+00 3.369E+00 3.540E+00 -3.800E+00 3.208E+00 3.160E+00 3.323E+00 -3.600E+00 2.996E+00 2.952E+00 3.106E+00 -3.400E+00 2.786E+00 2.558E+00 2.891E+00 -3.200E+00 2.577E+00 2.358E+00 2.676E+00 -3.000E+00 2.115E+00 2.158E+00 2.463E+00 -2.800E+00 1.914E+00 1.959E+00 2.254E+00 -2.600E+00 1.714E+00 1.761E+00 1.666E+00 -2.400E+00 1.515E+00 1.562E+00 1.464E+00 -2.200E+00 1.316E+00 1.365E+00 1.263E+00 -2.000E+00 1.118E+00 1.169E+00 1.063E+00 -1.800E+00 921.660E-03 973.304E-03 864.672E-03 -1.600E+00 727.416E-03 780.009E-03 669.312E-03 -1.400E+00 537.077E-03 590.457E-03 478.470E-03 -1.200E+00 388.949E-03 448.521E-03 325.139E-03 -1.000E+00 302.115E-03 398.842E-03 211.617E-03 -800.000E-03 94.893E-03 202.395E-03 127.274E-03 -600.000E-03 55.182E-03 32.863E-03 98.604E-03 -400.000E-03 37.262E-03 21.589E-03 67.186E-03 -200.000E-03 18.562E-03 10.698E-03 33.831E-03 0.000E+00 -1.948E-09 1.884E-09 -245.585E-09 200.000E-03 -17.329E-03 -9.715E-03 -32.267E-03 400.000E-03 -32.862E-03 -18.345E-03 -61.261E-03 600.000E-03 -46.626E-03 -25.891E-03 -87.094E-03 800.000E-03 -58.686E-03 -32.378E-03 -109.941E-03 1.000E+00 -69.124E-03 -37.840E-03 -130.001E-03 1.200E+00 -78.032E-03 -42.326E-03 -147.480E-03 1.400E+00 -85.523E-03 -45.908E-03 -162.605E-03 1.600E+00 -91.744E-03 -48.704E-03 -175.629E-03 1.800E+00 -96.903E-03 -50.891E-03 -186.864E-03 2.000E+00 -101.280E-03 -52.642E-03 -196.717E-03 2.200E+00 -105.120E-03 -54.046E-03 -205.706E-03 2.400E+00 -108.431E-03 -55.178E-03 -214.252E-03 2.600E+00 -111.173E-03 -56.117E-03 -222.185E-03 2.800E+00 -113.443E-03 -56.923E-03 -229.021E-03 3.000E+00 -115.369E-03 -57.632E-03 -234.720E-03 3.200E+00 -117.044E-03 -58.267E-03 -239.526E-03 3.400E+00 -118.531E-03 -58.936E-03 -243.675E-03 3.600E+00 -119.893E-03 -60.078E-03 -247.330E-03 3.800E+00 -121.718E-03 -79.086E-03 -250.578E-03 4.000E+00 -125.019E-03 -306.738E-03 -253.988E-03 4.200E+00 -171.741E-03 -506.674E-03 -259.470E-03 4.400E+00 -414.098E-03 -639.620E-03 -267.891E-03 4.600E+00 -592.224E-03 -787.254E-03 -344.540E-03 4.800E+00 -729.705E-03 -981.011E-03 -575.085E-03 5.000E+00 -914.822E-03 -1.182E+00 -740.564E-03 5.200E+00 -1.118E+00 -1.385E+00 -907.849E-03 5.400E+00 -1.325E+00 -1.589E+00 -1.115E+00 5.600E+00 -1.534E+00 -1.794E+00 -1.328E+00 5.800E+00 -1.743E+00 -2.000E+00 -1.543E+00 6.000E+00 -1.952E+00 -2.206E+00 -1.759E+00 6.200E+00 -2.163E+00 -2.412E+00 -1.975E+00 6.400E+00 -2.373E+00 -2.619E+00 -2.191E+00 6.600E+00 -2.584E+00 -2.826E+00 -2.408E+00 6.800E+00 -2.795E+00 -3.034E+00 -2.625E+00 7.000E+00 -3.006E+00 -3.241E+00 -2.842E+00 7.200E+00 -3.217E+00 -3.449E+00 -3.059E+00 7.400E+00 -3.428E+00 -3.657E+00 -3.276E+00 7.600E+00 -3.640E+00 -3.865E+00 -3.493E+00 7.800E+00 -3.851E+00 -4.073E+00 -3.710E+00 8.000E+00 -4.063E+00 -4.281E+00 -3.927E+00 8.200E+00 -4.274E+00 -4.490E+00 -4.144E+00 8.400E+00 -4.486E+00 -4.698E+00 -4.361E+00 8.600E+00 -4.697E+00 -4.907E+00 -4.578E+00 8.800E+00 -4.909E+00 -5.115E+00 -4.795E+00 9.000E+00 -5.120E+00 -5.324E+00 -5.013E+00 9.100E+00 -5.226E+00 -5.428E+00 -5.121E+00 | [Ramp] | variable typ min max dV/dt_r 1.566V/267.127ps 1.171V/511.278ps 1.909V/210.369ps dV/dt_f 1.689V/298.618ps 1.350V/637.636ps 1.987V/194.011ps R_load = 50.0000 | [Rising Waveform] R_fixture = 50.0000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 1.041E-09 14.316E-09 22.849E-12 50.000ps 102.516E-09 101.009E-09 63.107E-09 100.000ps 267.067E-09 525.244E-09 -11.661E-09 150.000ps -359.381E-09 308.342E-09 -243.980E-09 200.000ps -933.673E-09 -876.677E-09 -161.170E-09 250.000ps -674.148E-09 -1.662E-06 650.917E-09 300.000ps 194.074E-09 -1.339E-06 2.073E-06 350.000ps 1.688E-06 -507.235E-09 3.628E-06 400.000ps 3.467E-06 249.860E-09 3.730E-06 450.000ps 4.807E-06 1.106E-06 -8.580E-06 500.000ps 7.002E-06 2.238E-06 -28.058E-06 550.000ps 7.990E-06 3.464E-06 -61.743E-06 600.000ps 850.115E-09 4.491E-06 -66.134E-06 650.000ps -11.803E-06 5.441E-06 114.817E-06 700.000ps -25.393E-06 6.693E-06 420.187E-06 750.000ps -43.481E-06 7.939E-06 645.872E-06 800.000ps -71.394E-06 7.764E-06 824.541E-06 850.000ps -86.142E-06 4.540E-06 580.699E-06 900.000ps -84.437E-06 -1.622E-06 -2.758E-03 950.000ps -32.472E-06 -9.079E-06 -12.559E-03 1.000ns 119.031E-06 -15.856E-06 -29.003E-03 1.050ns 319.544E-06 -21.838E-06 -37.134E-03 1.100ns 493.918E-06 -29.563E-06 -43.480E-03 1.150ns 637.103E-06 -41.776E-06 -1.001E-03 1.200ns 776.445E-06 -57.772E-06 136.186E-03 1.250ns 960.577E-06 -68.946E-06 387.053E-03 1.300ns 1.283E-03 -71.455E-06 772.707E-03 1.350ns 1.176E-03 -69.028E-06 1.316E+00 1.400ns -828.481E-06 -65.040E-06 1.889E+00 1.450ns -5.989E-03 -54.413E-06 2.318E+00 1.500ns -14.948E-03 -25.898E-06 2.585E+00 1.550ns -28.290E-03 27.123E-06 2.754E+00 1.600ns -40.405E-03 102.025E-06 2.870E+00 1.650ns -44.751E-03 190.928E-06 2.951E+00 1.700ns -48.505E-03 281.737E-06 3.010E+00 1.750ns -56.963E-03 364.896E-06 3.052E+00 1.800ns -62.923E-03 439.009E-06 3.084E+00 1.850ns -43.273E-03 509.843E-06 3.109E+00 1.900ns 23.808E-03 585.678E-06 3.128E+00 1.950ns 150.709E-03 676.704E-06 3.143E+00 2.000ns 356.016E-03 801.780E-06 3.154E+00 2.050ns 634.764E-03 1.016E-03 3.162E+00 2.100ns 974.516E-03 1.346E-03 3.167E+00 2.150ns 1.329E+00 1.645E-03 3.170E+00 2.200ns 1.651E+00 1.517E-03 3.173E+00 2.250ns 1.909E+00 503.740E-06 3.175E+00 2.300ns 2.100E+00 -1.687E-03 3.176E+00 2.350ns 2.232E+00 -5.115E-03 3.177E+00 2.400ns 2.322E+00 -9.770E-03 3.178E+00 2.450ns 2.386E+00 -16.015E-03 3.179E+00 2.500ns 2.433E+00 -24.087E-03 3.180E+00 2.550ns 2.469E+00 -33.680E-03 3.180E+00 2.600ns 2.495E+00 -42.960E-03 3.180E+00 2.650ns 2.516E+00 -48.364E-03 3.181E+00 2.700ns 2.532E+00 -50.503E-03 3.181E+00 2.750ns 2.545E+00 -51.705E-03 3.181E+00 2.800ns 2.555E+00 -53.322E-03 3.181E+00 2.850ns 2.564E+00 -55.898E-03 3.182E+00 2.900ns 2.571E+00 -60.566E-03 3.182E+00 2.950ns 2.577E+00 -67.907E-03 3.182E+00 3.000ns 2.582E+00 -74.838E-03 3.182E+00 3.100ns 2.590E+00 -59.653E-03 3.182E+00 3.200ns 2.596E+00 33.957E-03 3.182E+00 3.300ns 2.600E+00 229.177E-03 3.182E+00 3.400ns 2.603E+00 498.019E-03 3.182E+00 3.500ns 2.605E+00 782.160E-03 3.182E+00 3.600ns 2.606E+00 1.048E+00 3.182E+00 3.700ns 2.607E+00 1.277E+00 3.182E+00 3.800ns 2.608E+00 1.462E+00 3.182E+00 3.900ns 2.609E+00 1.601E+00 3.182E+00 4.000ns 2.609E+00 1.700E+00 3.182E+00 4.100ns 2.610E+00 1.769E+00 3.182E+00 4.200ns 2.610E+00 1.815E+00 3.182E+00 4.300ns 2.610E+00 1.847E+00 3.182E+00 4.400ns 2.610E+00 1.871E+00 3.182E+00 4.500ns 2.610E+00 1.888E+00 3.182E+00 4.600ns 2.610E+00 1.902E+00 3.182E+00 4.700ns 2.610E+00 1.912E+00 3.182E+00 4.800ns 2.610E+00 1.920E+00 3.182E+00 4.900ns 2.610E+00 1.927E+00 3.182E+00 5.000ns 2.610E+00 1.932E+00 3.182E+00 5.250ns 2.610E+00 1.940E+00 3.182E+00 5.500ns 2.610E+00 1.945E+00 3.182E+00 5.750ns 2.610E+00 1.947E+00 3.182E+00 6.000ns 2.610E+00 1.949E+00 3.182E+00 6.250ns 2.610E+00 1.950E+00 3.182E+00 6.500ns 2.610E+00 1.950E+00 3.182E+00 6.750ns 2.610E+00 1.951E+00 3.182E+00 7.000ns 2.610E+00 1.951E+00 3.182E+00 7.250ns 2.610E+00 1.951E+00 3.182E+00 7.500ns 2.610E+00 1.951E+00 3.182E+00 7.750ns 2.610E+00 1.951E+00 3.182E+00 8.000ns 2.610E+00 1.951E+00 3.182E+00 8.250ns 2.610E+00 1.951E+00 3.182E+00 8.500ns 2.610E+00 1.951E+00 3.182E+00 8.750ns 2.610E+00 1.951E+00 3.182E+00 9.000ns 2.610E+00 1.951E+00 3.182E+00 9.250ns 2.610E+00 1.951E+00 3.182E+00 9.500ns 2.610E+00 1.951E+00 3.182E+00 9.750ns 2.610E+00 1.951E+00 3.182E+00 | [Rising Waveform] R_fixture = 50.0000 V_fixture = 3.3000 V_fixture_min = 3.0000 V_fixture_max = 3.6000 | time V(typ) V(min) V(max) | 0.000s 485.493E-03 748.209E-03 288.369E-03 50.000ps 485.493E-03 748.209E-03 288.369E-03 100.000ps 485.493E-03 748.209E-03 288.369E-03 150.000ps 485.492E-03 748.209E-03 288.369E-03 200.000ps 485.492E-03 748.207E-03 288.369E-03 250.000ps 485.493E-03 748.208E-03 288.370E-03 300.000ps 485.494E-03 748.209E-03 288.371E-03 350.000ps 485.495E-03 748.211E-03 288.372E-03 400.000ps 485.496E-03 748.212E-03 288.371E-03 450.000ps 485.495E-03 748.213E-03 288.357E-03 500.000ps 485.494E-03 748.213E-03 288.341E-03 550.000ps 485.491E-03 748.212E-03 288.318E-03 600.000ps 485.479E-03 748.209E-03 288.338E-03 650.000ps 485.467E-03 748.206E-03 288.555E-03 700.000ps 485.461E-03 748.202E-03 288.846E-03 750.000ps 485.460E-03 748.197E-03 288.959E-03 800.000ps 485.460E-03 748.189E-03 288.932E-03 850.000ps 485.490E-03 748.180E-03 288.317E-03 900.000ps 485.544E-03 748.170E-03 284.768E-03 950.000ps 485.645E-03 748.166E-03 277.904E-03 1.000ns 485.823E-03 748.169E-03 274.530E-03 1.050ns 485.983E-03 748.179E-03 297.713E-03 1.100ns 486.019E-03 748.193E-03 336.062E-03 1.150ns 485.931E-03 748.210E-03 449.373E-03 1.200ns 485.745E-03 748.236E-03 719.868E-03 1.250ns 485.489E-03 748.280E-03 1.218E+00 1.300ns 485.173E-03 748.343E-03 1.933E+00 1.350ns 484.260E-03 748.412E-03 2.572E+00 1.400ns 482.039E-03 748.479E-03 2.951E+00 1.450ns 479.361E-03 748.546E-03 3.159E+00 1.500ns 479.425E-03 748.620E-03 3.289E+00 1.550ns 488.189E-03 748.697E-03 3.378E+00 1.600ns 523.010E-03 748.759E-03 3.439E+00 1.650ns 598.946E-03 748.781E-03 3.482E+00 1.700ns 718.651E-03 748.739E-03 3.512E+00 1.750ns 880.317E-03 748.619E-03 3.535E+00 1.800ns 1.094E+00 748.421E-03 3.553E+00 1.850ns 1.371E+00 748.151E-03 3.567E+00 1.900ns 1.712E+00 747.813E-03 3.577E+00 1.950ns 2.093E+00 747.404E-03 3.584E+00 2.000ns 2.461E+00 746.912E-03 3.590E+00 2.050ns 2.741E+00 746.325E-03 3.593E+00 2.100ns 2.935E+00 745.543E-03 3.595E+00 2.150ns 3.054E+00 744.316E-03 3.596E+00 2.200ns 3.128E+00 742.408E-03 3.597E+00 2.250ns 3.176E+00 740.114E-03 3.598E+00 2.300ns 3.210E+00 738.472E-03 3.598E+00 2.350ns 3.232E+00 739.155E-03 3.599E+00 2.400ns 3.248E+00 744.290E-03 3.599E+00 2.450ns 3.260E+00 756.495E-03 3.599E+00 2.500ns 3.269E+00 780.248E-03 3.599E+00 2.550ns 3.275E+00 824.302E-03 3.599E+00 2.600ns 3.280E+00 908.400E-03 3.599E+00 2.650ns 3.283E+00 1.062E+00 3.600E+00 2.700ns 3.286E+00 1.284E+00 3.600E+00 2.750ns 3.288E+00 1.539E+00 3.600E+00 2.800ns 3.290E+00 1.790E+00 3.600E+00 2.850ns 3.292E+00 2.012E+00 3.600E+00 2.900ns 3.293E+00 2.200E+00 3.600E+00 2.950ns 3.294E+00 2.354E+00 3.600E+00 3.000ns 3.295E+00 2.475E+00 3.600E+00 3.100ns 3.296E+00 2.651E+00 3.600E+00 3.200ns 3.297E+00 2.761E+00 3.600E+00 3.300ns 3.298E+00 2.833E+00 3.600E+00 3.400ns 3.299E+00 2.876E+00 3.600E+00 3.500ns 3.299E+00 2.906E+00 3.600E+00 3.600ns 3.299E+00 2.929E+00 3.600E+00 3.700ns 3.299E+00 2.946E+00 3.600E+00 3.800ns 3.300E+00 2.958E+00 3.600E+00 3.900ns 3.300E+00 2.967E+00 3.600E+00 4.000ns 3.300E+00 2.974E+00 3.600E+00 4.100ns 3.300E+00 2.980E+00 3.600E+00 4.200ns 3.300E+00 2.984E+00 3.600E+00 4.300ns 3.300E+00 2.988E+00 3.600E+00 4.400ns 3.300E+00 2.990E+00 3.600E+00 4.500ns 3.300E+00 2.992E+00 3.600E+00 4.600ns 3.300E+00 2.994E+00 3.600E+00 4.700ns 3.300E+00 2.995E+00 3.600E+00 4.800ns 3.300E+00 2.996E+00 3.600E+00 4.900ns 3.300E+00 2.997E+00 3.600E+00 5.000ns 3.300E+00 2.998E+00 3.600E+00 5.250ns 3.300E+00 2.999E+00 3.600E+00 5.500ns 3.300E+00 2.999E+00 3.600E+00 5.750ns 3.300E+00 3.000E+00 3.600E+00 6.000ns 3.300E+00 3.000E+00 3.600E+00 6.250ns 3.300E+00 3.000E+00 3.600E+00 6.500ns 3.300E+00 3.000E+00 3.600E+00 6.750ns 3.300E+00 3.000E+00 3.600E+00 7.000ns 3.300E+00 3.000E+00 3.600E+00 7.250ns 3.300E+00 3.000E+00 3.600E+00 7.500ns 3.300E+00 3.000E+00 3.600E+00 7.750ns 3.300E+00 3.000E+00 3.600E+00 8.000ns 3.300E+00 3.000E+00 3.600E+00 8.250ns 3.300E+00 3.000E+00 3.600E+00 8.500ns 3.300E+00 3.000E+00 3.600E+00 8.750ns 3.300E+00 3.000E+00 3.600E+00 9.000ns 3.300E+00 3.000E+00 3.600E+00 9.250ns 3.300E+00 3.000E+00 3.600E+00 9.500ns 3.300E+00 3.000E+00 3.600E+00 9.750ns 3.300E+00 3.000E+00 3.600E+00 | [Falling Waveform] R_fixture = 50.0000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 2.610E+00 1.951E+00 3.182E+00 50.000ps 2.610E+00 1.951E+00 3.182E+00 100.000ps 2.610E+00 1.951E+00 3.182E+00 150.000ps 2.610E+00 1.951E+00 3.182E+00 200.000ps 2.610E+00 1.951E+00 3.182E+00 250.000ps 2.610E+00 1.951E+00 3.182E+00 300.000ps 2.610E+00 1.951E+00 3.182E+00 350.000ps 2.610E+00 1.951E+00 3.182E+00 400.000ps 2.610E+00 1.951E+00 3.182E+00 450.000ps 2.610E+00 1.951E+00 3.182E+00 500.000ps 2.610E+00 1.951E+00 3.182E+00 550.000ps 2.611E+00 1.951E+00 3.182E+00 600.000ps 2.611E+00 1.951E+00 3.182E+00 650.000ps 2.611E+00 1.951E+00 3.182E+00 700.000ps 2.611E+00 1.951E+00 3.182E+00 750.000ps 2.611E+00 1.951E+00 3.182E+00 800.000ps 2.610E+00 1.951E+00 3.182E+00 850.000ps 2.610E+00 1.951E+00 3.188E+00 900.000ps 2.610E+00 1.951E+00 3.186E+00 950.000ps 2.610E+00 1.951E+00 3.143E+00 1.000ns 2.610E+00 1.951E+00 3.065E+00 1.050ns 2.610E+00 1.951E+00 2.961E+00 1.100ns 2.610E+00 1.951E+00 2.835E+00 1.150ns 2.610E+00 1.951E+00 2.664E+00 1.200ns 2.610E+00 1.951E+00 2.384E+00 1.250ns 2.611E+00 1.951E+00 1.847E+00 1.300ns 2.612E+00 1.951E+00 1.108E+00 1.350ns 2.616E+00 1.951E+00 522.441E-03 1.400ns 2.622E+00 1.951E+00 247.484E-03 1.450ns 2.618E+00 1.951E+00 112.611E-03 1.500ns 2.599E+00 1.950E+00 49.935E-03 1.550ns 2.564E+00 1.950E+00 26.660E-03 1.600ns 2.517E+00 1.950E+00 17.722E-03 1.650ns 2.458E+00 1.950E+00 12.613E-03 1.700ns 2.387E+00 1.950E+00 9.451E-03 1.750ns 2.302E+00 1.950E+00 7.383E-03 1.800ns 2.197E+00 1.951E+00 5.985E-03 1.850ns 2.054E+00 1.951E+00 5.029E-03 1.900ns 1.819E+00 1.951E+00 4.316E-03 1.950ns 1.463E+00 1.951E+00 3.756E-03 2.000ns 1.038E+00 1.951E+00 3.300E-03 2.050ns 649.648E-03 1.952E+00 2.920E-03 2.100ns 385.955E-03 1.952E+00 2.597E-03 2.150ns 226.453E-03 1.953E+00 2.319E-03 2.200ns 130.060E-03 1.954E+00 2.079E-03 2.250ns 73.936E-03 1.957E+00 1.870E-03 2.300ns 44.837E-03 1.960E+00 1.684E-03 2.350ns 30.303E-03 1.964E+00 1.520E-03 2.400ns 21.998E-03 1.967E+00 1.372E-03 2.450ns 16.488E-03 1.967E+00 1.241E-03 2.500ns 12.931E-03 1.962E+00 1.122E-03 2.550ns 10.574E-03 1.952E+00 1.016E-03 2.600ns 8.869E-03 1.936E+00 919.394E-06 2.650ns 7.585E-03 1.914E+00 832.583E-06 2.700ns 6.601E-03 1.886E+00 754.133E-06 2.750ns 5.827E-03 1.853E+00 683.195E-06 2.800ns 5.197E-03 1.813E+00 619.016E-06 2.850ns 4.674E-03 1.766E+00 560.925E-06 2.900ns 4.235E-03 1.710E+00 508.328E-06 2.950ns 3.860E-03 1.641E+00 460.694E-06 3.000ns 3.533E-03 1.551E+00 417.548E-06 3.100ns 2.987E-03 1.290E+00 343.047E-06 3.200ns 2.547E-03 940.635E-03 281.876E-06 3.300ns 2.183E-03 595.902E-03 231.636E-06 3.400ns 1.878E-03 333.251E-03 190.366E-06 3.500ns 1.620E-03 171.496E-03 156.458E-06 3.600ns 1.400E-03 84.085E-03 128.596E-06 3.700ns 1.210E-03 43.845E-03 105.700E-06 3.800ns 1.048E-03 25.337E-03 86.883E-06 3.900ns 907.212E-06 16.115E-03 71.417E-06 4.000ns 785.848E-06 11.417E-03 58.706E-06 4.100ns 680.869E-06 8.706E-03 48.258E-06 4.200ns 590.011E-06 7.075E-03 39.670E-06 4.300ns 511.356E-06 5.935E-03 32.611E-06 4.400ns 443.255E-06 5.063E-03 26.808E-06 4.500ns 384.275E-06 4.387E-03 22.038E-06 4.600ns 333.181E-06 3.853E-03 18.117E-06 4.700ns 288.910E-06 3.413E-03 14.894E-06 4.800ns 250.547E-06 3.042E-03 12.244E-06 4.900ns 217.303E-06 2.726E-03 10.066E-06 5.000ns 188.492E-06 2.453E-03 8.275E-06 5.250ns 132.153E-06 1.906E-03 5.072E-06 5.500ns 92.725E-06 1.494E-03 3.108E-06 5.750ns 65.111E-06 1.177E-03 1.905E-06 6.000ns 45.751E-06 929.424E-06 1.167E-06 6.250ns 32.168E-06 735.027E-06 715.054E-09 6.500ns 22.632E-06 581.932E-06 438.113E-09 6.750ns 15.935E-06 461.154E-06 268.431E-09 7.000ns 11.227E-06 365.727E-06 164.562E-09 7.250ns 7.915E-06 290.227E-06 100.914E-09 7.500ns 5.582E-06 230.423E-06 61.870E-09 7.750ns 3.939E-06 183.035E-06 37.926E-09 8.000ns 2.782E-06 145.470E-06 23.252E-09 8.250ns 1.965E-06 115.671E-06 14.266E-09 8.500ns 1.389E-06 92.019E-06 8.759E-09 8.750ns 982.202E-09 73.235E-06 5.380E-09 9.000ns 694.873E-09 58.310E-06 3.307E-09 9.250ns 491.895E-09 46.443E-06 2.036E-09 9.500ns 348.420E-09 37.005E-06 1.258E-09 9.750ns 246.946E-09 29.494E-06 780.692E-12 | [Falling Waveform] R_fixture = 50.0000 V_fixture = 3.3000 V_fixture_min = 3.0000 V_fixture_max = 3.6000 | time V(typ) V(min) V(max) | 0.000s 3.300E+00 3.000E+00 3.600E+00 50.000ps 3.300E+00 3.000E+00 3.600E+00 100.000ps 3.300E+00 3.000E+00 3.600E+00 150.000ps 3.300E+00 3.000E+00 3.600E+00 200.000ps 3.300E+00 3.000E+00 3.600E+00 250.000ps 3.300E+00 3.000E+00 3.600E+00 300.000ps 3.300E+00 3.000E+00 3.600E+00 350.000ps 3.300E+00 3.000E+00 3.600E+00 400.000ps 3.300E+00 3.000E+00 3.600E+00 450.000ps 3.300E+00 3.000E+00 3.600E+00 500.000ps 3.300E+00 3.000E+00 3.600E+00 550.000ps 3.300E+00 3.000E+00 3.600E+00 600.000ps 3.300E+00 3.000E+00 3.600E+00 650.000ps 3.300E+00 3.000E+00 3.600E+00 700.000ps 3.300E+00 3.000E+00 3.599E+00 750.000ps 3.300E+00 3.000E+00 3.599E+00 800.000ps 3.300E+00 3.000E+00 3.600E+00 850.000ps 3.300E+00 3.000E+00 3.604E+00 900.000ps 3.300E+00 3.000E+00 3.602E+00 950.000ps 3.300E+00 3.000E+00 3.565E+00 1.000ns 3.300E+00 3.000E+00 3.501E+00 1.050ns 3.299E+00 3.000E+00 3.419E+00 1.100ns 3.299E+00 3.000E+00 3.330E+00 1.150ns 3.299E+00 3.000E+00 3.223E+00 1.200ns 3.299E+00 3.000E+00 3.073E+00 1.250ns 3.299E+00 3.000E+00 2.846E+00 1.300ns 3.300E+00 3.000E+00 2.434E+00 1.350ns 3.302E+00 3.000E+00 1.790E+00 1.400ns 3.306E+00 3.000E+00 1.149E+00 1.450ns 3.302E+00 3.000E+00 732.518E-03 1.500ns 3.286E+00 3.000E+00 549.109E-03 1.550ns 3.260E+00 3.000E+00 465.938E-03 1.600ns 3.226E+00 3.000E+00 424.363E-03 1.650ns 3.186E+00 3.000E+00 398.565E-03 1.700ns 3.141E+00 3.000E+00 380.008E-03 1.750ns 3.093E+00 3.000E+00 365.898E-03 1.800ns 3.042E+00 2.999E+00 354.797E-03 1.850ns 2.984E+00 2.999E+00 345.954E-03 1.900ns 2.912E+00 2.999E+00 338.672E-03 1.950ns 2.818E+00 2.999E+00 332.558E-03 2.000ns 2.687E+00 2.999E+00 327.367E-03 2.050ns 2.483E+00 2.999E+00 322.917E-03 2.100ns 2.157E+00 2.999E+00 319.069E-03 2.150ns 1.789E+00 2.999E+00 315.723E-03 2.200ns 1.441E+00 2.999E+00 312.799E-03 2.250ns 1.161E+00 3.000E+00 310.231E-03 2.300ns 969.846E-03 3.002E+00 307.967E-03 2.350ns 854.521E-03 3.004E+00 305.962E-03 2.400ns 785.344E-03 3.005E+00 304.182E-03 2.450ns 739.774E-03 3.004E+00 302.598E-03 2.500ns 705.370E-03 3.000E+00 301.185E-03 2.550ns 678.344E-03 2.992E+00 299.923E-03 2.600ns 656.587E-03 2.982E+00 298.792E-03 2.650ns 638.513E-03 2.968E+00 297.779E-03 2.700ns 623.251E-03 2.952E+00 296.869E-03 2.750ns 610.046E-03 2.934E+00 296.051E-03 2.800ns 598.480E-03 2.914E+00 295.315E-03 2.850ns 588.293E-03 2.893E+00 294.652E-03 2.900ns 579.273E-03 2.870E+00 294.055E-03 2.950ns 571.237E-03 2.847E+00 293.516E-03 3.000ns 564.041E-03 2.823E+00 293.030E-03 3.100ns 551.736E-03 2.768E+00 292.194E-03 3.200ns 541.659E-03 2.697E+00 291.511E-03 3.300ns 533.316E-03 2.599E+00 290.952E-03 3.400ns 526.353E-03 2.451E+00 290.493E-03 3.500ns 520.502E-03 2.170E+00 290.117E-03 3.600ns 515.562E-03 1.855E+00 289.808E-03 3.700ns 511.370E-03 1.594E+00 289.554E-03 3.800ns 507.800E-03 1.402E+00 289.345E-03 3.900ns 504.751E-03 1.267E+00 289.174E-03 4.000ns 502.139E-03 1.172E+00 289.032E-03 4.100ns 499.896E-03 1.100E+00 288.916E-03 4.200ns 497.968E-03 1.044E+00 288.820E-03 4.300ns 496.307E-03 1.001E+00 288.741E-03 4.400ns 494.874E-03 967.155E-03 288.675E-03 4.500ns 493.636E-03 939.614E-03 288.622E-03 4.600ns 492.565E-03 916.771E-03 288.577E-03 4.700ns 491.638E-03 897.493E-03 288.541E-03 4.800ns 490.835E-03 880.993E-03 288.511E-03 4.900ns 490.139E-03 866.748E-03 288.486E-03 5.000ns 489.535E-03 854.357E-03 288.466E-03 5.250ns 488.350E-03 829.565E-03 288.429E-03 5.500ns 487.516E-03 811.232E-03 288.406E-03 5.750ns 486.927E-03 797.406E-03 288.392E-03 6.000ns 486.511E-03 786.834E-03 288.383E-03 6.250ns 486.216E-03 778.667E-03 288.378E-03 6.500ns 486.007E-03 772.311E-03 288.375E-03 6.750ns 485.858E-03 767.337E-03 288.373E-03 7.000ns 485.753E-03 763.424E-03 288.371E-03 7.250ns 485.678E-03 760.335E-03 288.371E-03 7.500ns 485.625E-03 757.887E-03 288.370E-03 7.750ns 485.587E-03 755.943E-03 288.370E-03 8.000ns 485.560E-03 754.396E-03 288.370E-03 8.250ns 485.540E-03 753.163E-03 288.370E-03 8.500ns 485.527E-03 752.179E-03 288.369E-03 8.750ns 485.517E-03 751.392E-03 288.369E-03 9.000ns 485.510E-03 750.762E-03 288.369E-03 9.250ns 485.505E-03 750.259E-03 288.369E-03 9.500ns 485.501E-03 749.855E-03 288.369E-03 9.750ns 485.499E-03 749.531E-03 288.369E-03 | | End [Model] LVC15_OUTN_33 | |************************************************************************ | Model LVC15_OUTN_25 |************************************************************************ | [Model] LVC15_OUTN_25 Model_type Output Polarity Non-Inverting Vmeas = 1.25000V Cref = 50.0000pF Rref = 0.5000k Vref = 0.000V C_comp 4.34pF 3.20pF 5.47pF | | [Model Spec] | | Note: The input and output voltage ratings may be exceeded if the input and | output current ratings are observed (please refer to the data sheet) | | Subparameter typ min max | | Timing Thresholds | Vmeas 1.25 1.15 1.5 | | [Temperature Range] 25.0000 85.0000 -40.0000 | Remark: The curves below are the result of a simulation using the following | die temperatures: 35.0000 95.0000 -30.0000 | [Voltage Range] 2.5000V 2.3000V 2.7000V |Process Range nominal slow fast | [Pulldown] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.858E+00 -4.765E+00 -5.049E+00 -5.300E+00 -4.647E+00 -4.557E+00 -4.832E+00 -5.100E+00 -4.435E+00 -4.349E+00 -4.614E+00 -4.900E+00 -4.223E+00 -4.140E+00 -4.397E+00 -4.700E+00 -4.012E+00 -3.932E+00 -4.179E+00 -4.500E+00 -3.800E+00 -3.724E+00 -3.962E+00 -4.300E+00 -3.589E+00 -3.517E+00 -3.744E+00 -4.100E+00 -3.377E+00 -3.309E+00 -3.527E+00 -3.900E+00 -3.166E+00 -3.101E+00 -3.309E+00 -3.700E+00 -2.954E+00 -2.894E+00 -3.091E+00 -3.500E+00 -2.743E+00 -2.687E+00 -2.874E+00 -3.300E+00 -2.532E+00 -2.480E+00 -2.656E+00 -3.100E+00 -2.322E+00 -2.274E+00 -2.439E+00 -2.900E+00 -2.112E+00 -2.068E+00 -2.224E+00 -2.700E+00 -1.727E+00 -1.862E+00 -1.688E+00 -2.500E+00 -1.529E+00 -1.565E+00 -1.489E+00 -2.300E+00 -1.332E+00 -1.368E+00 -1.290E+00 -2.100E+00 -1.135E+00 -1.172E+00 -1.093E+00 -1.900E+00 -9.395E-01 -9.776E-01 -8.960E-01 -1.700E+00 -7.456E-01 -7.844E-01 -7.015E-01 -1.500E+00 -5.546E-01 -5.940E-01 -5.107E-01 -1.300E+00 -3.724E-01 -4.119E-01 -3.312E-01 -1.100E+00 -2.577E-01 -3.085E-01 -2.196E-01 -9.000E-01 -1.124E-01 -1.480E-01 -1.653E-01 -7.000E-01 -7.612E-02 -4.501E-02 -1.382E-01 -5.000E-01 -5.572E-02 -3.197E-02 -1.029E-01 -3.000E-01 -3.424E-02 -1.935E-02 -6.423E-02 -1.000E-01 -1.153E-02 -6.358E-03 -2.224E-02 1.000E-01 1.112E-02 6.037E-03 2.170E-02 3.000E-01 3.072E-02 1.668E-02 5.968E-02 5.000E-01 4.700E-02 2.544E-02 9.106E-02 7.000E-01 6.017E-02 3.240E-02 1.165E-01 9.000E-01 7.047E-02 3.763E-02 1.368E-01 1.100E+00 7.813E-02 4.122E-02 1.524E-01 1.300E+00 8.338E-02 4.335E-02 1.638E-01 1.500E+00 8.655E-02 4.440E-02 1.716E-01 1.700E+00 8.825E-02 4.494E-02 1.765E-01 1.900E+00 8.921E-02 4.530E-02 1.792E-01 2.100E+00 8.989E-02 4.559E-02 1.810E-01 2.300E+00 9.045E-02 4.585E-02 1.823E-01 2.500E+00 9.095E-02 4.608E-02 1.834E-01 2.700E+00 9.140E-02 4.631E-02 1.845E-01 2.900E+00 9.178E-02 4.709E-02 1.853E-01 3.100E+00 9.201E-02 1.492E-01 1.860E-01 3.300E+00 1.133E-01 4.338E-01 1.865E-01 3.500E+00 3.751E-01 6.063E-01 1.869E-01 3.700E+00 5.759E-01 7.194E-01 3.484E-01 3.900E+00 7.076E-01 8.597E-01 5.786E-01 4.100E+00 8.574E-01 1.054E+00 7.319E-01 4.300E+00 1.056E+00 1.255E+00 8.932E-01 4.500E+00 1.261E+00 1.459E+00 1.098E+00 4.700E+00 1.469E+00 1.664E+00 1.310E+00 4.900E+00 1.678E+00 1.871E+00 1.523E+00 5.100E+00 1.888E+00 2.077E+00 1.738E+00 5.300E+00 2.098E+00 2.285E+00 1.953E+00 5.500E+00 2.309E+00 2.492E+00 2.169E+00 5.700E+00 2.520E+00 2.701E+00 2.385E+00 5.900E+00 2.732E+00 2.912E+00 2.602E+00 6.100E+00 2.945E+00 3.115E+00 2.819E+00 6.300E+00 3.163E+00 3.322E+00 3.039E+00 6.500E+00 3.362E+00 3.529E+00 3.262E+00 6.700E+00 3.570E+00 3.737E+00 3.468E+00 6.900E+00 3.780E+00 3.945E+00 3.677E+00 7.100E+00 3.989E+00 4.153E+00 3.888E+00 7.300E+00 4.199E+00 4.361E+00 4.100E+00 7.500E+00 4.408E+00 4.569E+00 4.312E+00 7.700E+00 4.618E+00 4.777E+00 4.524E+00 7.900E+00 4.827E+00 4.985E+00 4.736E+00 8.100E+00 5.037E+00 5.194E+00 4.949E+00 8.300E+00 5.247E+00 5.402E+00 5.161E+00 8.500E+00 5.457E+00 5.610E+00 5.374E+00 8.700E+00 5.667E+00 5.819E+00 5.587E+00 8.900E+00 5.876E+00 6.027E+00 5.800E+00 9.100E+00 6.086E+00 6.235E+00 6.013E+00 9.300E+00 6.296E+00 6.444E+00 6.226E+00 9.500E+00 6.507E+00 6.653E+00 6.440E+00 9.700E+00 6.717E+00 6.861E+00 6.653E+00 9.900E+00 6.927E+00 7.070E+00 6.867E+00 1.010E+01 7.138E+00 7.279E+00 7.082E+00 1.030E+01 7.348E+00 7.488E+00 7.296E+00 1.050E+01 7.559E+00 7.696E+00 7.511E+00 1.070E+01 7.770E+00 7.906E+00 7.726E+00 1.090E+01 7.981E+00 8.115E+00 7.941E+00 1.100E+01 8.086E+00 8.219E+00 8.049E+00 | [Pullup] | voltage I(typ) I(min) I(max) | -8.700E+00 8.302E+00 8.221E+00 8.489E+00 -8.500E+00 8.091E+00 8.012E+00 8.273E+00 -8.300E+00 7.880E+00 7.803E+00 8.057E+00 -8.100E+00 7.669E+00 7.594E+00 7.842E+00 -7.900E+00 7.458E+00 7.385E+00 7.627E+00 -7.700E+00 7.247E+00 7.176E+00 7.412E+00 -7.500E+00 7.037E+00 6.968E+00 7.197E+00 -7.300E+00 6.826E+00 6.759E+00 6.983E+00 -7.100E+00 6.616E+00 6.550E+00 6.769E+00 -6.900E+00 6.406E+00 6.342E+00 6.555E+00 -6.700E+00 6.196E+00 6.133E+00 6.341E+00 -6.500E+00 5.986E+00 5.925E+00 6.128E+00 -6.300E+00 5.776E+00 5.716E+00 5.915E+00 -6.100E+00 5.566E+00 5.508E+00 5.702E+00 -5.900E+00 5.356E+00 5.300E+00 5.489E+00 -5.700E+00 5.146E+00 5.091E+00 5.276E+00 -5.500E+00 4.937E+00 4.883E+00 5.063E+00 -5.300E+00 4.727E+00 4.675E+00 4.851E+00 -5.100E+00 4.517E+00 4.467E+00 4.639E+00 -4.900E+00 4.308E+00 4.259E+00 4.427E+00 -4.700E+00 4.098E+00 4.051E+00 4.215E+00 -4.500E+00 3.889E+00 3.843E+00 4.004E+00 -4.300E+00 3.680E+00 3.635E+00 3.793E+00 -4.100E+00 3.471E+00 3.428E+00 3.584E+00 -3.900E+00 3.263E+00 3.220E+00 3.377E+00 -3.700E+00 3.057E+00 3.013E+00 3.178E+00 -3.500E+00 2.609E+00 2.808E+00 2.568E+00 -3.300E+00 2.406E+00 2.450E+00 2.362E+00 -3.100E+00 2.205E+00 2.250E+00 2.158E+00 -2.900E+00 2.004E+00 2.050E+00 1.954E+00 -2.700E+00 1.804E+00 1.852E+00 1.752E+00 -2.500E+00 1.605E+00 1.653E+00 1.551E+00 -2.300E+00 1.406E+00 1.456E+00 1.350E+00 -2.100E+00 1.208E+00 1.259E+00 1.150E+00 -1.900E+00 1.011E+00 1.063E+00 951.718E-03 -1.700E+00 816.017E-03 869.116E-03 755.891E-03 -1.500E+00 623.724E-03 677.413E-03 563.308E-03 -1.300E+00 439.599E-03 494.154E-03 379.231E-03 -1.100E+00 343.411E-03 417.573E-03 264.954E-03 -900.000E-03 192.405E-03 324.139E-03 131.077E-03 -700.000E-03 54.866E-03 42.174E-03 99.495E-03 -500.000E-03 39.032E-03 22.181E-03 72.217E-03 -300.000E-03 23.437E-03 13.240E-03 43.566E-03 -100.000E-03 7.536E-03 4.178E-03 14.356E-03 100.000E-03 -7.142E-03 -3.885E-03 -13.813E-03 300.000E-03 -19.978E-03 -10.772E-03 -38.839E-03 500.000E-03 -30.895E-03 -16.479E-03 -60.457E-03 700.000E-03 -39.965E-03 -21.036E-03 -78.851E-03 900.000E-03 -47.298E-03 -24.504E-03 -94.263E-03 1.100E+00 -53.049E-03 -26.994E-03 -106.985E-03 1.300E+00 -57.450E-03 -28.711E-03 -117.388E-03 1.500E+00 -60.831E-03 -29.917E-03 -125.969E-03 1.700E+00 -63.484E-03 -30.814E-03 -133.284E-03 1.900E+00 -65.573E-03 -31.523E-03 -139.569E-03 2.100E+00 -67.256E-03 -32.116E-03 -144.755E-03 2.300E+00 -68.666E-03 -32.631E-03 -149.003E-03 2.500E+00 -69.890E-03 -33.091E-03 -152.576E-03 2.700E+00 -70.975E-03 -33.601E-03 -155.672E-03 2.900E+00 -72.163E-03 -34.689E-03 -158.404E-03 3.100E+00 -74.609E-03 -50.884E-03 -161.376E-03 3.300E+00 -80.851E-03 -271.628E-03 -167.379E-03 3.500E+00 -236.700E-03 -472.774E-03 -177.341E-03 3.700E+00 -456.756E-03 -606.619E-03 -248.042E-03 3.900E+00 -606.387E-03 -754.284E-03 -480.004E-03 4.100E+00 -763.209E-03 -947.507E-03 -648.661E-03 4.300E+00 -962.050E-03 -1.148E+00 -817.691E-03 4.500E+00 -1.167E+00 -1.350E+00 -1.025E+00 4.700E+00 -1.375E+00 -1.554E+00 -1.239E+00 4.900E+00 -1.584E+00 -1.759E+00 -1.454E+00 5.100E+00 -1.793E+00 -1.964E+00 -1.671E+00 5.300E+00 -2.003E+00 -2.170E+00 -1.888E+00 5.500E+00 -2.213E+00 -2.376E+00 -2.105E+00 5.700E+00 -2.424E+00 -2.583E+00 -2.323E+00 5.900E+00 -2.635E+00 -2.789E+00 -2.540E+00 6.100E+00 -2.846E+00 -2.997E+00 -2.758E+00 6.300E+00 -3.057E+00 -3.204E+00 -2.976E+00 6.500E+00 -3.268E+00 -3.412E+00 -3.194E+00 6.700E+00 -3.480E+00 -3.619E+00 -3.411E+00 6.900E+00 -3.691E+00 -3.827E+00 -3.629E+00 7.100E+00 -3.903E+00 -4.035E+00 -3.847E+00 7.300E+00 -4.114E+00 -4.243E+00 -4.064E+00 7.500E+00 -4.326E+00 -4.451E+00 -4.282E+00 7.700E+00 -4.538E+00 -4.660E+00 -4.499E+00 7.900E+00 -4.749E+00 -4.868E+00 -4.717E+00 8.100E+00 -4.961E+00 -5.076E+00 -4.934E+00 8.200E+00 -5.067E+00 -5.181E+00 -5.043E+00 | [Ramp] | variable typ min max dV/dt_r 1.302V/266.892ps 1.054V/547.154ps 1.508V/188.763ps dV/dt_f 1.371V/284.498ps 1.162V/618.320ps 1.548V/173.998ps R_load = 100.0000 | [Rising Waveform] R_fixture = 100.0000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 600.178E-12 11.190E-09 7.515E-12 50.000ps 115.339E-09 95.054E-09 83.148E-09 100.000ps 433.971E-09 660.726E-09 5.447E-09 150.000ps -292.070E-09 737.014E-09 -471.982E-09 200.000ps -1.507E-06 -685.518E-09 -477.544E-09 250.000ps -1.376E-06 -1.882E-06 1.424E-06 300.000ps -182.015E-09 -1.933E-06 3.971E-06 350.000ps 1.591E-06 -1.113E-06 6.843E-06 400.000ps 3.918E-06 -363.261E-09 1.021E-06 450.000ps 5.993E-06 199.210E-09 -12.591E-06 500.000ps 8.180E-06 762.365E-09 -29.545E-06 550.000ps 8.962E-06 1.422E-06 -53.864E-06 600.000ps 5.519E-06 2.274E-06 -59.286E-06 650.000ps -2.707E-06 3.304E-06 -22.118E-06 700.000ps -12.825E-06 4.463E-06 159.239E-06 750.000ps -21.621E-06 5.786E-06 384.012E-06 800.000ps -33.793E-06 7.083E-06 574.226E-06 850.000ps -51.787E-06 7.762E-06 803.898E-06 900.000ps -64.815E-06 7.328E-06 1.171E-03 950.000ps -67.546E-06 5.777E-06 -734.560E-06 1.000ns -63.083E-06 3.310E-06 -7.666E-03 1.050ns -55.244E-06 -36.634E-09 -20.396E-03 1.100ns -19.554E-06 -4.185E-06 -29.301E-03 1.150ns 62.723E-06 -8.824E-06 -35.673E-03 1.200ns 183.255E-06 -13.410E-06 -46.758E-03 1.250ns 314.600E-06 -17.652E-06 -27.362E-03 1.300ns 442.144E-06 -22.714E-06 70.792E-03 1.350ns 565.863E-06 -29.546E-06 257.285E-03 1.400ns 703.945E-06 -37.479E-06 569.718E-03 1.450ns 915.729E-06 -44.660E-06 1.018E+00 1.500ns 1.272E-03 -50.535E-06 1.508E+00 1.550ns 1.566E-03 -53.973E-06 1.885E+00 1.600ns 1.051E-03 -53.460E-06 2.109E+00 1.650ns -1.122E-03 -49.438E-06 2.232E+00 1.700ns -5.358E-03 -44.634E-06 2.315E+00 1.750ns -12.010E-03 -40.812E-06 2.371E+00 1.800ns -21.192E-03 -37.508E-06 2.410E+00 1.850ns -31.807E-03 -32.550E-06 2.438E+00 1.900ns -38.501E-03 -23.051E-06 2.459E+00 1.950ns -41.815E-03 -4.267E-06 2.474E+00 2.000ns -45.812E-03 25.571E-06 2.485E+00 2.050ns -52.609E-03 65.801E-06 2.492E+00 2.100ns -62.953E-03 114.987E-06 2.497E+00 2.150ns -75.263E-03 170.504E-06 2.500E+00 2.200ns -78.232E-03 228.889E-06 2.503E+00 2.250ns -54.226E-03 287.561E-06 2.505E+00 2.300ns 16.312E-03 345.906E-06 2.506E+00 2.350ns 144.362E-03 405.996E-06 2.507E+00 2.400ns 332.342E-03 471.943E-06 2.508E+00 2.450ns 579.196E-03 550.088E-06 2.509E+00 2.500ns 858.044E-03 655.966E-06 2.510E+00 2.550ns 1.140E+00 812.885E-06 2.510E+00 2.600ns 1.402E+00 1.010E-03 2.511E+00 2.650ns 1.616E+00 1.207E-03 2.511E+00 2.700ns 1.776E+00 1.377E-03 2.512E+00 2.750ns 1.886E+00 1.491E-03 2.512E+00 2.800ns 1.957E+00 1.451E-03 2.512E+00 2.850ns 2.005E+00 1.090E-03 2.512E+00 2.900ns 2.039E+00 257.124E-06 2.512E+00 2.950ns 2.062E+00 -1.136E-03 2.512E+00 3.000ns 2.080E+00 -3.126E-03 2.512E+00 3.100ns 2.107E+00 -9.125E-03 2.513E+00 3.200ns 2.126E+00 -18.872E-03 2.513E+00 3.300ns 2.138E+00 -32.035E-03 2.513E+00 3.400ns 2.147E+00 -45.249E-03 2.513E+00 3.500ns 2.153E+00 -52.613E-03 2.513E+00 3.600ns 2.158E+00 -56.776E-03 2.513E+00 3.700ns 2.161E+00 -64.010E-03 2.513E+00 3.800ns 2.163E+00 -73.531E-03 2.513E+00 3.900ns 2.165E+00 -87.554E-03 2.513E+00 4.000ns 2.166E+00 -96.944E-03 2.513E+00 4.100ns 2.167E+00 -75.050E-03 2.513E+00 4.200ns 2.168E+00 7.406E-03 2.513E+00 4.300ns 2.169E+00 155.687E-03 2.513E+00 4.400ns 2.169E+00 351.843E-03 2.513E+00 4.500ns 2.169E+00 571.530E-03 2.513E+00 4.600ns 2.170E+00 795.608E-03 2.513E+00 4.700ns 2.170E+00 1.009E+00 2.513E+00 4.800ns 2.170E+00 1.198E+00 2.513E+00 4.900ns 2.170E+00 1.352E+00 2.513E+00 5.000ns 2.170E+00 1.466E+00 2.513E+00 5.250ns 2.170E+00 1.617E+00 2.513E+00 5.500ns 2.170E+00 1.680E+00 2.513E+00 5.750ns 2.170E+00 1.712E+00 2.513E+00 6.000ns 2.170E+00 1.730E+00 2.513E+00 6.250ns 2.170E+00 1.740E+00 2.513E+00 6.500ns 2.170E+00 1.746E+00 2.513E+00 6.750ns 2.170E+00 1.750E+00 2.513E+00 7.000ns 2.170E+00 1.753E+00 2.513E+00 7.250ns 2.170E+00 1.754E+00 2.513E+00 7.500ns 2.170E+00 1.755E+00 2.513E+00 7.750ns 2.170E+00 1.756E+00 2.513E+00 8.000ns 2.170E+00 1.756E+00 2.513E+00 8.250ns 2.170E+00 1.756E+00 2.513E+00 8.500ns 2.170E+00 1.756E+00 2.513E+00 8.750ns 2.170E+00 1.756E+00 2.513E+00 9.000ns 2.170E+00 1.756E+00 2.513E+00 9.250ns 2.170E+00 1.756E+00 2.513E+00 9.500ns 2.170E+00 1.756E+00 2.513E+00 9.750ns 2.170E+00 1.756E+00 2.513E+00 | [Rising Waveform] R_fixture = 100.0000 V_fixture = 2.5000 V_fixture_min = 2.3000 V_fixture_max = 2.7000 | time V(typ) V(min) V(max) | 0.000s 215.452E-03 358.227E-03 120.043E-03 50.000ps 215.452E-03 358.228E-03 120.043E-03 100.000ps 215.452E-03 358.228E-03 120.043E-03 150.000ps 215.451E-03 358.228E-03 120.043E-03 200.000ps 215.450E-03 358.226E-03 120.043E-03 250.000ps 215.451E-03 358.225E-03 120.045E-03 300.000ps 215.452E-03 358.226E-03 120.047E-03 350.000ps 215.454E-03 358.228E-03 120.049E-03 400.000ps 215.456E-03 358.229E-03 120.042E-03 450.000ps 215.456E-03 358.230E-03 120.028E-03 500.000ps 215.456E-03 358.230E-03 120.014E-03 550.000ps 215.455E-03 358.230E-03 119.997E-03 600.000ps 215.448E-03 358.230E-03 120.004E-03 650.000ps 215.439E-03 358.230E-03 120.055E-03 700.000ps 215.430E-03 358.229E-03 120.244E-03 750.000ps 215.426E-03 358.228E-03 120.444E-03 800.000ps 215.421E-03 358.227E-03 120.566E-03 850.000ps 215.415E-03 358.224E-03 120.677E-03 900.000ps 215.420E-03 358.219E-03 120.829E-03 950.000ps 215.439E-03 358.214E-03 118.724E-03 1.000ns 215.466E-03 358.209E-03 112.927E-03 1.050ns 215.495E-03 358.205E-03 105.409E-03 1.100ns 215.548E-03 358.201E-03 109.859E-03 1.150ns 215.638E-03 358.199E-03 124.040E-03 1.200ns 215.744E-03 358.200E-03 139.996E-03 1.250ns 215.829E-03 358.202E-03 197.195E-03 1.300ns 215.873E-03 358.207E-03 352.919E-03 1.350ns 215.871E-03 358.212E-03 657.812E-03 1.400ns 215.834E-03 358.219E-03 1.143E+00 1.450ns 215.798E-03 358.231E-03 1.696E+00 1.500ns 215.782E-03 358.248E-03 2.114E+00 1.550ns 215.546E-03 358.270E-03 2.340E+00 1.600ns 214.520E-03 358.297E-03 2.464E+00 1.650ns 212.420E-03 358.328E-03 2.539E+00 1.700ns 209.822E-03 358.358E-03 2.588E+00 1.750ns 207.848E-03 358.384E-03 2.621E+00 1.800ns 208.637E-03 358.408E-03 2.644E+00 1.850ns 217.117E-03 358.432E-03 2.661E+00 1.900ns 243.020E-03 358.457E-03 2.674E+00 1.950ns 288.599E-03 358.488E-03 2.682E+00 2.000ns 354.621E-03 358.523E-03 2.688E+00 2.050ns 438.462E-03 358.557E-03 2.691E+00 2.100ns 551.114E-03 358.584E-03 2.694E+00 2.150ns 687.684E-03 358.598E-03 2.695E+00 2.200ns 854.592E-03 358.590E-03 2.696E+00 2.250ns 1.053E+00 358.557E-03 2.697E+00 2.300ns 1.285E+00 358.496E-03 2.697E+00 2.350ns 1.543E+00 358.405E-03 2.698E+00 2.400ns 1.805E+00 358.286E-03 2.698E+00 2.450ns 2.024E+00 358.139E-03 2.699E+00 2.500ns 2.188E+00 357.964E-03 2.699E+00 2.550ns 2.294E+00 357.760E-03 2.699E+00 2.600ns 2.357E+00 357.482E-03 2.699E+00 2.650ns 2.398E+00 357.065E-03 2.699E+00 2.700ns 2.426E+00 356.475E-03 2.699E+00 2.750ns 2.444E+00 355.709E-03 2.700E+00 2.800ns 2.456E+00 354.740E-03 2.700E+00 2.850ns 2.464E+00 353.560E-03 2.700E+00 2.900ns 2.470E+00 352.293E-03 2.700E+00 2.950ns 2.475E+00 351.230E-03 2.700E+00 3.000ns 2.479E+00 350.798E-03 2.700E+00 3.100ns 2.485E+00 353.915E-03 2.700E+00 3.200ns 2.489E+00 367.591E-03 2.700E+00 3.300ns 2.492E+00 407.612E-03 2.700E+00 3.400ns 2.494E+00 515.016E-03 2.700E+00 3.500ns 2.496E+00 758.908E-03 2.700E+00 3.600ns 2.497E+00 1.093E+00 2.700E+00 3.700ns 2.498E+00 1.406E+00 2.700E+00 3.800ns 2.498E+00 1.649E+00 2.700E+00 3.900ns 2.499E+00 1.822E+00 2.700E+00 4.000ns 2.499E+00 1.936E+00 2.700E+00 4.100ns 2.499E+00 2.018E+00 2.700E+00 4.200ns 2.499E+00 2.078E+00 2.700E+00 4.300ns 2.500E+00 2.126E+00 2.700E+00 4.400ns 2.500E+00 2.167E+00 2.700E+00 4.500ns 2.500E+00 2.196E+00 2.700E+00 4.600ns 2.500E+00 2.219E+00 2.700E+00 4.700ns 2.500E+00 2.237E+00 2.700E+00 4.800ns 2.500E+00 2.251E+00 2.700E+00 4.900ns 2.500E+00 2.261E+00 2.700E+00 5.000ns 2.500E+00 2.269E+00 2.700E+00 5.250ns 2.500E+00 2.282E+00 2.700E+00 5.500ns 2.500E+00 2.289E+00 2.700E+00 5.750ns 2.500E+00 2.293E+00 2.700E+00 6.000ns 2.500E+00 2.296E+00 2.700E+00 6.250ns 2.500E+00 2.298E+00 2.700E+00 6.500ns 2.500E+00 2.299E+00 2.700E+00 6.750ns 2.500E+00 2.299E+00 2.700E+00 7.000ns 2.500E+00 2.299E+00 2.700E+00 7.250ns 2.500E+00 2.300E+00 2.700E+00 7.500ns 2.500E+00 2.300E+00 2.700E+00 7.750ns 2.500E+00 2.300E+00 2.700E+00 8.000ns 2.500E+00 2.300E+00 2.700E+00 8.250ns 2.500E+00 2.300E+00 2.700E+00 8.500ns 2.500E+00 2.300E+00 2.700E+00 8.750ns 2.500E+00 2.300E+00 2.700E+00 9.000ns 2.500E+00 2.300E+00 2.700E+00 9.250ns 2.500E+00 2.300E+00 2.700E+00 9.500ns 2.500E+00 2.300E+00 2.700E+00 9.750ns 2.500E+00 2.300E+00 2.700E+00 | [Falling Waveform] R_fixture = 100.0000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 2.170E+00 1.756E+00 2.513E+00 50.000ps 2.170E+00 1.756E+00 2.513E+00 100.000ps 2.170E+00 1.756E+00 2.513E+00 150.000ps 2.170E+00 1.756E+00 2.513E+00 200.000ps 2.170E+00 1.756E+00 2.513E+00 250.000ps 2.170E+00 1.756E+00 2.513E+00 300.000ps 2.170E+00 1.756E+00 2.513E+00 350.000ps 2.170E+00 1.756E+00 2.513E+00 400.000ps 2.170E+00 1.756E+00 2.513E+00 450.000ps 2.170E+00 1.756E+00 2.513E+00 500.000ps 2.170E+00 1.756E+00 2.513E+00 550.000ps 2.170E+00 1.756E+00 2.513E+00 600.000ps 2.170E+00 1.756E+00 2.513E+00 650.000ps 2.170E+00 1.756E+00 2.513E+00 700.000ps 2.170E+00 1.756E+00 2.513E+00 750.000ps 2.170E+00 1.756E+00 2.512E+00 800.000ps 2.171E+00 1.756E+00 2.512E+00 850.000ps 2.171E+00 1.756E+00 2.512E+00 900.000ps 2.171E+00 1.756E+00 2.512E+00 950.000ps 2.170E+00 1.756E+00 2.514E+00 1.000ns 2.170E+00 1.756E+00 2.519E+00 1.050ns 2.170E+00 1.756E+00 2.514E+00 1.100ns 2.170E+00 1.756E+00 2.485E+00 1.150ns 2.170E+00 1.756E+00 2.438E+00 1.200ns 2.170E+00 1.756E+00 2.378E+00 1.250ns 2.170E+00 1.756E+00 2.304E+00 1.300ns 2.170E+00 1.757E+00 2.204E+00 1.350ns 2.170E+00 1.757E+00 2.051E+00 1.400ns 2.170E+00 1.757E+00 1.765E+00 1.450ns 2.170E+00 1.757E+00 1.237E+00 1.500ns 2.170E+00 1.757E+00 638.616E-03 1.550ns 2.170E+00 1.757E+00 260.699E-03 1.600ns 2.170E+00 1.756E+00 107.492E-03 1.650ns 2.172E+00 1.756E+00 48.485E-03 1.700ns 2.175E+00 1.756E+00 27.850E-03 1.750ns 2.178E+00 1.756E+00 18.625E-03 1.800ns 2.179E+00 1.756E+00 13.218E-03 1.850ns 2.174E+00 1.756E+00 9.840E-03 1.900ns 2.161E+00 1.756E+00 7.619E-03 1.950ns 2.141E+00 1.756E+00 6.176E-03 2.000ns 2.115E+00 1.756E+00 5.155E-03 2.050ns 2.084E+00 1.756E+00 4.388E-03 2.100ns 2.048E+00 1.756E+00 3.794E-03 2.150ns 2.005E+00 1.756E+00 3.320E-03 2.200ns 1.954E+00 1.756E+00 2.930E-03 2.250ns 1.890E+00 1.756E+00 2.604E-03 2.300ns 1.803E+00 1.756E+00 2.329E-03 2.350ns 1.676E+00 1.756E+00 2.094E-03 2.400ns 1.461E+00 1.756E+00 1.889E-03 2.450ns 1.167E+00 1.756E+00 1.708E-03 2.500ns 825.100E-03 1.756E+00 1.548E-03 2.550ns 513.286E-03 1.756E+00 1.405E-03 2.600ns 292.289E-03 1.756E+00 1.276E-03 2.650ns 162.621E-03 1.756E+00 1.161E-03 2.700ns 92.264E-03 1.756E+00 1.057E-03 2.750ns 56.870E-03 1.756E+00 962.417E-06 2.800ns 38.602E-03 1.756E+00 876.872E-06 2.850ns 27.814E-03 1.757E+00 799.216E-06 2.900ns 20.799E-03 1.757E+00 728.646E-06 2.950ns 16.177E-03 1.758E+00 664.454E-06 3.000ns 12.992E-03 1.759E+00 606.025E-06 3.100ns 8.901E-03 1.763E+00 504.333E-06 3.200ns 6.614E-03 1.766E+00 419.872E-06 3.300ns 5.187E-03 1.769E+00 349.653E-06 3.400ns 4.255E-03 1.767E+00 291.236E-06 3.500ns 3.590E-03 1.755E+00 242.615E-06 3.600ns 3.074E-03 1.734E+00 202.134E-06 3.700ns 2.655E-03 1.703E+00 168.427E-06 3.800ns 2.307E-03 1.661E+00 140.355E-06 3.900ns 2.012E-03 1.606E+00 116.969E-06 4.000ns 1.761E-03 1.530E+00 97.483E-06 4.100ns 1.546E-03 1.407E+00 81.245E-06 4.200ns 1.361E-03 1.196E+00 67.714E-06 4.300ns 1.199E-03 912.999E-03 56.439E-06 4.400ns 1.057E-03 609.905E-03 47.042E-06 4.500ns 932.864E-06 357.147E-03 39.210E-06 4.600ns 823.618E-06 191.234E-03 32.683E-06 4.700ns 727.506E-06 99.717E-03 27.242E-06 4.800ns 642.835E-06 54.514E-03 22.708E-06 4.900ns 568.166E-06 32.516E-03 18.928E-06 5.000ns 502.281E-06 22.376E-03 15.778E-06 5.250ns 369.407E-06 10.172E-03 10.010E-06 5.500ns 271.956E-06 6.206E-03 6.351E-06 5.750ns 200.396E-06 4.347E-03 4.030E-06 6.000ns 147.791E-06 3.283E-03 2.556E-06 6.250ns 109.086E-06 2.588E-03 1.621E-06 6.500ns 80.585E-06 2.085E-03 1.029E-06 6.750ns 59.576E-06 1.700E-03 653.078E-09 7.000ns 44.075E-06 1.396E-03 414.475E-09 7.250ns 32.629E-06 1.152E-03 262.996E-09 7.500ns 24.170E-06 952.235E-06 166.881E-09 7.750ns 17.915E-06 788.564E-06 105.935E-09 8.000ns 13.287E-06 653.656E-06 67.260E-09 8.250ns 9.859E-06 542.174E-06 42.702E-09 8.500ns 7.319E-06 449.911E-06 27.106E-09 8.750ns 5.436E-06 373.474E-06 17.208E-09 9.000ns 4.039E-06 310.107E-06 10.929E-09 9.250ns 3.002E-06 257.552E-06 6.944E-09 9.500ns 2.232E-06 213.949E-06 4.413E-09 9.750ns 1.660E-06 177.764E-06 2.805E-09 | [Falling Waveform] R_fixture = 100.0000 V_fixture = 2.5000 V_fixture_min = 2.3000 V_fixture_max = 2.7000 | time V(typ) V(min) V(max) | 0.000s 2.500E+00 2.300E+00 2.700E+00 50.000ps 2.500E+00 2.300E+00 2.700E+00 100.000ps 2.500E+00 2.300E+00 2.700E+00 150.000ps 2.500E+00 2.300E+00 2.700E+00 200.000ps 2.500E+00 2.300E+00 2.700E+00 250.000ps 2.500E+00 2.300E+00 2.700E+00 300.000ps 2.500E+00 2.300E+00 2.700E+00 350.000ps 2.500E+00 2.300E+00 2.700E+00 400.000ps 2.500E+00 2.300E+00 2.700E+00 450.000ps 2.500E+00 2.300E+00 2.700E+00 500.000ps 2.500E+00 2.300E+00 2.700E+00 550.000ps 2.500E+00 2.300E+00 2.700E+00 600.000ps 2.500E+00 2.300E+00 2.700E+00 650.000ps 2.500E+00 2.300E+00 2.700E+00 700.000ps 2.500E+00 2.300E+00 2.700E+00 750.000ps 2.500E+00 2.300E+00 2.700E+00 800.000ps 2.500E+00 2.300E+00 2.699E+00 850.000ps 2.500E+00 2.300E+00 2.699E+00 900.000ps 2.500E+00 2.300E+00 2.699E+00 950.000ps 2.500E+00 2.300E+00 2.700E+00 1.000ns 2.500E+00 2.300E+00 2.705E+00 1.050ns 2.500E+00 2.300E+00 2.699E+00 1.100ns 2.500E+00 2.300E+00 2.673E+00 1.150ns 2.500E+00 2.300E+00 2.632E+00 1.200ns 2.500E+00 2.300E+00 2.580E+00 1.250ns 2.500E+00 2.300E+00 2.520E+00 1.300ns 2.500E+00 2.300E+00 2.446E+00 1.350ns 2.499E+00 2.300E+00 2.341E+00 1.400ns 2.499E+00 2.300E+00 2.175E+00 1.450ns 2.499E+00 2.300E+00 1.857E+00 1.500ns 2.499E+00 2.300E+00 1.335E+00 1.550ns 2.499E+00 2.300E+00 788.096E-03 1.600ns 2.499E+00 2.300E+00 430.337E-03 1.650ns 2.500E+00 2.300E+00 288.204E-03 1.700ns 2.502E+00 2.300E+00 234.728E-03 1.750ns 2.505E+00 2.300E+00 207.138E-03 1.800ns 2.505E+00 2.300E+00 189.835E-03 1.850ns 2.500E+00 2.300E+00 177.721E-03 1.900ns 2.488E+00 2.300E+00 168.686E-03 1.950ns 2.471E+00 2.300E+00 161.686E-03 2.000ns 2.451E+00 2.300E+00 156.093E-03 2.050ns 2.427E+00 2.300E+00 151.522E-03 2.100ns 2.400E+00 2.300E+00 147.721E-03 2.150ns 2.371E+00 2.300E+00 144.512E-03 2.200ns 2.339E+00 2.300E+00 141.774E-03 2.250ns 2.303E+00 2.300E+00 139.418E-03 2.300ns 2.258E+00 2.300E+00 137.374E-03 2.350ns 2.202E+00 2.300E+00 135.587E-03 2.400ns 2.129E+00 2.300E+00 134.016E-03 2.450ns 2.028E+00 2.300E+00 132.627E-03 2.500ns 1.863E+00 2.299E+00 131.395E-03 2.550ns 1.613E+00 2.299E+00 130.298E-03 2.600ns 1.317E+00 2.299E+00 129.319E-03 2.650ns 1.019E+00 2.299E+00 128.442E-03 2.700ns 767.488E-03 2.299E+00 127.655E-03 2.750ns 591.413E-03 2.299E+00 126.948E-03 2.800ns 486.835E-03 2.299E+00 126.311E-03 2.850ns 429.133E-03 2.299E+00 125.736E-03 2.900ns 394.271E-03 2.299E+00 125.217E-03 2.950ns 369.539E-03 2.299E+00 124.748E-03 3.000ns 350.039E-03 2.299E+00 124.323E-03 3.100ns 321.400E-03 2.301E+00 123.590E-03 3.200ns 301.849E-03 2.303E+00 122.986E-03 3.300ns 287.351E-03 2.304E+00 122.488E-03 3.400ns 275.991E-03 2.301E+00 122.076E-03 3.500ns 266.822E-03 2.292E+00 121.735E-03 3.600ns 259.386E-03 2.277E+00 121.452E-03 3.700ns 253.276E-03 2.257E+00 121.217E-03 3.800ns 248.161E-03 2.234E+00 121.021E-03 3.900ns 243.834E-03 2.207E+00 120.859E-03 4.000ns 240.155E-03 2.177E+00 120.723E-03 4.100ns 237.007E-03 2.141E+00 120.611E-03 4.200ns 234.299E-03 2.094E+00 120.517E-03 4.300ns 231.961E-03 2.034E+00 120.438E-03 4.400ns 229.937E-03 1.950E+00 120.373E-03 4.500ns 228.178E-03 1.807E+00 120.318E-03 4.600ns 226.646E-03 1.582E+00 120.273E-03 4.700ns 225.308E-03 1.331E+00 120.235E-03 4.800ns 224.139E-03 1.096E+00 120.203E-03 4.900ns 223.115E-03 909.450E-03 120.177E-03 5.000ns 222.216E-03 779.882E-03 120.155E-03 5.250ns 220.418E-03 614.676E-03 120.114E-03 5.500ns 219.109E-03 534.059E-03 120.089E-03 5.750ns 218.153E-03 488.682E-03 120.072E-03 6.000ns 217.450E-03 459.046E-03 120.062E-03 6.250ns 216.933E-03 437.603E-03 120.055E-03 6.500ns 216.551E-03 421.523E-03 120.051E-03 6.750ns 216.269E-03 409.194E-03 120.048E-03 7.000ns 216.059E-03 399.558E-03 120.046E-03 7.250ns 215.904E-03 391.941E-03 120.045E-03 7.500ns 215.788E-03 385.846E-03 120.045E-03 7.750ns 215.703E-03 380.929E-03 120.044E-03 8.000ns 215.639E-03 376.940E-03 120.044E-03 8.250ns 215.591E-03 373.687E-03 120.044E-03 8.500ns 215.556E-03 371.024E-03 120.044E-03 8.750ns 215.529E-03 368.837E-03 120.043E-03 9.000ns 215.510E-03 367.035E-03 120.043E-03 9.250ns 215.495E-03 365.548E-03 120.043E-03 9.500ns 215.484E-03 364.319E-03 120.043E-03 9.750ns 215.476E-03 363.299E-03 120.043E-03 | | End [Model] LVC15_OUTN_25 | | [END]