Give the expression for CMOS switching power dissipation?
Answer Posted / banibrata
1/2 C V^2.f
| Is This Answer Correct ? | 33 Yes | 7 No |
Post New Answer View All Answers
Let A & B be two inputs of the NAND gate. Say signal A arrives at the NAND gate later than signal B. To optimize delay, of the two series NMOS inputs A & B, which one would you place near the output?
Explain the Working of a 2-stage OPAMP?
What types of CMOS memories have you designed? What were their size? Speed?
Why does the present vlsi circuits use mosfets instead of bjts?
What does the above code synthesize to?
What happens if we use an Inverter instead of the Differential Sense Amplifier?
Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
What are the ways to Optimize the Performance of a Difference Amplifier?
What was your role in the silicon evaluation or product ramp? What tools did you use?
Are you familiar with the term MESI?
Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes with increasing transistor width.
Insights of a 4bit adder/Sub Circuit?
Basic Stuff related to Perl?
Calculate rise delay of a 3-input NAND gate driving a 3-input NOR gate through a 6mm long and 0.45m wide metal wire with sheet resistance R = 0.065 / and Cpermicron= 0.25 fF/m. The resistance and capacitance of the unit NMOS are 6.5k and 2.5fF. Use a 3 segment -model for the wire. Consider PMOS and NMOS size of reference inverter as 2 and 1 respectively. Use appropriate sizing for the NAND and NOR gate.
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;