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
3
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
7cd9b30f
Commit
7cd9b30f
authored
1 year ago
by
Tristan Gingold
Browse files
Options
Downloads
Patches
Plain Diff
xwrc_board_pxie_fmc: add pps_valid_o output
parent
7a1a969c
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
board/pxie-fmc/xwrc_board_pxie_fmc.vhd
+5
-3
5 additions, 3 deletions
board/pxie-fmc/xwrc_board_pxie_fmc.vhd
with
5 additions
and
3 deletions
board/pxie-fmc/xwrc_board_pxie_fmc.vhd
+
5
−
3
View file @
7cd9b30f
...
@@ -219,10 +219,11 @@ entity xwrc_board_pxie_fmc is
...
@@ -219,10 +219,11 @@ entity xwrc_board_pxie_fmc is
led_act_o
:
out
std_logic
;
led_act_o
:
out
std_logic
;
led_link_o
:
out
std_logic
;
led_link_o
:
out
std_logic
;
-- 1PPS output
-- 1PPS output
pps_p_o
:
out
std_logic
;
pps_p_o
:
out
std_logic
;
pps_led_o
:
out
std_logic
;
pps_valid_o
:
out
std_logic
;
pps_led_o
:
out
std_logic
;
-- Link ok indication
-- Link ok indication
link_ok_o
:
out
std_logic
link_ok_o
:
out
std_logic
);
);
end
entity
xwrc_board_pxie_fmc
;
end
entity
xwrc_board_pxie_fmc
;
...
@@ -462,6 +463,7 @@ begin -- architecture struct
...
@@ -462,6 +463,7 @@ begin -- architecture struct
led_act_o
=>
led_act_o
,
led_act_o
=>
led_act_o
,
led_link_o
=>
led_link_o
,
led_link_o
=>
led_link_o
,
pps_p_o
=>
pps_p_o
,
pps_p_o
=>
pps_p_o
,
pps_valid_o
=>
pps_valid_o
,
pps_led_o
=>
pps_led_o
,
pps_led_o
=>
pps_led_o
,
link_ok_o
=>
link_ok_o
);
link_ok_o
=>
link_ok_o
);
...
...
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