diff options
author | Athul George | 2017-12-04 18:36:27 +0530 |
---|---|---|
committer | GitHub | 2017-12-04 18:36:27 +0530 |
commit | 2c905bb7414e87f253db58d0e5a3ebc2bb2d5145 (patch) | |
tree | f2b2270fd9d2da53e2a579ec8e2b2b8c71f60739 /Examples/CMOS_Inverter/CMOS_Inverter.cir.out | |
parent | 8665dbc0dae4d75377cb25f25afeb7b763b9bff2 (diff) | |
parent | 2dab710a7057db25480817943a0a839a75cd0bf4 (diff) | |
download | eSim-2c905bb7414e87f253db58d0e5a3ebc2bb2d5145.tar.gz eSim-2c905bb7414e87f253db58d0e5a3ebc2bb2d5145.tar.bz2 eSim-2c905bb7414e87f253db58d0e5a3ebc2bb2d5145.zip |
Merge pull request #64 from FOSSEE/json
Json
Diffstat (limited to 'Examples/CMOS_Inverter/CMOS_Inverter.cir.out')
-rw-r--r-- | Examples/CMOS_Inverter/CMOS_Inverter.cir.out | 8 |
1 files changed, 4 insertions, 4 deletions
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 |