'Detect posedge for sync signal [Without using @posedge signal]

I'm trying to detect the posedge of a synchronous signal, but I don't know how to implement it relative to the clock [Without using @posedge signal]. Can I implement it like @(posedge clk iff -----)?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source