From e279dc2d5fa948fc3e9491d0d36dd42f88a8ecad Mon Sep 17 00:00:00 2001 From: saurabhb17 Date: Fri, 24 Apr 2020 11:46:43 +0530 Subject: Subcircuit for CMOS based NAND gate and its supporting example --- library/SubcircuitLibrary/CMOS_NAND/CMOS_NAND.cir | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 library/SubcircuitLibrary/CMOS_NAND/CMOS_NAND.cir (limited to 'library/SubcircuitLibrary/CMOS_NAND/CMOS_NAND.cir') diff --git a/library/SubcircuitLibrary/CMOS_NAND/CMOS_NAND.cir b/library/SubcircuitLibrary/CMOS_NAND/CMOS_NAND.cir new file mode 100644 index 00000000..92015d1f --- /dev/null +++ b/library/SubcircuitLibrary/CMOS_NAND/CMOS_NAND.cir @@ -0,0 +1,16 @@ +* C:\FOSSEE\eSim\library\SubcircuitLibrary\CMOS_NAND\CMOS_NAND.cir + +* EESchema Netlist Version 1.1 (Spice format) creation date: 04/23/20 20:21:59 + +* To exclude a component from the Spice Netlist add [Spice_Netlist_Enabled] user FIELD set to: N +* To reorder the component spice node sequence add [Spice_Node_Sequence] user FIELD and define sequence: 2,1,0 + +* Sheet Name: / +M1 Net-_M1-Pad1_ Net-_M1-Pad2_ Net-_M1-Pad3_ Net-_M1-Pad1_ eSim_MOS_P +M4 Net-_M1-Pad1_ Net-_M3-Pad2_ Net-_M1-Pad3_ Net-_M1-Pad1_ eSim_MOS_P +M2 Net-_M1-Pad3_ Net-_M1-Pad2_ Net-_M2-Pad3_ GND eSim_MOS_N +M3 Net-_M2-Pad3_ Net-_M3-Pad2_ GND GND eSim_MOS_N +U1 Net-_M1-Pad2_ Net-_M3-Pad2_ Net-_M1-Pad3_ PORT +v1 Net-_M1-Pad1_ GND DC + +.end -- cgit