From 9e273ffa4a0028123c13c480550d1294eeeccbff Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Wed, 6 Jun 2018 14:39:41 +0000
Subject: [PATCH] Added explicite Status: Legacy, do not use in new designs.

---
 libraries/base/dp/src/vhdl/dp_offload_tx.vhd | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/libraries/base/dp/src/vhdl/dp_offload_tx.vhd b/libraries/base/dp/src/vhdl/dp_offload_tx.vhd
index 81aab19ab4..2344117a7b 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;
-- 
GitLab