home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p063_1 / 1.ddi / EVALOSC.CIR < prev    next >
Encoding:
Text File  |  1991-01-31  |  843 b   |  39 lines

  1. Mixed Mode ring oscillator
  2. *
  3. *
  4. *             R1
  5. *       +-\/\/\/-+
  6. *       |        | 
  7. *       |   |\   |  |\
  8. *     1 +---| o--+--| o--+ 3
  9. *       |   |/   2  |/   |
  10. *       |  7414    7404  |
  11. *       |       ||       |
  12. *       +-------||-------+
  13. *               ||
  14. *                 C1
  15. *
  16. *
  17. *
  18. .option library expand acct
  19.  
  20. * We use a schmitt trigger for the input stage 
  21. X1  1 2  7414
  22. +    params: IO_LEVEL=3
  23. * We use the IO_LEVEL=3 parameter to get an elaborate IO model, with clamping 
  24. * diodes on the inputs, and realistic I-V curves.  This is usually
  25. * important only with capacitively coupled inputs like this one.
  26.  
  27. * The other stage is a conventional inverter
  28. X2  2 3  7404
  29.  
  30. * Feed back resistor and capacitor
  31. R1 1 2 330
  32. C1 1 3 1600pF
  33.  
  34. .probe
  35. .tran 50ns 5us
  36. .lib eval.lib
  37. .plot tran V(1) V(2) V(3)
  38. .END
  39.