Hardware interview practice
Counter Changes While Disabled
en and load are sampled before each rising edge, and count is shown immediately afterward. load remains 0 throughout this waveform. Rule to apply: load has priority over en and would replace count with a programmed value. When load=0, count increments by one for en=1 and holds for en=0. What is the first incorrect behavior?
Choose one
Answer choices
- A. count changes after C4 while en is 0.
- B. count fails to increment at C1.
- C. load is asserted at C2 and changes count to 6.
- D. count changes at C2 even though en is 0.
