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
12f7da0e
Commit
12f7da0e
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Use bf_bs_sosi and xst_bs_sosi as signal names.
parent
823661c8
No related branches found
Branches containing commit
No related tags found
1 merge request
!278
Resolve L2SDP-811
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
applications/lofar2/libraries/sdp/src/vhdl/node_sdp_correlator.vhd
+2
-2
2 additions, 2 deletions
...ons/lofar2/libraries/sdp/src/vhdl/node_sdp_correlator.vhd
applications/lofar2/libraries/sdp/src/vhdl/sdp_station.vhd
+8
-4
8 additions, 4 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_station.vhd
with
10 additions
and
6 deletions
applications/lofar2/libraries/sdp/src/vhdl/node_sdp_correlator.vhd
+
2
−
2
View file @
12f7da0e
...
...
@@ -55,7 +55,7 @@ ENTITY node_sdp_correlator IS
xst_udp_siso
:
IN
t_dp_siso
;
from_ri_sosi
:
IN
t_dp_sosi
:
=
c_dp_sosi_rst
;
to_ri_sosi
:
OUT
t_dp_sosi
;
bs_sosi
:
OUT
t_dp_sosi
;
xst_
bs_sosi
:
OUT
t_dp_sosi
;
mm_rst
:
IN
STD_LOGIC
;
mm_clk
:
IN
STD_LOGIC
;
...
...
@@ -196,7 +196,7 @@ BEGIN
-- Use xsel_sosi as local bsn and sync reference since the sync
-- is generated by the bsn_sync_scheduler in sdp_crosslets_subband_select.
bs_sosi
<=
xsel_sosi
;
xst_
bs_sosi
<=
xsel_sosi
;
---------------------------------------------------------------
-- Repack 32b to 64b
...
...
This diff is collapsed.
Click to expand it.
applications/lofar2/libraries/sdp/src/vhdl/sdp_station.vhd
+
8
−
4
View file @
12f7da0e
...
...
@@ -517,7 +517,9 @@ ARCHITECTURE str OF sdp_station IS
SIGNAL
fsub_sosi_arr
:
t_dp_sosi_arr
(
c_sdp_P_pfb
-1
DOWNTO
0
);
-- weighted subbands
SIGNAL
fsub_oversampled_sosi_arr
:
t_dp_sosi_arr
(
c_sdp_R_os
*
c_sdp_P_pfb
-1
DOWNTO
0
);
SIGNAL
fsub_sosi_2arr
:
t_dp_sosi_2arr_pfb
(
c_sdp_N_beamsets
-1
DOWNTO
0
);
SIGNAL
bs_sosi
:
t_dp_sosi
;
SIGNAL
xst_bs_sosi
:
t_dp_sosi
;
-- block sync reference for Xsub ring latency monitor
SIGNAL
bf_bs_sosi
:
t_dp_sosi
;
-- block sync reference for BF ring latency monitor
SIGNAL
xst_from_ri_sosi
:
t_dp_sosi
:
=
c_dp_sosi_rst
;
SIGNAL
xst_to_ri_sosi
:
t_dp_sosi
:
=
c_dp_sosi_rst
;
...
...
@@ -820,7 +822,7 @@ BEGIN
from_ri_sosi
=>
xst_from_ri_sosi
,
to_ri_sosi
=>
xst_to_ri_sosi
,
bs_sosi
=>
bs_sosi
,
xst_
bs_sosi
=>
xst_
bs_sosi
,
mm_rst
=>
mm_rst
,
mm_clk
=>
mm_clk
,
...
...
@@ -1192,7 +1194,7 @@ BEGIN
lane_rx_board_sosi
=>
lane_rx_board_sosi_arr
(
0
),
lane_tx_cable_sosi
=>
lane_tx_cable_sosi_arr
(
0
),
lane_tx_board_sosi
=>
lane_tx_board_sosi_arr
(
0
),
bs_sosi
=>
bs_sosi
,
bs_sosi
=>
xst_
bs_sosi
,
reg_ring_lane_info_copi
=>
reg_ring_lane_info_xst_copi
,
reg_ring_lane_info_cipo
=>
reg_ring_lane_info_xst_cipo
,
...
...
@@ -1213,6 +1215,8 @@ BEGIN
END
GENERATE
;
gen_bf_ring
:
IF
g_use_bf
GENERATE
bf_bs_sosi
<=
fsub_sosi_arr
(
0
);
gen_beamset_ring
:
FOR
beamset_id
IN
0
TO
c_sdp_N_beamsets
-1
GENERATE
u_ring_lane_bf
:
ENTITY
ring_lib
.
ring_lane
GENERIC
MAP
(
...
...
@@ -1241,7 +1245,7 @@ BEGIN
lane_rx_board_sosi
=>
lane_rx_board_sosi_arr
(
1
+
beamset_id
),
lane_tx_cable_sosi
=>
lane_tx_cable_sosi_arr
(
1
+
beamset_id
),
lane_tx_board_sosi
=>
lane_tx_board_sosi_arr
(
1
+
beamset_id
),
bs_sosi
=>
fsub_sosi_arr
(
0
),
-- used for bsn and sync
bs_sosi
=>
bf_bs_sosi
,
-- used for bsn and sync
reg_ring_lane_info_copi
=>
reg_ring_lane_info_bf_copi_arr
(
beamset_id
),
reg_ring_lane_info_cipo
=>
reg_ring_lane_info_bf_cipo_arr
(
beamset_id
),
...
...
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