DescriptionQ950
Q950DesignIntelASIC interview problem
Distinguish Mealy and Moore Output Behavior
TechniquesDesignFSMRegisters
DifficultyEasy
TopicRTL Design
LanguageSystemVerilog
Format4 choices
01
Problem
A synchronous controller must raise `detect` for a recognized input pattern. One implementation derives `detect` from the registered state only; another derives it from registered state and the current input bit. Which statement correctly compares the two implementations?
02
