Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
W
White Rabbit core collection
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
30
Issues
30
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
White Rabbit core collection
Commits
e31c7553
Commit
e31c7553
authored
Jun 01, 2023
by
Tristan Gingold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xwr_endpoint: add default
to ease connection with records
parent
52d419cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
xwr_endpoint.vhd
modules/wr_endpoint/xwr_endpoint.vhd
+3
-3
No files found.
modules/wr_endpoint/xwr_endpoint.vhd
View file @
e31c7553
...
...
@@ -106,10 +106,10 @@ entity xwr_endpoint is
phy_loopen_o
:
out
std_logic
;
phy_loopen_vec_o
:
out
std_logic_vector
(
2
downto
0
);
phy_tx_prbs_sel_o
:
out
std_logic_vector
(
2
downto
0
);
phy_sfp_tx_fault_i
:
in
std_logic
;
phy_sfp_los_i
:
in
std_logic
;
phy_sfp_tx_fault_i
:
in
std_logic
:
=
'0'
;
phy_sfp_los_i
:
in
std_logic
:
=
'0'
;
phy_sfp_tx_disable_o
:
out
std_logic
;
phy_rdy_i
:
in
std_logic
;
phy_rdy_i
:
in
std_logic
:
=
'0'
;
phy_ref_clk_i
:
in
std_logic
:
=
'0'
;
phy_tx_data_o
:
out
std_logic_vector
(
f_pcs_data_width
(
g_pcs_16bit
)
-1
downto
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment