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

Added explicite Status: Legacy, do not use in new designs.

parent 7e881abd
No related branches found
No related tags found
No related merge requests found
...@@ -19,15 +19,7 @@ ...@@ -19,15 +19,7 @@
-- --
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- Status: Legacy, do not use in new designs
-- Purpose:
-- . Reduce data rate and/or packet rate and add a user-defined header
-- Description:
-- . From each incoming streams, dp_offload_tx allows the user to set:
-- . The number of words per incoming frame that is selected (word 0..g_nof_words_per_block-1)
-- . The numer of blocks of these selected words that are put into one new frame (g_nof_blocks_per_packet)
-- . The header contents can be controlled dynamically by data path or MM control (selected by g_hdr_field_sel)
-- Remarks:
-- . This dp_offload_tx should not be used for new designs, instead use -- . This dp_offload_tx should not be used for new designs, instead use
-- dp_concat_field_blk.vhd. In dp_offload_tx.vhd the alignment of -- dp_concat_field_blk.vhd. In dp_offload_tx.vhd the alignment of
-- snk_in_arr and hdr_fields_in_arr is problematic to maintain after the -- snk_in_arr and hdr_fields_in_arr is problematic to maintain after the
...@@ -37,6 +29,16 @@ ...@@ -37,6 +29,16 @@
-- and or multiple blocks per packet (by dp_packet_merge) are needed, -- and or multiple blocks per packet (by dp_packet_merge) are needed,
-- then this functions should be applied before dp_concat_field_blk, so -- then this functions should be applied before dp_concat_field_blk, so
-- before hdr_fields_in_arr. -- before hdr_fields_in_arr.
-- Author: Daniel van der Schuur
-- Eric Kooistra
-- Purpose:
-- . Reduce data rate and/or packet rate and add a user-defined header
-- Description:
-- . From each incoming streams, dp_offload_tx allows the user to set:
-- . The number of words per incoming frame that is selected (word 0..g_nof_words_per_block-1)
-- . The numer of blocks of these selected words that are put into one new frame (g_nof_blocks_per_packet)
-- . The header contents can be controlled dynamically by data path or MM control (selected by g_hdr_field_sel)
-- Remarks:
LIBRARY IEEE, common_lib, technology_lib, mm_lib; LIBRARY IEEE, common_lib, technology_lib, mm_lib;
USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_1164.ALL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment