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
4247f76d
Commit
4247f76d
authored
7 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Use dp_concat_field_blk.vhd instead of dp_offload_tx.vhd.
parent
a8a066d5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/apertif/designs/apertif_unb1_correlator/src/vhdl/apertif_unb1_correlator_vis_offload.vhd
+9
-14
9 additions, 14 deletions
...rrelator/src/vhdl/apertif_unb1_correlator_vis_offload.vhd
with
9 additions
and
14 deletions
applications/apertif/designs/apertif_unb1_correlator/src/vhdl/apertif_unb1_correlator_vis_offload.vhd
+
9
−
14
View file @
4247f76d
...
...
@@ -108,9 +108,6 @@ ARCHITECTURE wrap OF apertif_unb1_correlator_vis_offload IS
CONSTANT
c_nof_hdr_words
:
NATURAL
:
=
field_slv_len
(
c_hdr_field_arr
)
/
c_tech_tse_data_w
;
CONSTANT
c_nof_offload_streams
:
NATURAL
:
=
1
;
CONSTANT
c_nof_words_per_block
:
NATURAL
:
=
2
*
g_nof_visibilities
;
-- factor 2 because of 64b->32b interleaving.
CONSTANT
c_nof_blocks_per_packet
:
NATURAL
:
=
1
;
SIGNAL
dp_offload_tx_snk_in_arr
:
t_dp_sosi_arr
(
c_nof_offload_streams
-1
DOWNTO
0
);
SIGNAL
dp_offload_tx_snk_out_arr
:
t_dp_siso_arr
(
c_nof_offload_streams
-1
DOWNTO
0
);
...
...
@@ -139,13 +136,11 @@ BEGIN
---------------------------------------------------------------------------------------
snk_out
<=
dp_offload_tx_snk_out_arr
(
0
);
u_dp_
offload_tx
:
ENTITY
dp_lib
.
dp_
offload_tx
u_dp_
concat_field_blk
:
ENTITY
dp_lib
.
dp_
concat_field_blk
GENERIC
MAP
(
g_nof_streams
=>
c_nof_offload_streams
,
g_data_w
=>
c_tech_tse_data_w
,
g_use_complex
=>
FALSE
,
g_nof_words_per_block
=>
c_nof_words_per_block
,
g_nof_blocks_per_packet
=>
c_nof_blocks_per_packet
,
g_data_w
=>
c_tech_tse_data_w
,
-- = c_word_sz = 32b
g_symbol_w
=>
c_tech_tse_data_w
,
-- = c_word_sz = 32b
g_hdr_field_arr
=>
c_hdr_field_arr
,
g_hdr_field_sel
=>
c_hdr_field_sel
)
...
...
@@ -165,7 +160,7 @@ BEGIN
src_out_arr
=>
dp_offload_tx_src_out_arr
,
src_in_arr
=>
dp_offload_tx_src_in_arr
,
hdr_fields_in_arr
=>
hdr_fields_in_arr
hdr_fields_in_arr
=>
hdr_fields_in_arr
-- hdr_fields_in_arr(i) is considered valid @ snk_in_arr(i).sop
);
src_out
<=
dp_offload_tx_src_out_arr
(
0
);
...
...
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