Forum Discussion
Altera_Forum
Honored Contributor
18 years agoThat handbook chapter says, "Implementing counters in HDL code is easy; they are implemented with an adder followed by registers."
I suspect that Quartus integrated synthesis intentionally does not infer lpm_counter. It might be that the counters created by synthesis are just as good. If you specifically want lpm_counter, you will probably have to instantiate it yourself.