Altera_Forum
Honored Contributor
14 years agosize of counter in LUTs
Hi!
I created the simplest possible 6-bit counter (with both megafunction and behaviorally). In both cases Quartus shows that the counter will take 6 ALUTs. From the Stratix IV handbook (which I use) I see that each ALUT contains: 6-input LUT, registers, an adder, etc. Why doesn't Quartus implement the 6-bit counter using the 6-input LUT in one ALUT? Why does it need 6 of them? This is important to me because my design uses 192 such counters and the potential for saving is huge. Alex