summaryrefslogtreecommitdiff
path: root/3866/CH6/EX6.8/Ex6_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3866/CH6/EX6.8/Ex6_8.sce')
-rw-r--r--3866/CH6/EX6.8/Ex6_8.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3866/CH6/EX6.8/Ex6_8.sce b/3866/CH6/EX6.8/Ex6_8.sce
new file mode 100644
index 000000000..9261a4fb3
--- /dev/null
+++ b/3866/CH6/EX6.8/Ex6_8.sce
@@ -0,0 +1,10 @@
+clc; clear; close;
+
+Reqn=12.5;//in kiloohm
+Cg=2;//in fF/micrometer
+Ln=0.1;//in micrometer
+Ceff=1;//in fF/micrometer
+Tinv=3*Reqn*Cg*Ln;
+Yinv=Ceff/Cg;
+disp(Tinv,'Tinv for 0.13um technology(in picoseconds)=');
+disp(Yinv,'Yinv for 0.13um technology=');