From c1cf3ce037fc07bb39436475d9e310b1a2d36021 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Thu, 9 Apr 2020 18:21:05 +0530 Subject: renamed NGHDL project examples --- Examples/Mixed_Mode/Cmosinverter/INVCMOS.sub | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Examples/Mixed_Mode/Cmosinverter/INVCMOS.sub (limited to 'Examples/Mixed_Mode/Cmosinverter/INVCMOS.sub') diff --git a/Examples/Mixed_Mode/Cmosinverter/INVCMOS.sub b/Examples/Mixed_Mode/Cmosinverter/INVCMOS.sub new file mode 100644 index 00000000..2319995c --- /dev/null +++ b/Examples/Mixed_Mode/Cmosinverter/INVCMOS.sub @@ -0,0 +1,12 @@ +* 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 -- cgit