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
3c89179f
Commit
3c89179f
authored
10 years ago
by
Kenneth Hiemstra
Browse files
Options
Downloads
Patches
Plain Diff
MDIO default disabled
parent
3519269e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/io/tr_10GbE/src/vhdl/tr_10GbE.vhd
+1
-1
1 addition, 1 deletion
libraries/io/tr_10GbE/src/vhdl/tr_10GbE.vhd
with
1 addition
and
1 deletion
libraries/io/tr_10GbE/src/vhdl/tr_10GbE.vhd
+
1
−
1
View file @
3c89179f
...
@@ -65,7 +65,7 @@ ENTITY tr_10GbE IS
...
@@ -65,7 +65,7 @@ ENTITY tr_10GbE IS
g_sim
:
BOOLEAN
;
g_sim
:
BOOLEAN
;
g_sim_level
:
NATURAL
:
=
1
;
-- 0 = use IP; 1 = use fast serdes model
g_sim_level
:
NATURAL
:
=
1
;
-- 0 = use IP; 1 = use fast serdes model
g_nof_macs
:
NATURAL
;
g_nof_macs
:
NATURAL
;
g_use_mdio
:
BOOLEAN
;
g_use_mdio
:
BOOLEAN
:
=
FALSE
;
g_mdio_epcs_dis
:
BOOLEAN
:
=
FALSE
;
-- TRUE disables EPCS on init; e.g. to target a 10GbE card in PC that does not support it
g_mdio_epcs_dis
:
BOOLEAN
:
=
FALSE
;
-- TRUE disables EPCS on init; e.g. to target a 10GbE card in PC that does not support it
g_tx_fifo_fill
:
NATURAL
:
=
10
;
-- Release tx packet only when sufficiently data is available,
g_tx_fifo_fill
:
NATURAL
:
=
10
;
-- Release tx packet only when sufficiently data is available,
g_tx_fifo_size
:
NATURAL
:
=
256
;
-- 2 * 32b * 256 = 2 M9K (DP interface has 64b data, so at least 2 M9K needed)
g_tx_fifo_size
:
NATURAL
:
=
256
;
-- 2 * 32b * 256 = 2 M9K (DP interface has 64b data, so at least 2 M9K needed)
...
...
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