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
3da2c757
Commit
3da2c757
authored
12 years ago
by
Grzegorz Daniluk
Browse files
Options
Downloads
Patches
Plain Diff
greg_counters: leave rmon_o from vlan unit open, it doesn't generate any events
parent
6282f76a
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/ep_rx_path.vhd
+1
-1
1 addition, 1 deletion
modules/wr_endpoint/ep_rx_path.vhd
with
1 addition
and
1 deletion
modules/wr_endpoint/ep_rx_path.vhd
+
1
−
1
View file @
3da2c757
...
...
@@ -444,7 +444,7 @@ begin -- behavioral
vid_o
=>
vlan_vid
,
tag_done_o
=>
vlan_tag_done
,
is_tagged_o
=>
vlan_is_tagged
,
rmon_o
=>
rmon_o
,
rmon_o
=>
open
,
regs_i
=>
regs_i
,
regs_o
=>
regs_o
);
end
generate
gen_with_vlan_unit
;
...
...
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