Skip to content
GitLab
Explore
Sign in
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
92d57b53
Commit
92d57b53
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added g_sim_level for transceiver IP (XAUI or 10GBASE-R). Added tr_ref_rst_156 IN port for XAUI.
parent
dbbdabc5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/technology/eth_10g/tech_eth_10g.vhd
+5
-0
5 additions, 0 deletions
libraries/technology/eth_10g/tech_eth_10g.vhd
with
5 additions
and
0 deletions
libraries/technology/eth_10g/tech_eth_10g.vhd
+
5
−
0
View file @
92d57b53
...
...
@@ -50,6 +50,7 @@ ENTITY tech_eth_10g IS
GENERIC
(
g_technology
:
NATURAL
:
=
c_tech_select_default
;
g_sim
:
BOOLEAN
:
=
FALSE
;
g_sim_level
:
NATURAL
:
=
0
;
-- 0 = use IP; 1 = use fast serdes model
g_nof_channels
:
NATURAL
:
=
1
;
g_link_status_check
:
STD_LOGIC_VECTOR
(
c_tech_mac_10g_link_status_w
-1
DOWNTO
0
)
:
=
"11"
;
g_pre_header_padding
:
BOOLEAN
:
=
FALSE
...
...
@@ -58,6 +59,7 @@ ENTITY tech_eth_10g IS
-- Transceiver PLL reference clock
tr_ref_clk_644
:
IN
STD_LOGIC
:
=
'0'
;
-- 644.531250 MHz for 10GBASE-R
tr_ref_clk_156
:
IN
STD_LOGIC
:
=
'0'
;
-- 156.25 MHz for XAUI
tr_ref_rst_156
:
IN
STD_LOGIC
:
=
'0'
;
-- for XAUI
-- Calibration & reconfig clock
cal_rec_clk
:
IN
STD_LOGIC
:
=
'0'
;
-- for XAUI;
...
...
@@ -111,6 +113,7 @@ BEGIN
u0
:
ENTITY
work
.
tech_eth_10g_stratixiv
GENERIC
MAP
(
g_sim
=>
g_sim
,
g_sim_level
=>
g_sim_level
,
g_nof_channels
=>
g_nof_channels
,
g_link_status_check
=>
g_link_status_check
,
g_pre_header_padding
=>
g_pre_header_padding
...
...
@@ -118,6 +121,7 @@ BEGIN
PORT
MAP
(
-- Transceiver PLL reference clock
tr_ref_clk_156
=>
tr_ref_clk_156
,
tr_ref_rst_156
=>
tr_ref_rst_156
,
-- Calibration & reconfig clock
cal_rec_clk
=>
cal_rec_clk
,
...
...
@@ -156,6 +160,7 @@ BEGIN
u0
:
ENTITY
work
.
tech_eth_10g_arria10
GENERIC
MAP
(
g_sim
=>
g_sim
,
g_sim_level
=>
g_sim_level
,
g_nof_channels
=>
g_nof_channels
,
g_link_status_check
=>
g_link_status_check
,
g_pre_header_padding
=>
g_pre_header_padding
...
...
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