diff options
author | Rahul P | 2020-03-04 17:01:11 +0530 |
---|---|---|
committer | GitHub | 2020-03-04 17:01:11 +0530 |
commit | 8ffe81b36caa259151978de0434e4e0c5c32d217 (patch) | |
tree | 32202454d13dfabbf6556e98987f2a9632619ea9 /Examples/CMOS_Inverter/CMOS_Inverter.cir.out | |
parent | e40317e709c220176fc5b7edf23d4434504335b0 (diff) | |
parent | 13f3bcfda9416624cebbf5705de398e8efcad344 (diff) | |
download | eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.tar.gz eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.tar.bz2 eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.zip |
Merge pull request #132 from rahulp13/master
major changes
Diffstat (limited to 'Examples/CMOS_Inverter/CMOS_Inverter.cir.out')
-rw-r--r-- | Examples/CMOS_Inverter/CMOS_Inverter.cir.out | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Examples/CMOS_Inverter/CMOS_Inverter.cir.out b/Examples/CMOS_Inverter/CMOS_Inverter.cir.out deleted file mode 100644 index df71ac78..00000000 --- a/Examples/CMOS_Inverter/CMOS_Inverter.cir.out +++ /dev/null @@ -1,22 +0,0 @@ -* /home/fossee/updatedexamples/cmos_inverter/cmos_inverter.cir - -.include PMOS-0.5um.lib -.include NMOS-0.5um.lib -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 -* 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 |