Suppose you have a combinational circuit between two
registers driven by a clock. What will you do if the delay
of the combinational circuit is greater than your clock
signal? (You can't resize the combinational circuit
transistors)
Answer Posted / anonymous
Insert a reg slice
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes with increasing transistor width.
If the current through the poly is 20nA and the contact can take a max current of 10nA how would u overcome the problem?
Explain how binary number can give a signal or convert into a digital signal?
What is the difference between cmos and bipolar technologies?
Are you familiar with the term MESI?
What is look up table in vlsi?
Why does the present vlsi circuits use mosfets instead of bjts?
Give a big picture of the entire SRAM Layout showing your placements of SRAM Cells, Row Decoders, Column Decoders, Read Circuit, Write Circuit and Buffers
Give the logic expression for an AOI gate. Draw its transistor level equivalent. Draw its stick diagram
What types of high speed CMOS circuits have you designed?
Basic Stuff related to Perl?
What does the above code synthesize to?
Draw the Layout of an Inverter?
What are the steps involved in designing an optimal pad ring?
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;