Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
9e273ffa
Commit
9e273ffa
authored
7 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/src/vhdl/dp_offload_tx.vhd
+11
-9
11 additions, 9 deletions
libraries/base/dp/src/vhdl/dp_offload_tx.vhd
with
11 additions
and
9 deletions
libraries/base/dp/src/vhdl/dp_offload_tx.vhd
+
11
−
9
View file @
9e273ffa
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment