Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gennum GN4124 core
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Gennum GN4124 core
Commits
cf1609e6
Commit
cf1609e6
authored
10 years ago
by
Timon Heim
Browse files
Options
Downloads
Patches
Plain Diff
Reudcing FIFO threshold
parent
90775b39
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
hdl/gn4124core/rtl/l2p_dma_master.vhd
+2
-2
2 additions, 2 deletions
hdl/gn4124core/rtl/l2p_dma_master.vhd
with
2 additions
and
2 deletions
hdl/gn4124core/rtl/l2p_dma_master.vhd
+
2
−
2
View file @
cf1609e6
...
...
@@ -161,8 +161,8 @@ architecture behaviour of l2p_dma_master is
-- Allowed c_L2P_MAX_PAYLOAD values are: 32, 64, 128, 256, 512, 1024.
-- This constant must be set according to the GN4124 and motherboard chipset capabilities.
constant
c_L2P_MAX_PAYLOAD
:
unsigned
(
10
downto
0
)
:
=
to_unsigned
(
32
,
11
);
-- in 32-bit words
constant
c_ADDR_FIFO_FULL_THRES
:
integer
:
=
8
00
;
constant
c_DATA_FIFO_FULL_THRES
:
integer
:
=
8
00
;
constant
c_ADDR_FIFO_FULL_THRES
:
integer
:
=
5
00
;
constant
c_DATA_FIFO_FULL_THRES
:
integer
:
=
5
00
;
-----------------------------------------------------------------------------
-- Signals declaration
...
...
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