Give the expression for CMOS switching power dissipation?

Answer Posted / arpan

P=CL * Vdd^2 * f
CL= Load capacitance
VDD = Supply Voltage
f= Switching frequency

During high to low transition the load
capacitance is discharged and during low to high transition
the load capacitance is charged.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Draw the Cross Section of an Inverter? Clearly show all the connections between M1 and poly, M1 and diffusion layers etc?

2855


Write a program to explain the comparator?

679


Differences between Array and Booth Multipliers?

3543


Explain how logical gates are controlled by Boolean logic?

630


What are the different design constraints occur in the synthesis phase?

690






What does it mean “the channel is pinched off”?

847


What was your role in the silicon evaluation/product ramp? What tools did you use?

3214


Write a VLSI program that implements a toll booth controller?

3498


Explain Cross section of a PMOS transistor?

748


What is the difference between nmos and pmos technologies?

651


What is the function of chain reordering?

622


Explain how binary number can give a signal or convert into a digital signal?

672


Why do we gradually increase the size of inverters in buffer design? Why not give the output of a circuit to one large inverter?

820


Draw a transistor level two input NAND gate. Explain its sizing (a) considering Vth (b) for equal rise and fall times

1073


Help with VHDL programming. Write a VHDL code for a D-Latch with clear input ?? (Hint: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs AND OUTPUTS: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;

1058