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
2a2db8ce
Commit
2a2db8ce
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Corrected tb result.
parent
f38ad86e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!268
Debug XST subband index shifted
Pipeline
#34069
passed
2 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/designs/lofar2_unb2c_sdp_station/revisions/lofar2_unb2c_sdp_station_xsub_one/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload.vhd
+4
-2
4 additions, 2 deletions
..._one/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload.vhd
with
4 additions
and
2 deletions
applications/lofar2/designs/lofar2_unb2c_sdp_station/revisions/lofar2_unb2c_sdp_station_xsub_one/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload.vhd
+
4
−
2
View file @
2a2db8ce
...
@@ -41,6 +41,8 @@
...
@@ -41,6 +41,8 @@
-- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/u_lofar_unb2c_sdp_station_xsub_one/u_sdp_station/pfb_sosi_arr \
-- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/u_lofar_unb2c_sdp_station_xsub_one/u_sdp_station/pfb_sosi_arr \
-- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/u_lofar_unb2c_sdp_station_xsub_one/u_sdp_station/fsub_sosi_arr \
-- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/u_lofar_unb2c_sdp_station_xsub_one/u_sdp_station/fsub_sosi_arr \
-- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/u_lofar_unb2c_sdp_station_xsub_one/u_sdp_station/bs_sosi
-- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/u_lofar_unb2c_sdp_station_xsub_one/u_sdp_station/bs_sosi
-- > add wave -position insertpoint \
-- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/c_exp_subband_xst
-- > run -a
-- > run -a
-- Takes about 10 m
-- Takes about 10 m
--
--
...
@@ -88,7 +90,7 @@ ARCHITECTURE tb OF tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload IS
...
@@ -88,7 +90,7 @@ ARCHITECTURE tb OF tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload IS
CONSTANT
c_subband_step
:
NATURAL
:
=
3
;
-- e.g. 0 or c_nof_crosslets
CONSTANT
c_subband_step
:
NATURAL
:
=
3
;
-- e.g. 0 or c_nof_crosslets
CONSTANT
c_nof_sync
:
NATURAL
:
=
3
;
CONSTANT
c_nof_sync
:
NATURAL
:
=
3
;
CONSTANT
c_max_ratio
:
REAL
:
=
0
.
00
0
1
;
-- ratio that actual value may differ from expected value
CONSTANT
c_max_ratio
:
REAL
:
=
0
.
001
;
-- ratio that actual value may differ from expected value
-- WG
-- WG
CONSTANT
c_bsn_start_wg
:
NATURAL
:
=
2
;
CONSTANT
c_bsn_start_wg
:
NATURAL
:
=
2
;
...
@@ -393,7 +395,7 @@ BEGIN
...
@@ -393,7 +395,7 @@ BEGIN
END
IF
;
END
IF
;
-- Count the complex statistics
-- Count the complex statistics
IF
rx_sdp_stat_im_val
<
=
'1'
THEN
IF
rx_sdp_stat_im_val
=
'1'
THEN
rx_sdp_stat_index
<=
rx_sdp_stat_index
+
1
;
rx_sdp_stat_index
<=
rx_sdp_stat_index
+
1
;
END
IF
;
END
IF
;
...
...
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