What happens if we delay the enabling of Clock signal?
Answer Posted / vivek
it may lead to setup and hold time violations.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Draw the Differential Sense Amplifier and explain its working. Any idea how to size this circuit? (Consider Channel Length Modulation)
How logical gates are controlled by boolean logic?
Explain the working of Insights of a pass gate ?
Differences between IRSIM and SPICE?
In vlsi chip 1000s of transistors are dropped, specifically categorized. Which method is used to achieve this & how it is done practically?
Explain how MOSFET works?
What happens if we use an Inverter instead of the Differential Sense Amplifier?
What is the difference between cmos and bipolar technologies?
Explain what is the depletion region?
In Verilog code what does “timescale 1 ns/ 1 ps” signifies?
Explain the operation of a 6T-SRAM cell?
Explain why present VLSI circuits use MOSFETs instead of BJTs?
Explain Cross section of a PMOS transistor?
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;
For an AND-OR implementation of a two input Mux, how do you test for Stuck-At-0 and Stuck-At-1 faults at the internal nodes? (You can expect a circuit with some redundant logic)