Skip to content
Snippets Groups Projects
Commit 2f3b055c authored by Pepping's avatar Pepping
Browse files

Disabled pre-transpose

parent 951ce551
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ ARCHITECTURE str OF unb1_reorder IS
CONSTANT c_nof_blocks : POSITIVE := 32;
CONSTANT c_nof_streams : POSITIVE := 4;
CONSTANT c_in_dat_w : POSITIVE := 8;
CONSTANT c_ena_pre_transp : BOOLEAN := TRUE;
CONSTANT c_ena_pre_transp : BOOLEAN := FALSE; --TRUE;
CONSTANT c_frame_size_in : NATURAL := 256;
CONSTANT c_blocksize : POSITIVE := c_wr_nof_chunks * c_wr_chunksize;
CONSTANT c_reorder_seq_conf : t_reorder_seq := (c_wr_chunksize,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment