Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ792
Page ↗
Q792DVDesignQualcommASIC interview problem

Recognize and repair a combinational loop

TechniquesDesignRTL
DifficultyEasy
TopicSV
LanguageSystemVerilog
Format4 choices
01

Problem

RTL contains `assign a = ~b; assign b = a;` with no storage element or intentional oscillator primitive. What is the correct engineering response?

02

Answer choices (4)