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
cfd7f032
Commit
cfd7f032
authored
10 years ago
by
Daniel van der Schuur
Browse files
Options
Downloads
Patches
Plain Diff
-renamed generic/constant.
parent
e6cbcdfc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/src/vhdl/dp_offload_rx.vhd
+2
-2
2 additions, 2 deletions
libraries/base/dp/src/vhdl/dp_offload_rx.vhd
with
2 additions
and
2 deletions
libraries/base/dp/src/vhdl/dp_offload_rx.vhd
+
2
−
2
View file @
cfd7f032
...
...
@@ -60,7 +60,7 @@ ARCHITECTURE str OF dp_offload_rx IS
CONSTANT
c_nof_header_words
:
NATURAL
:
=
field_slv_len
(
g_hdr_field_arr
)
/
g_data_w
;
CONSTANT
c_
ovr_init
:
STD_LOGIC_VECTOR
(
g_hdr_field_arr
'RANGE
)
:
=
(
OTHERS
=>
'0'
);
-- Not used in sink mode but requires set range
CONSTANT
c_
field_sel
:
STD_LOGIC_VECTOR
(
g_hdr_field_arr
'RANGE
)
:
=
(
OTHERS
=>
'0'
);
-- Not used in sink mode but requires set range
SIGNAL
dp_split_src_out_2arr
:
t_dp_sosi_2arr_2
(
g_nof_streams
-1
DOWNTO
0
);
SIGNAL
dp_split_src_in_2arr
:
t_dp_siso_2arr_2
(
g_nof_streams
-1
DOWNTO
0
);
...
...
@@ -117,7 +117,7 @@ BEGIN
u_dp_field_blk
:
ENTITY
work
.
dp_field_blk
GENERIC
MAP
(
g_field_arr
=>
field_arr_set_mode
(
g_hdr_field_arr
,
"RO"
),
g_
ovr_init
=>
c_ovr_init
,
g_
field_sel
=>
c_field_sel
,
g_snk_data_w
=>
c_dp_field_blk_snk_data_w
,
--g_data_w,
g_src_data_w
=>
c_dp_field_blk_src_data_w
--field_slv_in_len(field_arr_set_mode(g_hdr_field_arr , "RO"))
)
...
...
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