summaryrefslogtreecommitdiff
path: root/Examples/NGHDL_Examples/Cmosinverter/INVCMOS.sub
diff options
context:
space:
mode:
authorrahulp132020-04-09 18:21:05 +0530
committerrahulp132020-04-09 18:21:05 +0530
commitc1cf3ce037fc07bb39436475d9e310b1a2d36021 (patch)
tree01c48c20739f627215be12db23dbf59c87232211 /Examples/NGHDL_Examples/Cmosinverter/INVCMOS.sub
parent798f4e8221a1d62269f5a4f7d18d368baa4fab98 (diff)
downloadeSim-c1cf3ce037fc07bb39436475d9e310b1a2d36021.tar.gz
eSim-c1cf3ce037fc07bb39436475d9e310b1a2d36021.tar.bz2
eSim-c1cf3ce037fc07bb39436475d9e310b1a2d36021.zip
renamed NGHDL project examples
Diffstat (limited to 'Examples/NGHDL_Examples/Cmosinverter/INVCMOS.sub')
-rw-r--r--Examples/NGHDL_Examples/Cmosinverter/INVCMOS.sub12
1 files changed, 0 insertions, 12 deletions
diff --git a/Examples/NGHDL_Examples/Cmosinverter/INVCMOS.sub b/Examples/NGHDL_Examples/Cmosinverter/INVCMOS.sub
deleted file mode 100644
index 2319995c..00000000
--- a/Examples/NGHDL_Examples/Cmosinverter/INVCMOS.sub
+++ /dev/null
@@ -1,12 +0,0 @@
-* Subcircuit INVCMOS
-.subckt INVCMOS net-_m1-pad2_ net-_c1-pad1_
-* /home/saurabh/downloads/esim-1.1.2/src/subcircuitlibrary/invcmos/invcmos.cir
-.include NMOS-180nm.lib
-.include PMOS-180nm.lib
-m1 net-_c1-pad1_ net-_m1-pad2_ gnd gnd CMOSN W=100u L=100u M=1
-m2 net-_m2-pad1_ net-_m1-pad2_ net-_c1-pad1_ net-_m2-pad1_ CMOSP W=100u L=100u M=1
-v1 net-_m2-pad1_ gnd 5
-c1 net-_c1-pad1_ gnd 1u
-* Control Statements
-
-.ends INVCMOS \ No newline at end of file