Ques:- Suppose you have a combination circuit between two registers driven by a clock. What will you do if the delay of the combination circuit is greater than your clock signal? (You can’t resize the combination circuit transistors)
Right Answer: A transfer curve is a graphical representation that shows the relationship between the input and output of a device or system, typically illustrating how the output changes in response to varying input levels.
Right Answer: To design a divide-by-3 sequential circuit with a 50% duty cycle, you can use a 3-bit Johnson counter or a 3-bit binary counter with appropriate state encoding. The circuit should have the following states: 00, 01, 10, and reset back to 00 after reaching 11. Use flip-flops to store the state and combinational logic to determine the next state based on the current state. The output can be taken from the flip-flops to ensure a 50% duty cycle by toggling the output every three clock cycles.