Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Gateware
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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 Switch - Gateware
Commits
3c083b1a
Commit
3c083b1a
authored
8 years ago
by
Grzegorz Daniluk
Browse files
Options
Downloads
Patches
Plain Diff
swcore: by default reserve 256 pages in MPM for HP traffic
parent
3ee33337
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
modules/wrsw_swcore/xswc_core.vhd
+1
-1
1 addition, 1 deletion
modules/wrsw_swcore/xswc_core.vhd
with
1 addition
and
1 deletion
modules/wrsw_swcore/xswc_core.vhd
+
1
−
1
View file @
3c083b1a
...
...
@@ -167,7 +167,7 @@ architecture rtl of xswc_core is
constant
c_res_mmu_resource_num_width
:
integer
:
=
2
;
----------------------------------------------
constant
c_ALMOST_FULL_THR
:
integer
:
=
40
;
constant
c_ALMOST_FULL_THR
:
integer
:
=
256
;
----------------------------------------------------------------------------------------------------
-- signals connecting >>Input Block<< with >>Memory Management 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