Stephen Williams wrote:
Yep. I just typeed it of the top of my head as I didn't have the source code handy at the time. My Verilog is rusty but I'm back on to a new project which should quickly refresh my memory ;-)integer i; for (i = 0; i < 64; i = i + 8) begin @posedge(clk); data = test[i:(i+8)]; endDon't you mean @(posedge clk)?
Is the above a valid Verilog code snippet (ignoring the erroneous posedge statement) ???
Thanks,
Brendan Simon.
