diff --git a/libraries/base/dp/src/vhdl/dp_offload_tx.vhd b/libraries/base/dp/src/vhdl/dp_offload_tx.vhd index 81aab19ab41ca1c8e6b9bfb0340d243066de9eca..2344117a7bb55a5bd34d9678f87eea99b756b958 100644 --- a/libraries/base/dp/src/vhdl/dp_offload_tx.vhd +++ b/libraries/base/dp/src/vhdl/dp_offload_tx.vhd @@ -19,15 +19,7 @@ -- ------------------------------------------------------------------------------- - --- 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: +-- Status: Legacy, do not use in new designs -- . 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 -- snk_in_arr and hdr_fields_in_arr is problematic to maintain after the @@ -37,6 +29,16 @@ -- and or multiple blocks per packet (by dp_packet_merge) are needed, -- then this functions should be applied before dp_concat_field_blk, so -- 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; USE IEEE.STD_LOGIC_1164.ALL;