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 / guest
Ideally, clock period will be increased (reducing maximum
operation frequency)
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Are you familiar with the term snooping?
What are the different design constraints occur in the synthesis phase?
what is the use of defpararm?
Mention what are the different gates where Boolean logic are applicable?
Explain what is the use of defpararm?
Approximately, what were the sizes of your transistors in the SRAM cell? How did you arrive at those sizes?
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;
Explain depletion region.
What is the function of tie-high and tie-low cells?
What happens if we use an Inverter instead of the Differential Sense Amplifier?
What are the different measures that are required to achieve the design for better yield?
why is the number of gate inputs to CMOS gates usually limited to four?
Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes with increasing transistor width.
Draw the stick diagram of a NOR gate. Optimize it
Implement a function with both ratioes and domino logic and merits and demerits of each logic?