home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 180 / dpcs0203b.iso / editorial / easypc / Easy-Spice / data1.cab / Examples / Digital_Devices / time_tol.spi < prev    next >
Encoding:
Text File  |  2002-07-08  |  322 b   |  19 lines

  1. .model HC00D d_nand
  2. + rise_delay = 6.5n
  3. + fall_delay = 6.5n
  4. + out_res = 40
  5. + input_load = 4.5p
  6. + family = "HC"
  7.  
  8. .model HC_adc adc_bridge 
  9. + in_low=2.1 
  10. + in_high=2.2 
  11. + rise_delay=1e-12 
  12. + fall_delay=1e-12
  13. + out_family = "HC"
  14. + out_low = 0
  15. + out_high = 5
  16. + clamp_bias=0.5
  17. + clamp_res=10
  18. + time_tol = 10u
  19.