Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ926
Page ↗
Q926DesignArchMetaASIC interview problem

Clocked assignment for a register chain

TechniquesDesignSystemVerilogalways_ffPipeline
DifficultyEasy
TopicRTL Design
LanguageSystemVerilog
Format4 choices
01

Problem

Two registers form a pipeline: q1 captures d and q2 captures the previous value of q1 on each rising edge. Which implementation gives the intended register-to-register behavior?

02

Answer choices (4)