Skip to content
Snippets Groups Projects
Commit 356615de authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected typo in comment.

parent 560a2834
No related branches found
No related tags found
1 merge request!339Resolve L2SDP-959
......@@ -90,8 +90,7 @@ package reorder_pkg is
-- Input block has c_nof_ch = c_nof_data_per_block * c_nof_blocks_per_packet
-- data per packet. The transpose.select_copi.address order will yield
-- transposed outputout with c_nof_blocks_per_packet and
-- c_nof_data_per_block.
-- transposed output, with c_nof_blocks_per_packet and c_nof_data_per_block.
function func_reorder_transpose(constant c_nof_blocks_per_packet : natural;
constant c_nof_data_per_block : natural;
signal transpose : t_reorder_transpose)
......
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