diff options
author | rahulp13 | 2020-04-09 18:21:05 +0530 |
---|---|---|
committer | rahulp13 | 2020-04-09 18:21:05 +0530 |
commit | c1cf3ce037fc07bb39436475d9e310b1a2d36021 (patch) | |
tree | 01c48c20739f627215be12db23dbf59c87232211 /Examples/Mixed_Mode/Cmosinverter/INVCMOS.cir.out | |
parent | 798f4e8221a1d62269f5a4f7d18d368baa4fab98 (diff) | |
download | eSim-c1cf3ce037fc07bb39436475d9e310b1a2d36021.tar.gz eSim-c1cf3ce037fc07bb39436475d9e310b1a2d36021.tar.bz2 eSim-c1cf3ce037fc07bb39436475d9e310b1a2d36021.zip |
renamed NGHDL project examples
Diffstat (limited to 'Examples/Mixed_Mode/Cmosinverter/INVCMOS.cir.out')
-rw-r--r-- | Examples/Mixed_Mode/Cmosinverter/INVCMOS.cir.out | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Examples/Mixed_Mode/Cmosinverter/INVCMOS.cir.out b/Examples/Mixed_Mode/Cmosinverter/INVCMOS.cir.out new file mode 100644 index 00000000..cb2b6641 --- /dev/null +++ b/Examples/Mixed_Mode/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 |