Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit core collection
Manage
Activity
Members
Labels
Plan
Issues
33
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
White Rabbit core collection
Commits
faf5e9a3
Commit
faf5e9a3
authored
5 years ago
by
Tomasz Wlostowski
Committed by
Grzegorz Daniluk
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
wr_endpoint: don't reset the endpoint on LOS! - it breaks LPDC
parent
9ab0dcb1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/wr_endpoint/ep_1000basex_pcs.vhd
+3
-2
3 additions, 2 deletions
modules/wr_endpoint/ep_1000basex_pcs.vhd
with
3 additions
and
2 deletions
modules/wr_endpoint/ep_1000basex_pcs.vhd
+
3
−
2
View file @
faf5e9a3
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
-- Author : Tomasz Włostowski
-- Author : Tomasz Włostowski
-- Company : CERN BE-CO-HT
-- Company : CERN BE-CO-HT
-- Created : 2010-11-18
-- Created : 2010-11-18
-- Last update: 201
7
-0
2-20
-- Last update: 201
9
-0
4-18
-- Platform : FPGA-generic
-- Platform : FPGA-generic
-- Standard : VHDL'93
-- Standard : VHDL'93
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
...
@@ -433,7 +433,8 @@ begin -- rtl
...
@@ -433,7 +433,8 @@ begin -- rtl
mdio_mcr_pdown
<=
mdio_mcr_pdown_cpu
or
(
not
link_ctr_i
);
mdio_mcr_pdown
<=
mdio_mcr_pdown_cpu
or
(
not
link_ctr_i
);
-- keep PHY reset also when SFP reports LOS (DL)
-- keep PHY reset also when SFP reports LOS (DL)
serdes_rst_o
<=
(
not
pcs_reset_n
)
or
mdio_mcr_pdown
or
serdes_sfp_los_i
;
serdes_rst_o
<=
(
not
pcs_reset_n
)
or
mdio_mcr_pdown
;
U_MDIO_WB
:
ep_pcs_tbi_mdio_wb
U_MDIO_WB
:
ep_pcs_tbi_mdio_wb
port
map
(
port
map
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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