Forum Discussion
Altera_Forum
Honored Contributor
14 years agoVerilog - minimizing logic
Hi I'm generating some asymmetric waveforms from a counter, and am able to adjust the counts where it changes output. Hence I'd like to choose numbers that utilize the minimum amount of logic ...
Altera_Forum
Honored Contributor
14 years agoISTR that somewhere you can see a logic diagram (or similar) after one stage of the syntheses. But the actual logic used can depend on timing (and other) constraints.
I'd guess that you'd be better counting down to zero (or until carry) and reloading the counter with a sequence of values.