diff options
author | Rahul P | 2020-04-09 18:36:19 +0530 |
---|---|---|
committer | GitHub | 2020-04-09 18:36:19 +0530 |
commit | 6a0ef73be748b4e885d4288dede37fc76ad95158 (patch) | |
tree | abf923d3c1559d26fc2324e53b2711907f433db9 /Examples/Mixed_Mode/Cmosinverter/INVCMOS.sub | |
parent | 71d2ee1a0984569bd4069c953422144c3ce8f29b (diff) | |
parent | 26db6439a3038b92d23ade0a2bcf37ba57c87f7b (diff) | |
download | eSim-6a0ef73be748b4e885d4288dede37fc76ad95158.tar.gz eSim-6a0ef73be748b4e885d4288dede37fc76ad95158.tar.bz2 eSim-6a0ef73be748b4e885d4288dede37fc76ad95158.zip |
Merge pull request #149 from rahulp13/master
resolved issues with rename and refresh projects, empty path
Diffstat (limited to 'Examples/Mixed_Mode/Cmosinverter/INVCMOS.sub')
-rw-r--r-- | Examples/Mixed_Mode/Cmosinverter/INVCMOS.sub | 12 |
1 files changed, 12 insertions, 0 deletions
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 |