Altera_Forum
Honored Contributor
16 years agoImplementing Phase Accumulator in VHDL
Hi,
I am currently in the process of designing a Phase Accumulator in VHDL for Altera Cyclone 3 Family. I realise there is an NCO Mega Function in the Altera Library. Can some one explain me the basics of Phase Accumulator design. My understanding is the Phase Accumulator is a normal accumulator (counter) which gets incremented with a certain phase_offset value at every clock tick. In my design I require a 32-bit accumulator which will generate a 14-bit accumulator output. I have been reading articles on phase accumulator. I still have the doubt why we use only certain number of bits from the accumulator where in actual reality the resolution is much better with all the 32 bits.(or all n bits in an n-bit accumulator). Best Regards Binu