Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
e22e004c
Commit
e22e004c
authored
3 years ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
increased c_sdp_offload_time as mentioned in
L2SDP-452
parent
dd5c4408
No related branches found
Branches containing commit
No related tags found
1 merge request
!136
Resolve L2SDP-431
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+2
-1
2 additions, 1 deletion
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
with
2 additions
and
1 deletion
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+
2
−
1
View file @
e22e004c
...
@@ -113,7 +113,8 @@ PACKAGE sdp_pkg is
...
@@ -113,7 +113,8 @@ PACKAGE sdp_pkg is
CONSTANT
c_sdp_marker_bst
:
NATURAL
:
=
66
;
-- = 0x42 = 'B'
CONSTANT
c_sdp_marker_bst
:
NATURAL
:
=
66
;
-- = 0x42 = 'B'
CONSTANT
c_sdp_marker_xst
:
NATURAL
:
=
88
;
-- = 0x58 = 'X'
CONSTANT
c_sdp_marker_xst
:
NATURAL
:
=
88
;
-- = 0x58 = 'X'
CONSTANT
c_sdp_offload_time
:
NATURAL
:
=
13000
;
-- from wave window 62855nS / 5nS = 12571 cycles.
--CONSTANT c_sdp_offload_time : NATURAL := 13000; -- from wave window 62855nS / 5nS = 12571 cycles.
CONSTANT
c_sdp_offload_time
:
NATURAL
:
=
600000
;
.
-- In SDP c_nof_channels = 2**nof_chan = 1 and wb_factor = 1,
-- In SDP c_nof_channels = 2**nof_chan = 1 and wb_factor = 1,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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