Altera_Forum
Honored Contributor
13 years agoFor loop
hello I want to check an array. which one is quicker? using for loop or using a counter that counts up at the "posedge" of the clock. thanks
yes I agree with you.
but I think you didnt get my point. I meant if I program a FPGA with these two programs which one would be quicker? because my program should be running in real-time so it should be as fast as it can. In other words which style is quicker? for loop or counter