Skip to question
SystemVerilogDesignVerificationFirmwareArchitectureASIC Interview Questions→
/Interview questions/Choose Mealy timing for an immediate match

Q146·Free·SystemVerilog

Choose Mealy timing for an immediate match

Difficulty
Easy
Topic
RTL Design
Language
SV
Interview prompt

Question

A bit-stream detector stores whether the previous sampled bit was one. At each accepting edge, the receiver samples combinational match and the known, stable bit_in before the history register updates. It must recognize a second consecutive one at that edge. Which output style directly implements the stated timing? The combinational value need not remain unchanged after the history update.

Choose one

Answer choices

  1. A. A combinational output equal only to bit_in, with no state term.
  2. B. A Moore output asserted one cycle after entering a separate matched state.
  3. C. A Mealy output equal to previous_was_one && bit_in.
  4. D. A Moore output that depends only on the no-previous-one state.
Exact question handoffPractice Q146

Solve it in the question bank, keep your progress, and reveal the reviewed solution when your access allows.

Open in question bank →
Solution accessEach time you open this Solution, one Practice Credit is used; it is not permanently unlocked. Premium Solution content also uses one credit per opening.
Continue learning

RTL Logic and State

Review combinational logic, sequential state, counters, arithmetic, and finite-state machines.

  • RTL Design
  • RTL
  • FSM
  • Mealy
RTL Logic and State →
Continue practicing

Related questions

Q109 · RTL DesignEnforce simplified per-bank command timingMedium→Q273 · FSMsCompute serial two's complement LSB firstMediumP→
ASIC.FYI · Learn silicon end to end.info@asic.fyi