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
3cefd343
Commit
3cefd343
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into
L2SDP-569
parents
3ca9a876
a3c026a3
No related branches found
Branches containing commit
No related tags found
1 merge request
!192
Corrected missing quote that causes the compile to fail. I do not understand...
Pipeline
#23788
passed
3 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/src/vhdl/dp_offload_rx.vhd
+1
-1
1 addition, 1 deletion
libraries/base/dp/src/vhdl/dp_offload_rx.vhd
with
1 addition
and
1 deletion
libraries/base/dp/src/vhdl/dp_offload_rx.vhd
+
1
−
1
View file @
3cefd343
...
@@ -82,7 +82,7 @@ END dp_offload_rx;
...
@@ -82,7 +82,7 @@ END dp_offload_rx;
ARCHITECTURE
str
OF
dp_offload_rx
IS
ARCHITECTURE
str
OF
dp_offload_rx
IS
CONSTANT
c_symbol_w
:
NATURAL
:
=
sel_a_b
(
g_symbol_w
=
0
,
g_data_w
,
g_symbol_w
);
CONSTANT
c_symbol_w
:
NATURAL
:
=
sel_a_b
(
g_symbol_w
=
0
,
g_data_w
,
g_symbol_w
);
CONSTANT
c_nof_symbols_per_data
:
NATURAL
:
=
g_data_w
/
g
_symbol_w
;
CONSTANT
c_nof_symbols_per_data
:
NATURAL
:
=
g_data_w
/
c
_symbol_w
;
CONSTANT
c_nof_header_symbols
:
NATURAL
:
=
field_slv_len
(
g_hdr_field_arr
)
/
c_symbol_w
;
CONSTANT
c_nof_header_symbols
:
NATURAL
:
=
field_slv_len
(
g_hdr_field_arr
)
/
c_symbol_w
;
CONSTANT
c_field_sel
:
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
...
...
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