U
Ujjwal Konar
Guest
Hi:
I would like to detect the posedge of two clocks (asynchronous to each other) at the same time. I didn't find any verilog construct to achieve that.
Suppose if two clocks are "clk1" and clk2" respectively, I can't write the construct "always @(posedge clk1 and posedge clk2)" but "and" is not allowed.
Could you please let me know how I can achieve this by means of verilog constructs?
Thanks in advacne. Regards,
Ujjwal.
I would like to detect the posedge of two clocks (asynchronous to each other) at the same time. I didn't find any verilog construct to achieve that.
Suppose if two clocks are "clk1" and clk2" respectively, I can't write the construct "always @(posedge clk1 and posedge clk2)" but "and" is not allowed.
Could you please let me know how I can achieve this by means of verilog constructs?
Thanks in advacne. Regards,
Ujjwal.