Verification Academy
[SystemVerilog] Difference between `wait(cb.signal == 1'b1)` and `@(cb iff cb.signal == 1'b1)`
SystemVerilog
Clocking-Block
,
wait-statement
,
clock-synchronous
,
SystemVerilog
,
systemverilog-driver-monitor-virtual-interface-transaction
maddy0812
September 28, 2021, 5:52pm
2
AFAIK, both do the same thing. Others can correct me if im wrong.
show post in topic