Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ367
Page ↗
Q367DesignAMDASIC interview problem

Distinguish a latch from a flip-flop

TechniquesDesignDigital fundamentals
DifficultyEasy
TopicRTL Design
LanguageSystemVerilog
Format4 choices
01

Problem

Block A uses `always_latch if (en) q_a <= d;`. Block B uses `always_ff @(posedge clk) q_b <= d;`. Which statement correctly describes the storage behavior?

02

Answer choices (4)