FPGARelated.com

Sheshu Ramanandan (@Knight123)

FPGA Design Engineer

Re: How to avoid Blocking Statement in Verilog

Reply posted 4 years ago (05/31/2020)
I think this could be one way.always@(posedge clk)begin    if(carr_phase_s + delt >= 26)      carr_phase_s <= (carr_phase_s + delt) -26;    else     ...

Use this form to contact Knight123

Before you can contact a member of the *Related Sites:

  • You must be logged in (register here)
  • You must confirm you email address