summaryrefslogtreecommitdiff
path: root/CMOS_Inverter/CMOS_Inverter.cir.out
diff options
context:
space:
mode:
Diffstat (limited to 'CMOS_Inverter/CMOS_Inverter.cir.out')
-rw-r--r--CMOS_Inverter/CMOS_Inverter.cir.out22
1 files changed, 22 insertions, 0 deletions
diff --git a/CMOS_Inverter/CMOS_Inverter.cir.out b/CMOS_Inverter/CMOS_Inverter.cir.out
new file mode 100644
index 0000000..eb31bda
--- /dev/null
+++ b/CMOS_Inverter/CMOS_Inverter.cir.out
@@ -0,0 +1,22 @@
+* /home/fossee/updatedexamples/cmos_inverter/cmos_inverter.cir
+
+.include NMOS-180nm.lib
+.include PMOS-180nm.lib
+v2 vcc gnd 5
+m1 out in gnd gnd CMOSN W=100u L=100u M=1
+m2 out in vcc vcc CMOSP W=100u L=100u M=1
+* u1 in plot_v1
+* u2 out plot_v1
+c1 out gnd 1u
+v1 in gnd pwl(0m 0 0.5m 5 50m 5 50.5m 0 100m 0)
+.tran 10e-03 100e-03 0e-03
+
+* Control Statements
+.control
+run
+print allv > plot_data_v.txt
+print alli > plot_data_i.txt
+plot v(in)
+plot v(out)
+.endc
+.end