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
267040f7
Commit
267040f7
authored
Jun 1, 2018
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
set c_check_link_status and c_check_xgmii_tx_ready to TRUE
parent
0e4d51d0
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/technology/eth_10g/tech_eth_10g_arria10_e1sg.vhd
+2
-2
2 additions, 2 deletions
libraries/technology/eth_10g/tech_eth_10g_arria10_e1sg.vhd
with
2 additions
and
2 deletions
libraries/technology/eth_10g/tech_eth_10g_arria10_e1sg.vhd
+
2
−
2
View file @
267040f7
...
@@ -139,8 +139,8 @@ END tech_eth_10g_arria10_e1sg;
...
@@ -139,8 +139,8 @@ END tech_eth_10g_arria10_e1sg;
ARCHITECTURE
str
OF
tech_eth_10g_arria10_e1sg
IS
ARCHITECTURE
str
OF
tech_eth_10g_arria10_e1sg
IS
-- Enable or disable the conditions that must be ok to release tx_snk_out_arr xon
-- Enable or disable the conditions that must be ok to release tx_snk_out_arr xon
CONSTANT
c_check_link_status
:
BOOLEAN
:
=
g_direction
/=
"TX_ONLY"
;
CONSTANT
c_check_link_status
:
BOOLEAN
:
=
TRUE
;
--
g_direction/="TX_ONLY";
CONSTANT
c_check_xgmii_tx_ready
:
BOOLEAN
:
=
g_direction
/=
"RX_ONLY"
;
CONSTANT
c_check_xgmii_tx_ready
:
BOOLEAN
:
=
TRUE
;
--
g_direction/="RX_ONLY";
SIGNAL
i_tx_snk_out_arr
:
t_dp_siso_arr
(
g_nof_channels
-1
DOWNTO
0
);
SIGNAL
i_tx_snk_out_arr
:
t_dp_siso_arr
(
g_nof_channels
-1
DOWNTO
0
);
...
...
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