This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SN74LV123A: pulse duration does not match calculation

Genius 12865 points
Part Number: SN74LV123A

Hello,

I want to use the IC as mono flop with 1us pulse width. According the formula in data sheet, page 15 and figure 12 this should be possible with Rt=1k and Ct=1nF.

See the pSpice simulation results below...>300us

What did I do wrong or is model faulty?

Thanks and Best Regards,

Hans

  • Hi Hans,

    Your calculations are correct - you would expect to get a 1us pulse from the real device. I see that you're using a simulation though. Have you read the simulation model notes?

    I'm guessing that you're using the PSpice model available from our website. It includes these notes:

    *****************************************************************************
    * Notes: 
    * 1. The MODEL IS INTENDED FOR 5V OPERATION AND REFLECTS THE PULSE DURATION 
    *    AS SHOWN IN FIGURE 6 OF THE DATA SHEET.
    * 2. THE MODEL MAY NOT MEET THE OTHER DEVICE PARAMETERS. 
    * 3. THIS MODEL IS INTENDED FOR USE IN CADENCE V16.2 AND ABOVE WITH 
    *    AUTOCONVERGE ENABLED. IF AUTOCONVERGE IS NOT USED, THE SIMULATION 
    *    WILL LIKELY HAVE CONVERGENCE ERRORS.
    * 4. THE VALUES OF R_EXT AND C_EXT IN THE SCHEMATIC MUST BE ENTERED AS 
    *    PARAMETERS VIA THE PARAMS STATEMENT IN THE .SUBCKT LINE BELOW. 
    *    IF THIS IS NOT DONE, THE MODEL WILL GIVE INCORRECT RESULTS.
    * 
    *****************************************************************************

  • Hi Emrys,

    thanks for fast reply. Meanwhile I found this out too ;-) I used the model provided by pSpice which looks like shown below

    while the model from the product page looks like

    which is far easier to find out what is going on.

    Best Regards,

    Hans