Skip to content
GitLab
Explore
Sign in
Register
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
01e688c1
Commit
01e688c1
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
BSN is from previous sync interval in which the statistics were measured.
parent
b3911848
Branches
Branches containing commit
No related tags found
1 merge request
!273
Use t_parameters and t_input to register the statistics info. Make sure that...
Pipeline
#34724
passed
2 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/tb/vhdl/tb_sdp_statistics_offload.vhd
+4
-2
4 additions, 2 deletions
...ofar2/libraries/sdp/tb/vhdl/tb_sdp_statistics_offload.vhd
with
4 additions
and
2 deletions
applications/lofar2/libraries/sdp/tb/vhdl/tb_sdp_statistics_offload.vhd
+
4
−
2
View file @
01e688c1
...
@@ -191,6 +191,7 @@ ARCHITECTURE tb OF tb_sdp_statistics_offload IS
...
@@ -191,6 +191,7 @@ ARCHITECTURE tb OF tb_sdp_statistics_offload IS
SIGNAL
rx_sdp_stat_header
:
t_sdp_stat_header
;
SIGNAL
rx_sdp_stat_header
:
t_sdp_stat_header
;
SIGNAL
exp_sdp_stat_header
:
t_sdp_stat_header
;
SIGNAL
exp_sdp_stat_header
:
t_sdp_stat_header
;
SIGNAL
cur_dp_bsn
:
NATURAL
;
SIGNAL
exp_dp_bsn
:
NATURAL
;
SIGNAL
exp_dp_bsn
:
NATURAL
;
SIGNAL
exp_sst_signal_input
:
NATURAL
;
SIGNAL
exp_sst_signal_input
:
NATURAL
;
SIGNAL
exp_bst_beamlet_index
:
NATURAL
;
SIGNAL
exp_bst_beamlet_index
:
NATURAL
;
...
@@ -357,7 +358,8 @@ BEGIN
...
@@ -357,7 +358,8 @@ BEGIN
-- verify it at rx_offload_sosi.eop.
-- verify it at rx_offload_sosi.eop.
-- For all statistics
-- For all statistics
exp_dp_bsn
<=
c_bsn_init
+
1
+
rx_sync_cnt
*
c_nof_block_per_sync
;
cur_dp_bsn
<=
c_bsn_init
+
1
+
rx_sync_cnt
*
c_nof_block_per_sync
;
-- in current sync interval
exp_dp_bsn
<=
cur_dp_bsn
WHEN
rising_edge
(
dp_clk
)
AND
rx_offload_sosi
.
sync
=
'1'
;
-- previous sync interval
-- SST
-- SST
exp_sst_signal_input
<=
rx_packet_cnt
+
c_sdp_S_pn
*
gn_index
;
exp_sst_signal_input
<=
rx_packet_cnt
+
c_sdp_S_pn
*
gn_index
;
-- BST
-- BST
...
@@ -667,7 +669,7 @@ BEGIN
...
@@ -667,7 +669,7 @@ BEGIN
weighted_subbands_flag
=>
weighted_subbands_flag
,
weighted_subbands_flag
=>
weighted_subbands_flag
,
nof_crosslets
=>
c_mm_nof_crosslets
,
nof_crosslets
=>
c_mm_nof_crosslets
,
crosslets_info_rec
=>
in_crosslets_info_rec
prev_
crosslets_info_rec
=>
in_crosslets_info_rec
);
);
-- Verify crosslets_info functions
-- Verify crosslets_info functions
...
...
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