summaryrefslogtreecommitdiff
path: root/Examples/CMOS_NAND_Gate/CMOS_NAND_Gate.cir
diff options
context:
space:
mode:
authorsaurabhb172020-04-24 11:46:43 +0530
committersaurabhb172020-04-24 11:46:43 +0530
commite279dc2d5fa948fc3e9491d0d36dd42f88a8ecad (patch)
tree2329f74685827e8e88aae6c4dad1caee797fecbd /Examples/CMOS_NAND_Gate/CMOS_NAND_Gate.cir
parent239241418842098bbf0f2de67447a96aa96082b0 (diff)
downloadeSim-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_Gate.cir')
-rw-r--r--Examples/CMOS_NAND_Gate/CMOS_NAND_Gate.cir16
1 files changed, 16 insertions, 0 deletions
diff --git a/Examples/CMOS_NAND_Gate/CMOS_NAND_Gate.cir b/Examples/CMOS_NAND_Gate/CMOS_NAND_Gate.cir
new file mode 100644
index 00000000..2b7a6c0f
--- /dev/null
+++ b/Examples/CMOS_NAND_Gate/CMOS_NAND_Gate.cir
@@ -0,0 +1,16 @@
+* /home/saurabh/eSim-Workspace/CMOS_NAND_Gate/CMOS_NAND_Gate.cir
+
+* EESchema Netlist Version 1.1 (Spice format) creation date: Fri Apr 24 09:28:35 2020
+
+* 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: /
+v1 inputA GND pulse
+v2 inputB GND pulse
+U2 inputB plot_v1
+U1 inputA plot_v1
+U3 out plot_v1
+X1 inputA inputB out CMOS_NAND
+
+.end