Skip to content
Snippets Groups Projects
Commit 4da29c1f authored by Zanting's avatar Zanting
Browse files

Enabled pre-transpose

parent 9047e907
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ ARCHITECTURE str OF unb1_reorder IS ...@@ -95,7 +95,7 @@ ARCHITECTURE str OF unb1_reorder IS
CONSTANT c_nof_blocks : POSITIVE := 32; CONSTANT c_nof_blocks : POSITIVE := 32;
CONSTANT c_nof_streams : POSITIVE := 4; CONSTANT c_nof_streams : POSITIVE := 4;
CONSTANT c_in_dat_w : POSITIVE := 8; CONSTANT c_in_dat_w : POSITIVE := 8;
CONSTANT c_ena_pre_transp : BOOLEAN := FALSE; --TRUE; CONSTANT c_ena_pre_transp : BOOLEAN := TRUE;
CONSTANT c_frame_size_in : NATURAL := 256; CONSTANT c_frame_size_in : NATURAL := 256;
CONSTANT c_blocksize : POSITIVE := c_wr_nof_chunks * c_wr_chunksize; CONSTANT c_blocksize : POSITIVE := c_wr_nof_chunks * c_wr_chunksize;
CONSTANT c_reorder_seq_conf : t_reorder_seq := (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.
Finish editing this message first!
Please register or to comment