Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. *** SPICE deck for cell lab1{sch} from library elec451
  2. *** Created on Wed Jan 29, 2020 15:13:13
  3. *** Last revised on Wed Jan 29, 2020 15:51:09
  4. *** Written on Wed Jan 29, 2020 15:51:23 by Electric VLSI Design System, version 9.07
  5. *** Layout tech: mocmos, foundry MOSIS
  6. *** UC SPICE *** , MIN_RESIST 4.0, MIN_CAPAC 0.1FF
  7.  
  8. .global gnd vdd
  9.  
  10. *** TOP LEVEL CELL: lab1{sch}
  11. Mnmos@0 f a gnd gnd NMOS L=0.6U W=3U
  12. Mnmos@1 f b net@10 gnd NMOS L=0.6U W=3U
  13. Mnmos@2 net@10 c gnd gnd NMOS L=0.6U W=3U
  14. Mpmos@0 vdd a net@29 vdd PMOS L=0.6U W=6U
  15. Mpmos@1 net@29 b f vdd PMOS L=0.6U W=6U
  16. Mpmos@2 net@29 c f vdd PMOS L=0.6U W=6U
  17.  
  18. * Spice Code nodes in cell cell 'lab1{sch}'
  19. .include C5_models.txt
  20. Vdd vdd gnd 5
  21. Vina c gnd PULSE 0 5 1n 0.1n 0.1n 0.4n 1n
  22. Vinb b gnd PULSE 0 5 2n 0.1n 0.1n 0.8n 2n
  23. Vinc a gnd PULSE 0 5 4n 0.1n 0.1n 1.6n 4n
  24. .tran 10n
  25. .END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement