Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI'm not talking of a praticular NCO IP. A phase accumulator is simply a register.
if rising_edge(clk) then
phase <= phase + phase_increment;
end if;I'm not talking of a praticular NCO IP. A phase accumulator is simply a register.
if rising_edge(clk) then
phase <= phase + phase_increment;
end if;