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
07861b30
Commit
07861b30
authored
4 years ago
by
Pieter Donker
Browse files
Options
Downloads
Plain Diff
Merge branch '
L2SDP-207
' into 'master'
L2SDP-207
, found bug in sdp_statistics_offload.vhd Closes
L2SDP-207
See merge request desp/hdl!80
parents
ad27eed6
9b342a1c
No related branches found
Branches containing commit
No related tags found
2 merge requests
!100
Removed text for XSub that is now written in Confluence Subband correlator...
,
!80
L2SDP-207, found bug in sdp_statistics_offload.vhd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/src/vhdl/sdp_statistics_offload.vhd
+2
-2
2 additions, 2 deletions
.../lofar2/libraries/sdp/src/vhdl/sdp_statistics_offload.vhd
with
2 additions
and
2 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_statistics_offload.vhd
+
2
−
2
View file @
07861b30
...
...
@@ -225,9 +225,9 @@ BEGIN
-- Use done to start next packets
IF
r
.
block_count
<
c_nof_packets
THEN
IF
r
.
block_count
MOD
c_nof_data_per_step
=
0
THEN
v
.
start_address
:
=
r
.
start_address
+
c_data_size
;
-- step to next packet within block
ELSE
v
.
start_address
:
=
r
.
block_count
/
c_nof_data_per_step
*
c_block_size
;
-- jump to first packet in next block
ELSE
v
.
start_address
:
=
r
.
start_address
+
c_data_size
;
-- step to next packet within block
END
IF
;
v
.
start_pulse
:
=
'1'
;
v
.
block_count
:
=
r
.
block_count
+
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