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

Increase ID width

* Allow ID up to 255
* This changes dimension of memories, registers
parent 2a0b55c8
No related branches found
Tags 1.2.0
No related merge requests found
......@@ -29,8 +29,8 @@ package pkg_corr_matrix is
constant C_W_MM_COEF : natural := 24;
constant C_W_MM_MULT : natural := 48; -- C_W_OE+C_W_MM_COEF;
constant C_W_MM_IDCNT : natural := 7; -- natural(ceil(log2(real(C_N_MM_BPM))));
constant C_W_MM_ACCU : natural := 55; -- C_W_MM_MULT+C_W_MM_IDCNT;
constant C_W_MM_IDCNT : natural := 8; -- > natural(ceil(log2(real(C_N_MM_BPM))));
constant C_W_MM_ACCU : natural := 56; -- C_W_MM_MULT+C_W_MM_IDCNT;
constant C_N_MM_SAT : natural := 0;
constant C_N_MM_RND : natural := 23;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment