Skip to content
Snippets Groups Projects
Commit 505bf132 authored by BRONES Romain's avatar BRONES Romain
Browse files

fix:Phase width cannot be >16

* This is the max in the DDS.
* TODO: accept accumulator with more width, and crop before DDS.
parent 15f19373
No related branches found
No related tags found
No related merge requests found
package pkg_pscgen is package pkg_pscgen is
constant C_W_PHASE : natural := 20; constant C_W_PHASE : natural := 16;
constant C_W_TIDX : natural := 8; constant C_W_TIDX : natural := 8;
constant C_W_SINE : natural := 26; constant C_W_SINE : natural := 26;
constant C_W_SIG : natural := 16; constant C_W_SIG : natural := 16;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment