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
8fb0b914
Commit
8fb0b914
authored
11 years ago
by
Grzegorz Daniluk
Browse files
Options
Downloads
Patches
Plain Diff
greg_counters: connect rx pclass events
parent
185e7fd4
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/wr_endpoint/wr_endpoint.vhd
+1
-0
1 addition, 0 deletions
modules/wr_endpoint/wr_endpoint.vhd
with
1 addition
and
0 deletions
modules/wr_endpoint/wr_endpoint.vhd
+
1
−
0
View file @
8fb0b914
...
...
@@ -1037,6 +1037,7 @@ begin
rmon
.
rx_crc_err
<=
rx_path_rmon
.
rx_crc_err
;
rmon
.
rx_pause
<=
rx_path_rmon
.
rx_pause
;
rmon
.
rx_pfilter_drop
<=
rx_path_rmon
.
rx_pfilter_drop
;
rmon
.
rx_pclass
<=
rx_path_rmon
.
rx_pclass
;
rmon
.
tx_underrun
<=
pcs_rmon
.
tx_underrun
;
rmon
.
rx_overrun
<=
pcs_rmon
.
rx_overrun
;
rmon
.
rx_invalid_code
<=
pcs_rmon
.
rx_invalid_code
;
...
...
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