Skip to content
Snippets Groups Projects
Commit 0d0ad613 authored by Pepping's avatar Pepping
Browse files

Fixed c_blocksize definitionk

parent 69b8d05f
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ END reorder_transpose;
ARCHITECTURE str OF reorder_transpose IS
CONSTANT c_blocksize : POSITIVE := g_reorder_seq.wr_nof_chunks * (g_reorder_seq.wr_chunksize + g_reorder_seq.gapsize);
CONSTANT c_blocksize : POSITIVE := g_reorder_seq.wr_chunksize + g_reorder_seq.gapsize;
CONSTANT c_pagesize : POSITIVE := g_reorder_seq.nof_blocks * c_blocksize;
CONSTANT c_mem_size : POSITIVE := 2*c_pagesize;
CONSTANT c_mem_size_w : POSITIVE := ceil_log2(c_mem_size);
......
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