diff options
author | Aditya Minocha | 2024-08-25 20:40:42 +0530 |
---|---|---|
committer | GitHub | 2024-08-25 20:40:42 +0530 |
commit | d106b28c2718df2276250b23ea840b99397dbd25 (patch) | |
tree | e75a33c1e64a8a35a309f7cc50372e8201705556 /library/SubcircuitLibrary/SN74F521/NOT.cir.out | |
parent | e1415a7510c90cad248eded0ed8ed307dcab3eb2 (diff) | |
download | eSim-d106b28c2718df2276250b23ea840b99397dbd25.tar.gz eSim-d106b28c2718df2276250b23ea840b99397dbd25.tar.bz2 eSim-d106b28c2718df2276250b23ea840b99397dbd25.zip |
SN74F521 IC - 8 Bit Identity Comparator
Diffstat (limited to 'library/SubcircuitLibrary/SN74F521/NOT.cir.out')
-rw-r--r-- | library/SubcircuitLibrary/SN74F521/NOT.cir.out | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/SN74F521/NOT.cir.out b/library/SubcircuitLibrary/SN74F521/NOT.cir.out new file mode 100644 index 00000000..010118d5 --- /dev/null +++ b/library/SubcircuitLibrary/SN74F521/NOT.cir.out @@ -0,0 +1,16 @@ +* c:\fossee\esim\library\subcircuitlibrary\not\not.cir
+
+.include NMOS-180nm.lib
+.include PMOS-180nm.lib
+m1 net-_m1-pad1_ net-_m1-pad2_ net-_m1-pad3_ net-_m1-pad3_ CMOSN W=100u L=100u M=1
+m2 net-_m2-pad1_ net-_m1-pad2_ net-_m1-pad1_ net-_m2-pad1_ CMOSP W=100u L=100u M=1
+* u1 net-_m1-pad2_ net-_m1-pad1_ net-_m2-pad1_ net-_m1-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
|