Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSorry, I guess I forgot to add into my post:
reg [15:0] Timings [255:0]; reg [ 7:0] PtrT; reg TimerFlag; reg [15:0] contCount; I think it is the large array that is causing my problem, however I need my device to store a large array and also not use all the logic elements :D is there some code that I need to know in order to store the array in the 239'616 "memory bits" rather than in logic elements? Dan