From 19951e16e256aabd17c6d7a3861d18726a38a114 Mon Sep 17 00:00:00 2001 From: athulappadan Date: Mon, 4 Sep 2017 14:12:38 +0530 Subject: All examples tested --- Examples/CMOS_Inverter/CMOS_Inverter.cir.out | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Examples/CMOS_Inverter/CMOS_Inverter.cir.out') diff --git a/Examples/CMOS_Inverter/CMOS_Inverter.cir.out b/Examples/CMOS_Inverter/CMOS_Inverter.cir.out index eb31bdad..df71ac78 100644 --- a/Examples/CMOS_Inverter/CMOS_Inverter.cir.out +++ b/Examples/CMOS_Inverter/CMOS_Inverter.cir.out @@ -1,10 +1,10 @@ * /home/fossee/updatedexamples/cmos_inverter/cmos_inverter.cir -.include NMOS-180nm.lib -.include PMOS-180nm.lib +.include PMOS-0.5um.lib +.include NMOS-0.5um.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 +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 * u1 in plot_v1 * u2 out plot_v1 c1 out gnd 1u -- cgit