diff options
author | saurabhb17 | 2019-11-27 17:27:49 +0530 |
---|---|---|
committer | GitHub | 2019-11-27 17:27:49 +0530 |
commit | 844696f22b2873f9c9d8809ef597d5e6345a346e (patch) | |
tree | b82a518292f5fc32fef72f4cdaa81de2e44f3cde /Examples/NGHDL_Examples/Cmosinverter/INVCMOS.cir.out | |
parent | 50835cefd437c670752da7e8c857297c926daef3 (diff) | |
parent | 80bb2f1330465586d17347bcb9a6d1d1135cb3f1 (diff) | |
download | eSim-844696f22b2873f9c9d8809ef597d5e6345a346e.tar.gz eSim-844696f22b2873f9c9d8809ef597d5e6345a346e.tar.bz2 eSim-844696f22b2873f9c9d8809ef597d5e6345a346e.zip |
Merge pull request #121 from saurabhb17/nghdl-examples
NGHDL Examples added
Diffstat (limited to 'Examples/NGHDL_Examples/Cmosinverter/INVCMOS.cir.out')
-rw-r--r-- | Examples/NGHDL_Examples/Cmosinverter/INVCMOS.cir.out | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Examples/NGHDL_Examples/Cmosinverter/INVCMOS.cir.out b/Examples/NGHDL_Examples/Cmosinverter/INVCMOS.cir.out new file mode 100644 index 00000000..cb2b6641 --- /dev/null +++ b/Examples/NGHDL_Examples/Cmosinverter/INVCMOS.cir.out @@ -0,0 +1,18 @@ +* /home/saurabh/downloads/esim-1.1.2/src/subcircuitlibrary/invcmos/invcmos.cir + +.include NMOS-180nm.lib +.include PMOS-180nm.lib +* u1 net-_m1-pad2_ net-_c1-pad1_ port +m1 net-_c1-pad1_ net-_m1-pad2_ gnd gnd CMOSN W=100u L=100u M=1 +m2 net-_m2-pad1_ net-_m1-pad2_ net-_c1-pad1_ net-_m2-pad1_ CMOSP W=100u L=100u M=1 +v1 net-_m2-pad1_ gnd 5 +c1 net-_c1-pad1_ gnd 1u +.tran 0e-03 0e-03 0e-00 + +* Control Statements +.control +run +print allv > plot_data_v.txt +print alli > plot_data_i.txt +.endc +.end |