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
23367bad
Commit
23367bad
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Try reproduce XST offload subband index error in sim, using settings from HW.
parent
450cc3c0
No related branches found
No related tags found
No related merge requests found
Pipeline
#27208
passed
3 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/tb/vhdl/tb_sdp_statistics_offload.vhd
+2
-2
2 additions, 2 deletions
...ofar2/libraries/sdp/tb/vhdl/tb_sdp_statistics_offload.vhd
with
2 additions
and
2 deletions
applications/lofar2/libraries/sdp/tb/vhdl/tb_sdp_statistics_offload.vhd
+
2
−
2
View file @
23367bad
...
@@ -57,14 +57,14 @@ ENTITY tb_sdp_statistics_offload IS
...
@@ -57,14 +57,14 @@ ENTITY tb_sdp_statistics_offload IS
g_statistics_type
:
STRING
:
=
"XST"
;
g_statistics_type
:
STRING
:
=
"XST"
;
g_offload_time
:
NATURAL
:
=
50
;
g_offload_time
:
NATURAL
:
=
50
;
g_reverse_word_order
:
BOOLEAN
:
=
TRUE
;
-- when TRUE then stream LSB word after MSB word.
g_reverse_word_order
:
BOOLEAN
:
=
TRUE
;
-- when TRUE then stream LSB word after MSB word.
g_gn_index
:
NATURAL
:
=
0
;
-- global node (GN) index, must be in range(O_rn, O_rn + N_rn), use > 0 to see effect of g_offload_time
g_gn_index
:
NATURAL
:
=
4
;
-- global node (GN) index, must be in range(O_rn, O_rn + N_rn), use > 0 to see effect of g_offload_time
-- BST
-- BST
g_beamset_id
:
NATURAL
:
=
0
;
-- < c_sdp_N_beamsets
g_beamset_id
:
NATURAL
:
=
0
;
-- < c_sdp_N_beamsets
-- XST
-- XST
g_O_rn
:
NATURAL
:
=
0
;
-- GN index of first ring node (RN)
g_O_rn
:
NATURAL
:
=
0
;
-- GN index of first ring node (RN)
g_N_rn
:
NATURAL
:
=
8
;
-- <= c_sdp_N_rn_max = 16, number of nodes in ring
g_N_rn
:
NATURAL
:
=
8
;
-- <= c_sdp_N_rn_max = 16, number of nodes in ring
g_P_sq
:
NATURAL
:
=
9
;
-- <= c_sdp_P_sq, nof available correlator cells
g_P_sq
:
NATURAL
:
=
9
;
-- <= c_sdp_P_sq, nof available correlator cells
g_nof_crosslets
:
NATURAL
:
=
7
;
-- <= c_sdp_N_crosslets_max
g_nof_crosslets
:
NATURAL
:
=
1
;
-- <= c_sdp_N_crosslets_max
g_crosslets_direction
:
NATURAL
:
=
1
-- > 0 for crosslet transport in positive direction (incrementing RN), else 0 for negative direction
g_crosslets_direction
:
NATURAL
:
=
1
-- > 0 for crosslet transport in positive direction (incrementing RN), else 0 for negative direction
);
);
END
tb_sdp_statistics_offload
;
END
tb_sdp_statistics_offload
;
...
...
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