I want to emit an event only at the first rising edge of clock.
for example
event clkr_e is rise ('pll_clk') @ sim;
clkr_e
is emitted at every rising clock.
But I need to emit an event only at first rising edge of pll_clk. Could any one please shed some light on this.
Thanks.