summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/vdmos/ro_11_vdmos.cir
diff options
context:
space:
mode:
authorrahulp132021-01-07 18:22:29 +0530
committerrahulp132021-01-07 18:22:29 +0530
commitd4fd47ecf77597595d3f4fa72fd5334a5fe7417b (patch)
tree28095229ec3035d15c569fbedac83cf5876aa196 /Windows/spice/examples/vdmos/ro_11_vdmos.cir
parent376e748df438933088721286402462dffd6367c0 (diff)
parent63e3156454f39732a3101c29d42b473a89ca68d2 (diff)
downloadeSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.tar.gz
eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.tar.bz2
eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.zip
Merge windows installer updates with linux installer
Diffstat (limited to 'Windows/spice/examples/vdmos/ro_11_vdmos.cir')
-rw-r--r--Windows/spice/examples/vdmos/ro_11_vdmos.cir34
1 files changed, 0 insertions, 34 deletions
diff --git a/Windows/spice/examples/vdmos/ro_11_vdmos.cir b/Windows/spice/examples/vdmos/ro_11_vdmos.cir
deleted file mode 100644
index 322567f1..00000000
--- a/Windows/spice/examples/vdmos/ro_11_vdmos.cir
+++ /dev/null
@@ -1,34 +0,0 @@
-*****************==== 11-Stage CMOS RO ====*******************
-*********** MOS1 or VDMOS ************************************
-vdd 1 0 5.0
-
-.subckt inv out in vdd vss
-mp1 out in vdd p1 l=2u w=20u
-mn1 out in vss n1 l=2u w=10u
-c1 out vss 0.2p
-.ends
-
-xinv1 3 2 1 0 inv
-xinv2 4 3 1 0 inv
-xinv3 5 4 1 0 inv
-xinv4 6 5 1 0 inv
-xinv5 7 6 1 0 inv
-xinv6 8 7 1 0 inv
-xinv7 9 8 1 0 inv
-xinv8 10 9 1 0 inv
-xinv9 2 10 1 0 inv
-
-.model N1 vdmos cgdmin=0.05p cgdmax=0.2p a=1.2 cgs=0.15p rg=10 kp=2e-5 rb=1e7 cjo=1n subslope=0.2
-.model P1 vdmos cgdmin=0.05p cgdmax=0.2p a=1.2 cgs=0.15p rg=10 kp=2e-5 rb=1e7 cjo=1n pchan subslope=0.2
-
-.tran 0.1n 1u
-
-.control
-
-run
-rusage
-* current and output in a single plot
-plot v(6) 1000*(-I(vdd)) ylimit -1 6
-.endc
-
-.end