Skip to content
Snippets Groups Projects
Commit 07861b30 authored by Pieter Donker's avatar Pieter Donker
Browse files

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
No related tags found
2 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!80L2SDP-207, found bug in sdp_statistics_offload.vhd
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment