diff options
author | Sumanto Kar | 2024-09-13 00:56:30 +0530 |
---|---|---|
committer | GitHub | 2024-09-13 00:56:30 +0530 |
commit | 681978c7ce1aedee54b0ce6601b789edca226395 (patch) | |
tree | fc4b37265699872bd87d9119e5334e9812a86f16 /library/SubcircuitLibrary/CD4027B_IC/AND.cir.out | |
parent | 5f80292f451abd9c96849a277ec46670cd1446bc (diff) | |
parent | 044059f99adcc13c41252126c12cc6f7bbed6b5f (diff) | |
download | eSim-681978c7ce1aedee54b0ce6601b789edca226395.tar.gz eSim-681978c7ce1aedee54b0ce6601b789edca226395.tar.bz2 eSim-681978c7ce1aedee54b0ce6601b789edca226395.zip |
Merge pull request #279 from AdityaMino/Aditya-Minocha
Subcircuit Files of ICs(Contributor: Aditya Minocha)
Diffstat (limited to 'library/SubcircuitLibrary/CD4027B_IC/AND.cir.out')
-rw-r--r-- | library/SubcircuitLibrary/CD4027B_IC/AND.cir.out | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/CD4027B_IC/AND.cir.out b/library/SubcircuitLibrary/CD4027B_IC/AND.cir.out new file mode 100644 index 00000000..2f9cfadc --- /dev/null +++ b/library/SubcircuitLibrary/CD4027B_IC/AND.cir.out @@ -0,0 +1,20 @@ +* c:\fossee\esim\library\subcircuitlibrary\and\and.cir
+
+.include NMOS-180nm.lib
+.include PMOS-180nm.lib
+m3 net-_m2-pad3_ net-_m3-pad2_ net-_m3-pad3_ net-_m3-pad3_ CMOSN W=100u L=100u M=1
+m2 net-_m1-pad3_ net-_m1-pad2_ net-_m2-pad3_ net-_m2-pad3_ CMOSN W=100u L=100u M=1
+m5 net-_m5-pad1_ net-_m1-pad3_ net-_m3-pad3_ net-_m3-pad3_ CMOSN W=100u L=100u M=1
+m1 net-_m1-pad1_ net-_m1-pad2_ net-_m1-pad3_ net-_m1-pad1_ CMOSP W=100u L=100u M=1
+m4 net-_m1-pad1_ net-_m3-pad2_ net-_m1-pad3_ net-_m1-pad1_ CMOSP W=100u L=100u M=1
+m6 net-_m1-pad1_ net-_m1-pad3_ net-_m5-pad1_ net-_m1-pad1_ CMOSP W=100u L=100u M=1
+* u1 net-_m1-pad2_ net-_m3-pad2_ net-_m5-pad1_ net-_m1-pad1_ net-_m3-pad3_ port
+.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
|