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
By the way, is your array an array of single bits, or are there other values besides 1 and 0? You didn't show the declaration of array, that could make a big difference in how you go about implementing it.