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
03b57679
Commit
03b57679
authored
9 years ago
by
Pepping
Browse files
Options
Downloads
Patches
Plain Diff
- Enabled g_use_ctrl on the output of the deinterleavers
- Removed commented code
parent
82dc90d2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/apertif/designs/apertif_unb1_correlator/src/vhdl/node_apertif_unb1_correlator_input.vhd
+1
-2
1 addition, 2 deletions
...orrelator/src/vhdl/node_apertif_unb1_correlator_input.vhd
with
1 addition
and
2 deletions
applications/apertif/designs/apertif_unb1_correlator/src/vhdl/node_apertif_unb1_correlator_input.vhd
+
1
−
2
View file @
03b57679
...
@@ -554,7 +554,7 @@ BEGIN
...
@@ -554,7 +554,7 @@ BEGIN
g_nof_out
=>
2
,
g_nof_out
=>
2
,
g_block_size
=>
1
,
g_block_size
=>
1
,
g_dat_w
=>
g_usr_data_w
,
-- 16b = 2x8b complex
g_dat_w
=>
g_usr_data_w
,
-- 16b = 2x8b complex
g_use_ctrl
=>
FALS
E
,
g_use_ctrl
=>
TRU
E
,
g_align_out
=>
TRUE
,
g_align_out
=>
TRUE
,
g_use_complex
=>
c_use_complex
g_use_complex
=>
c_use_complex
)
)
...
@@ -587,7 +587,6 @@ BEGIN
...
@@ -587,7 +587,6 @@ BEGIN
FOR
I
IN
0
TO
g_nof_output_streams
-1
LOOP
FOR
I
IN
0
TO
g_nof_output_streams
-1
LOOP
data_src_out_arr
(
I
)
<=
deinterleaved_arr
(
I
);
data_src_out_arr
(
I
)
<=
deinterleaved_arr
(
I
);
FOR
J
IN
0
TO
c_nof_10GbE_streams
-1
LOOP
FOR
J
IN
0
TO
c_nof_10GbE_streams
-1
LOOP
-- reinterleave_in_arr(I*c_nof_10GbE_streams + J) <= deinterleaved_arr(J*2*c_nof_bf_modules + I);
data_src_out_arr
(
I
)
.
data
((
J
+
1
)
*
g_usr_data_w
-1
DOWNTO
J
*
g_usr_data_w
)
<=
deinterleaved_arr
(
J
*
2
*
c_nof_bf_modules
+
I
)
.
im
(
c_compl_dat_w
-1
DOWNTO
0
)
&
data_src_out_arr
(
I
)
.
data
((
J
+
1
)
*
g_usr_data_w
-1
DOWNTO
J
*
g_usr_data_w
)
<=
deinterleaved_arr
(
J
*
2
*
c_nof_bf_modules
+
I
)
.
im
(
c_compl_dat_w
-1
DOWNTO
0
)
&
deinterleaved_arr
(
J
*
2
*
c_nof_bf_modules
+
I
)
.
re
(
c_compl_dat_w
-1
DOWNTO
0
);
deinterleaved_arr
(
J
*
2
*
c_nof_bf_modules
+
I
)
.
re
(
c_compl_dat_w
-1
DOWNTO
0
);
END
LOOP
;
END
LOOP
;
...
...
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