Sequences in fork...join_none

In reply to dave_59:

Thanks Dave :)

regarding clk ya it was typo error. after using “iff” it worked, but can you explain why the earlier code with

 @(posedge clk[j]_in) if(enable[j]==1) begin 

was not working.