Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ950
Page ↗
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

Answer choices (4)