summaryrefslogtreecommitdiff
path: root/Examples/CMOS_Inverter/CMOS_Inverter.cir.out
diff options
context:
space:
mode:
authorfahim2015-08-05 13:52:57 +0530
committerfahim2015-08-05 13:52:57 +0530
commitdf569f79a7ee495291324e07d99af990104e3db2 (patch)
treea005c682aa78b58b7dd5bb693c415eff9c04d04b /Examples/CMOS_Inverter/CMOS_Inverter.cir.out
parentc4971ed867af4a970a3cd1c23825adee5073372e (diff)
downloadeSim-df569f79a7ee495291324e07d99af990104e3db2.tar.gz
eSim-df569f79a7ee495291324e07d99af990104e3db2.tar.bz2
eSim-df569f79a7ee495291324e07d99af990104e3db2.zip
Subject: Added eSim Examples
Description: Added eSim Examples
Diffstat (limited to 'Examples/CMOS_Inverter/CMOS_Inverter.cir.out')
-rw-r--r--Examples/CMOS_Inverter/CMOS_Inverter.cir.out18
1 files changed, 18 insertions, 0 deletions
diff --git a/Examples/CMOS_Inverter/CMOS_Inverter.cir.out b/Examples/CMOS_Inverter/CMOS_Inverter.cir.out
new file mode 100644
index 00000000..318298d5
--- /dev/null
+++ b/Examples/CMOS_Inverter/CMOS_Inverter.cir.out
@@ -0,0 +1,18 @@
+* eeschema netlist version 1.1 (spice format) creation date: wed jun 3 14:55:15 2015
+
+.include PMOS-5um.lib
+.include NMOS-5um.lib
+c1 out gnd 1u
+v1 in gnd dc 5
+v2 vcc gnd 5
+m1 out in gnd gnd mos_n W=100u L=100u M=1
+m2 out in vcc vcc mos_p W=100u L=100u M=1
+.tran 10e-03 100e-03 0e-03
+
+* Control Statements
+.control
+run
+print allv > plot_data_v.txt
+print alli > plot_data_i.txt
+.endc
+.end