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
6f69f263
Commit
6f69f263
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Use local input ref_sync for BSN monitor of beamlet output.
parent
17926d5d
No related branches found
No related tags found
1 merge request
!273
Use t_parameters and t_input to register the statistics info. Make sure that...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/src/vhdl/node_sdp_beamformer.vhd
+6
-3
6 additions, 3 deletions
...ons/lofar2/libraries/sdp/src/vhdl/node_sdp_beamformer.vhd
with
6 additions
and
3 deletions
applications/lofar2/libraries/sdp/src/vhdl/node_sdp_beamformer.vhd
+
6
−
3
View file @
6f69f263
...
@@ -132,11 +132,14 @@ ARCHITECTURE str OF node_sdp_beamformer IS
...
@@ -132,11 +132,14 @@ ARCHITECTURE str OF node_sdp_beamformer IS
SIGNAL
scope_bf_out_sosi_arr
:
t_dp_sosi_integer_arr
(
c_sdp_N_pol_bf
-1
DOWNTO
0
);
SIGNAL
scope_bf_out_sosi_arr
:
t_dp_sosi_integer_arr
(
c_sdp_N_pol_bf
-1
DOWNTO
0
);
SIGNAL
beamlet_scale
:
STD_LOGIC_VECTOR
(
c_sdp_W_beamlet_scale
-1
DOWNTO
0
);
SIGNAL
beamlet_scale
:
STD_LOGIC_VECTOR
(
c_sdp_W_beamlet_scale
-1
DOWNTO
0
);
SIGNAL
rn_index
:
NATURAL
RANGE
0
TO
c_sdp_N_pn_max
-1
:
=
0
;
SIGNAL
rn_index
:
NATURAL
RANGE
0
TO
c_sdp_N_pn_max
-1
:
=
0
;
SIGNAL
ref_sync
:
STD_LOGIC
;
BEGIN
BEGIN
rn_index
<=
TO_UINT
(
SUB_UVEC
(
gn_id
,
ring_info
.
O_rn
))
WHEN
rising_edge
(
dp_clk
);
-- Using register to ease timing closure.
-- Use register to ease timing closure.
rn_index
<=
TO_UINT
(
SUB_UVEC
(
gn_id
,
ring_info
.
O_rn
))
WHEN
rising_edge
(
dp_clk
);
ref_sync
<=
in_sosi_arr
(
0
)
.
sync
WHEN
rising_edge
(
dp_clk
);
---------------------------------------------------------------
---------------------------------------------------------------
-- Beamlet Subband Select
-- Beamlet Subband Select
...
@@ -297,7 +300,7 @@ BEGIN
...
@@ -297,7 +300,7 @@ BEGIN
-- Streaming clock domain
-- Streaming clock domain
dp_rst
=>
dp_rst
,
dp_rst
=>
dp_rst
,
dp_clk
=>
dp_clk
,
dp_clk
=>
dp_clk
,
ref_sync
=>
mon_bf_udp_sosi
.
sync
,
ref_sync
=>
ref_
sync
,
in_sosi_arr
(
0
)
=>
mon_bf_udp_sosi
in_sosi_arr
(
0
)
=>
mon_bf_udp_sosi
);
);
...
...
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