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
85afda61
Commit
85afda61
authored
1 year ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Rename src_in --> out_siso
parent
571aca26
No related branches found
No related tags found
1 merge request
!330
Resolve L2SDP-942
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/src/vhdl/sdp_beamformer_output.vhd
+4
-3
4 additions, 3 deletions
...s/lofar2/libraries/sdp/src/vhdl/sdp_beamformer_output.vhd
with
4 additions
and
3 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_beamformer_output.vhd
+
4
−
3
View file @
85afda61
...
...
@@ -58,7 +58,7 @@ ENTITY sdp_beamformer_output IS
in_sosi
:
IN
t_dp_sosi
;
out_sosi
:
OUT
t_dp_sosi
;
src_in
:
IN
t_dp_siso
;
out_siso
:
IN
t_dp_siso
;
sdp_info
:
IN
t_sdp_info
;
beamlet_scale
:
IN
STD_LOGIC_VECTOR
(
c_sdp_W_beamlet_scale
-1
DOWNTO
0
);
...
...
@@ -164,7 +164,8 @@ BEGIN
-- . Also, we need a fill FIFO here because 16b->64b will introduce gaps in our
-- TX stream (not allowed by 10G TX MAC).
-- . The fill fifo waits until c_fifo_fill words are received before enabling the
-- output. The total number of words in the fifo is determained by the backpressure.
-- output. The total number of words in the fifo is determined by the
-- backpressure.
-------------------------------------------------------------------------------
u_dp_fifo_fill_sc
:
ENTITY
dp_lib
.
dp_fifo_fill_sc
GENERIC
MAP
(
...
...
@@ -373,7 +374,7 @@ BEGIN
snk_out_arr
(
0
)
=>
dp_pipeline_ready_src_in
,
snk_in_arr
(
0
)
=>
dp_pipeline_ready_src_out
,
-- ST source
src_in_arr
(
0
)
=>
src_in
,
src_in_arr
(
0
)
=>
out_siso
,
src_out_arr
(
0
)
=>
out_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