Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ184
Q184DVDesignASIC interview problem

SystemVerilog Assertions (SVA) implication

TechniquesSystemVerilogAssertion timing
DifficultyMedium
TopicTemporal Checks
LanguageSystemVerilog
Format4 choices
01

Problem

For the one-cycle antecedent a, which property is cycle-equivalent to the property shown?

Starting declarationSystemVerilog
assert property (@(posedge clk) a |=> b);
02

Answer choices (4)