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

Made some alignments

parent 90a82285
Branches
No related tags found
No related merge requests found
......@@ -41,10 +41,10 @@ USE work.dp_stream_pkg.ALL;
ENTITY dp_reinterleave IS
GENERIC (
g_dat_w : NATURAL;
g_nof_in : NATURAL;
g_dat_w : NATURAL; -- Width of the data. Either the width of the datafield or the re and im field combined.
g_nof_in : NATURAL; -- Number of input streams
g_deint_block_size : NATURAL; -- Inputs streams will be de-interleaved using this block size. Should match block_size_out when g_use_ctrl=TRUE
g_nof_out : NATURAL;
g_nof_out : NATURAL; -- The number of output streams
g_inter_block_size : NATURAL; -- Outputs streams will be interleaved using this block size. Should match block_size_in when g_use_ctrl=TRUE
g_use_ctrl : BOOLEAN := TRUE;
g_use_complex : BOOLEAN;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment