DescriptionQ792
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
