a simple question on wait,
in driver run task, want to wait for item.delay clock cycles before moving on,
may I know below ways are both good,
repeat(<item>.delay) @ (posedge clk)
assert <signal>
or
## (item.delay)
thanks
a simple question on wait,
in driver run task, want to wait for item.delay clock cycles before moving on,
may I know below ways are both good,
repeat(<item>.delay) @ (posedge clk)
assert <signal>
or
## (item.delay)
thanks