Difficulty: Medium
Correct Answer: 400 kHz
Explanation:
Introduction / Context:Shift registers are often used as delay elements. The total delay equals the number of stages times the clock period. Selecting the correct clock frequency is a common timing-design task.
Given Data / Assumptions:
Concept / Approach:Total delay = N * T, where N is the number of stages and T is the clock period. Frequency f = 1 / T. Solve for f using N = 8 and total delay given.
Step-by-Step Solution:
Total delay = N * T = 20 µsSo, T = 20 µs / 8 = 2.5 µsFrequency f = 1 / T = 1 / 2.5 µs = 400 kHzVerification / Alternative check:Sanity check: An 8-stage pipeline at 400 kHz has period 2.5 µs; 8 periods is 20 µs, exactly as required.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:400 kHz
Discussion & Comments