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
34
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
aa77538e
Commit
aa77538e
authored
8 years ago
by
Maciej Lipinski
Browse files
Options
Downloads
Patches
Plain Diff
[board/svec] trivial bugfix: was missing std_logic declaration of input port
parent
6609da1c
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
board/svec/wrc_board_svec.vhd
+1
-1
1 addition, 1 deletion
board/svec/wrc_board_svec.vhd
with
1 addition
and
1 deletion
board/svec/wrc_board_svec.vhd
+
1
−
1
View file @
aa77538e
...
...
@@ -243,7 +243,7 @@ entity wrc_board_svec is
-- WRPC timing interface and status
---------------------------------------------------------------------------
pps_ext_i
:
in
:
=
'0'
;
pps_ext_i
:
in
std_logic
:
=
'0'
;
pps_p_o
:
out
std_logic
;
pps_led_o
:
out
std_logic
;
tm_time_valid_o
:
out
std_logic
;
...
...
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