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)
Answers were Sorted based on User's Feedback
Answer / adi
Insert a small buffer to increase the skew between the two
regs. This can be quick fix only in some cases though
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / pavankumar v vijapur
use register retiming concept .......
i.e split up comb delay in two paths using a flop
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ram
when there is a combo delay which is more than the clock
time period, though all the above can be a solution if the
delay is small, normally they mark it as a multi clock cycle
path.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / guest
Ideally, clock period will be increased (reducing maximum
operation frequency)
| Is This Answer Correct ? | 3 Yes | 3 No |
Insights of a 2 input NOR gate. Explain the working?
Advantages and disadvantages of Mealy and Moore?
What types of I/O have you designed? What were their size? Speed? Configuration? Voltage requirements?
How binary number can give a signal or convert into a digital signal?
Draw a CMOS Inverter. Explain its transfer characteristics
For CMOS logic, give the various techniques you know to minimize power consumption
Write a pseudo code for sorting the numbers in an array?
what is the doping?
Define threshold voltage?
32 Answers College School Exams Tests, Intel, JHG, Wipro,
What are the main issues associated with multiprocessor caches and how might you solve them?
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;
what are three regions of operation of MOSFET and how are they used?