Previous Paper Ism Dhanbad
Previous Paper Ism Dhanbad
Examination & Semester: 2nd Semester M.Tech. + JRF + B.Tech. ECE[DEJ, Mid-Semester
(b) Schematically show the variation of the induced charge density (Qs) with surface potential (0s)
Tor a two-terminal MOS structure. Mark all the regions of MOS operation clearly. The diagram snould
be self-explanatory.
2
(a) lf the Fermi potential is 0.4 V and thethermal yoltage is 0.025 Vat T=300 K, display the output
characteristicsof the MOSFET showingvarious inversion modes (weak strong). Mark the starting
points of the different modes of operation.
(b)Atthe onset of inversion, the depletion width stops increasing eventually. Justify this using an 5
appropriate diagram. Also, mention the relation of maximum depletion width with surface potential.
(C) Consider a MOS structure at T=300 K, with a p-type semiconductor. The doping concentration in 5
the semiconductor is 1016 cm and the intrinsic carrier concentration is 1.5 x 1010 cm3. The
maximum depletion width at a certain gate voltage is 440nm. Find therelative permittivity of the
semiconductor.
3
(a) The n+ Source (S) and Drain (D) each have an area of 200 × 200 um'. The substrate doping is 10
10cm-3 and the S/D doping is 1020 cm-3.The measured zero bias depletion cápacitance is 100
aF/um for the inner side wall, 150 aF/um for the outer side wall, and 200 aF/um for the bottom
wall. The grading coefficient is 0.33 andthe intrinsic carrier concentration is nË= 1.5x 1010 cmn-3
at 300 K. The depth of the S/D junction is 1 pm and the applied bias Vás is 0.8 V. Find the total
junction capacitance of the MOS if the curved surface area for both side walls is equal.
(b) Application of a potential difference between the source and drain allows the transportation of 5
charge carriers (electrons). Show this with the help of suitable energy band diagrams.
4. (a) For the n-type semiconductor with doping concentration 2 x 101 cm-a, the band gap of 1.12 eV 3
and electron affinity of 4.05 eV at 300K, find the work function of the senmiconductor if the intrinsic
carrier concentration is 1.5 x 10" cm.Sketch the energy band diagram of the semiconductor.
Mark all the necessary points and values.
(b) Show the large signal model of MOSFET.
(c) Suppose there is a MOS structure with an Al gate and a Si substrate doped with NA= 1016 cm-3 7
The structure uses the HfO:-SiO2 combination as an insulator. The relative permittivity ofHfO2 and
Sio: is 25 and 3.9 respectively. The thickness of HfO2 and Sio:is 64.1 nm and 40 nm respectively.
Assuming the oxide as asingle layer,draw the energy band diagram ofthe given structure under zero
bias if the intrinsic carrier concentration is nj= 1010 cm- at T=300 K, the work function of Al is
4.1eV and the electron affinity of the semiconductor is 4.05 ev. Calculate the flat band voltage /fthe
interface trapped charges are 10 electronic charges/cm. The band gap of Si is 1.12 eV.
END SEMESTFD
Si (p-type)
-Metal
BOTTOM GATE
linear region, with W=20 um and L =1 um. Calculate the current Ids (in
MOSFET. biased inthe electrors as
for surface mobility of
mA) at Vas = 1V, Vgs =4 V, and Vsb =0V. [Take the expression
s = uo/[l+0(Vgs -Vth + 2y(2r+ Vsb))].Use the relation s(y)= 2¢r +Veb(y) + 6V; for evaluating
the average surface potential (i.e. at the middle of the channel) at the onset of strong inversion for
Vsby41
utilizationin computing the maximum depletion width (Xám). Also §-0.5/(2¢r +
Table 1
Time:3-6 PM
Vin2 M M,
Vini
Lo V1
Figure 1 ir Figure 2
Table 1: Typical parameters for analog design using the long-channel CMOS process
Vssg
SEMESTER: WINTER, SESSION: 2022-2023
Examination & Semester: End Semester Exam- 2nd Sem
Subject: CAD for VLSI Subject Code: ECD505
Time: 3 Hours
MaxMarks:100
endmodule
(b) Write a Verilog code for the following circuit. Assume that 2+3
negligible. the gate delays are
() Using concurrent statement
(ii) Using an always block with sequential
statement
(d) Construct a simplified structure of a CLB. With the help of only one CLB implement a 2+3
4-input AND gate.
1+4
(e) Consider the following Verilog code:
module Q3(A,B,C,F,C1k,¬);
input A,B,C,F.Clk;
output reg E;
reg D,G:
initial
begin
E = 'b0:
D 1' b0;
G= 1'bo;
end
Q.4. (i) Write a Verilog user-defined primitive for generating odd parity for a 4-bit input data. 5 +5
(ii) Write a Verilog user-defined primitive for a2:1 MUX using (?).
Q.5. (i) Write a Verilog description of an SR latch using an always block. 3+7
(ii) Write down the Verilog code for an 8-bit Up-Down counter and draw its hardware
model.
Q.6. () Withthe helg of an exaple explan the "Forever loop in Verilog. 5+5
(ii) What do you mean by Verilog race condition?
Q.7. (i) Write down a Verilog code for afalling edge triggered Dflip-flop with asynchronous 2+8
active high clear and set.
(i)Given
Reg [7:0] C;
Reg signed [7:0] D;
Reg signed [7:0] A= 8'hD5;
Evaluate (a) C=A>>4 (b) C=A>>>4 (c) C=A<<4 (d) C=A<<<4 (e) D=A>4
() D=A>>4 (g) D-A<<4 (h) D=A<<<4
Q.8. (i) Implement a Verilog code for the synchronous D flip-flop with reset and set. 5+6+4
(ii) A DD flip-flop is like D flip-flop. except that the flip-flop can change state (Q=D)
on both rising and falling edge of the clock input. The flip-flop has a direct reset input R
and R=0 resets the flip-flop to Q=0 independent of clock. Similarly, it has direct set
input, S, that sets the flip flop to I independent of the clock. Write a Verilog description
of a DD flip-flop. FPGAs?
(iii) What are the disadvantages and advantages of anti-fuse