diff options
author | saurabhb17 | 2020-04-24 11:46:43 +0530 |
---|---|---|
committer | saurabhb17 | 2020-04-24 11:46:43 +0530 |
commit | e279dc2d5fa948fc3e9491d0d36dd42f88a8ecad (patch) | |
tree | 2329f74685827e8e88aae6c4dad1caee797fecbd /Examples/CMOS_NAND_Gate/CMOS_NAND.cir.out | |
parent | 239241418842098bbf0f2de67447a96aa96082b0 (diff) | |
download | eSim-e279dc2d5fa948fc3e9491d0d36dd42f88a8ecad.tar.gz eSim-e279dc2d5fa948fc3e9491d0d36dd42f88a8ecad.tar.bz2 eSim-e279dc2d5fa948fc3e9491d0d36dd42f88a8ecad.zip |
Subcircuit for CMOS based NAND gate and its supporting example
Diffstat (limited to 'Examples/CMOS_NAND_Gate/CMOS_NAND.cir.out')
-rw-r--r-- | Examples/CMOS_NAND_Gate/CMOS_NAND.cir.out | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Examples/CMOS_NAND_Gate/CMOS_NAND.cir.out b/Examples/CMOS_NAND_Gate/CMOS_NAND.cir.out new file mode 100644 index 00000000..d1cde907 --- /dev/null +++ b/Examples/CMOS_NAND_Gate/CMOS_NAND.cir.out @@ -0,0 +1,19 @@ +* c:\fossee\esim\library\subcircuitlibrary\cmos_nand\cmos_nand.cir
+
+.include NMOS-180nm.lib
+.include PMOS-180nm.lib
+m1 net-_m1-pad1_ net-_m1-pad2_ net-_m1-pad3_ net-_m1-pad1_ CMOSP W=2.5u L=0.5u M=1
+m4 net-_m1-pad1_ net-_m3-pad2_ net-_m1-pad3_ net-_m1-pad1_ CMOSP W=2.5u L=0.5u M=1
+m2 net-_m1-pad3_ net-_m1-pad2_ net-_m2-pad3_ gnd CMOSN W=1u L=0.5u M=1
+m3 net-_m2-pad3_ net-_m3-pad2_ gnd gnd CMOSN W=1u L=0.5u M=1
+* u1 net-_m1-pad2_ net-_m3-pad2_ net-_m1-pad3_ port
+v1 net-_m1-pad1_ gnd dc 5
+.tran 0e-00 0e-00 0e-00
+
+* Control Statements
+.control
+run
+print allv > plot_data_v.txt
+print alli > plot_data_i.txt
+.endc
+.end
|