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
466cf945
Commit
466cf945
authored
Oct 14, 2014
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Improved description.
parent
8231733d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/technology/mac_10g/tech_mac_10g.vhd
+30
-4
30 additions, 4 deletions
libraries/technology/mac_10g/tech_mac_10g.vhd
with
30 additions
and
4 deletions
libraries/technology/mac_10g/tech_mac_10g.vhd
+
30
−
4
View file @
466cf945
...
...
@@ -23,12 +23,38 @@
-- Purpose:
-- Description:
--
Remarks:
--
.
If g_pre_header_padding is TRUE then remove pre header padding from ST tx
--
--
If g_pre_header_padding is TRUE then remove pre header padding from ST tx
-- and insert it in ST rx, because the 10G MAC IP does not use pre header
-- padding. When g_pre_header_padding is FALSE then the ST frame is directly
-- passed on.
-- passed on via the dp_latency_adapters. The dp_latency_adapters are needed
-- because the ST interface uses RL=1 whereas e.g. the Altera mac_10g IP uses
-- RL=0.
--
-- tx_remove_snk tx_mac_snk
-- __________ . ______________ . __________________
-- | | . | | . | |
-- | dp_pad | . | dp_latency | . | |
-- tx_snk -->| remove |----------------------->| adapter |---->| |
-- | | | RL=1 --> 0 | | |
-- |________| |____________| | |
-- |tech_mac_10g |
-- __________ ______________ ______________ |ip_<device_name>|---XGMII
-- | | | | | | | |
-- | dp_pad | | dp_latency | | dp_latency | | |
-- rx_src <--| insert |<----| fifo |<----| adapter |<----| |
-- | | . | | . | RL=1 --> 0 | . | |
-- |________| . |____________| . |____________| . |________________|
-- . . . |
-- x_fifo_src rx_mac_src_rl1 rx_mac_src |
-- |
-- csr
--
-- Remarks:
-- . The dp_latency_fifo is necessary because the rx_mac_src_in.ready must remain
-- active during a reception, otherwise the rx frame gets truncated due to
-- back pressure by dp_pad_insert.
--
LIBRARY
IEEE
,
common_lib
,
dp_lib
,
technology_lib
;
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