VLSI homework 2
This commit is contained in:
10
7th-Semester-Fall-2024/VLSI/homework/homework-2/problem_1.py
Normal file
10
7th-Semester-Fall-2024/VLSI/homework/homework-2/problem_1.py
Normal file
@@ -0,0 +1,10 @@
|
||||
eps_0 = 8.85E-12
|
||||
k_ox = 3.9
|
||||
|
||||
L = 90E-9 # 90nm expressed in meters
|
||||
t_ox = 16E-10 # 16A expressed in meters
|
||||
|
||||
C_permeter = k_ox * eps_0 * L / t_ox
|
||||
C_permicron = C_permeter * 1E-6
|
||||
|
||||
print(C_permicron)
|
||||
Reference in New Issue
Block a user