Skip to content
Snippets Groups Projects
Commit 3da2c757 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk
Browse files

greg_counters: leave rmon_o from vlan unit open, it doesn't generate any events

parent 6282f76a
Branches
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment