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
ca58894c
Commit
ca58894c
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Correct g_dsp_data_w = g_subband_raw_dat_w in u_reorder_col_wide.
parent
7f5cd059
No related branches found
Branches containing commit
No related tags found
1 merge request
!289
Rename c_sdp_W_fsub_wg into c_sdp_W_local_oscillator. Use...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/src/vhdl/node_sdp_beamformer.vhd
+4
-3
4 additions, 3 deletions
...ons/lofar2/libraries/sdp/src/vhdl/node_sdp_beamformer.vhd
with
4 additions
and
3 deletions
applications/lofar2/libraries/sdp/src/vhdl/node_sdp_beamformer.vhd
+
4
−
3
View file @
ca58894c
...
...
@@ -44,8 +44,9 @@ ENTITY node_sdp_beamformer IS
g_sim_sdp
:
t_sdp_sim
:
=
c_sdp_sim
;
g_beamset_id
:
NATURAL
:
=
0
;
g_scope_selected_beamlet
:
NATURAL
:
=
0
;
g_subband_raw_dat_w
:
NATURAL
:
=
c_sdp_W_subband
;
g_subband_raw_fraction_w
:
NATURAL
:
=
0
-- Use no default raw width, to force instance to set it
g_subband_raw_dat_w
:
NATURAL
;
-- default: c_sdp_W_subband;
g_subband_raw_fraction_w
:
NATURAL
-- default: 0
);
PORT
(
dp_clk
:
IN
STD_LOGIC
;
...
...
@@ -151,7 +152,7 @@ BEGIN
u_reorder_col_wide
:
ENTITY
reorder_lib
.
reorder_col_wide
GENERIC
MAP
(
g_wb_factor
=>
c_sdp_P_pfb
,
-- g_wb_factor is only used for number of parallel streams
g_dsp_data_w
=>
c_sdp_W
_subband
,
g_dsp_data_w
=>
g
_subband
_raw_dat_w
,
g_nof_ch_in
=>
c_sdp_N_sub
*
c_sdp_Q_fft
,
g_nof_ch_sel
=>
c_sdp_S_sub_bf
*
c_sdp_Q_fft
,
g_select_file_prefix
=>
c_bf_select_file_prefix
,
...
...
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