Skip to content
GitLab
Explore
Sign in
Register
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
3ecfb72b
Commit
3ecfb72b
authored
1 year ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
processed review comments
parent
f9aaad17
No related branches found
No related tags found
1 merge request
!332
Resolve HPR-122
Pipeline
#50653
passed
1 year ago
Stage: linting
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/src/vhdl/dp_field_blk.vhd
+6
-2
6 additions, 2 deletions
libraries/base/dp/src/vhdl/dp_field_blk.vhd
with
6 additions
and
2 deletions
libraries/base/dp/src/vhdl/dp_field_blk.vhd
+
6
−
2
View file @
3ecfb72b
...
@@ -36,8 +36,12 @@ USE work.dp_stream_pkg.ALL;
...
@@ -36,8 +36,12 @@ USE work.dp_stream_pkg.ALL;
-- . The initial (default) values of the override bits are passed via g_field_sel(one bit per field);
-- . The initial (default) values of the override bits are passed via g_field_sel(one bit per field);
-- . Both the SLV as the override (ovr) fields can be read back via MM;
-- . Both the SLV as the override (ovr) fields can be read back via MM;
-- . g_mode can be used to select in which mode dp_field_blk should work. Most of the time, the
-- . g_mode can be used to select in which mode dp_field_blk should work. Most of the time, the
-- default g_mode = 0 can be used. Forcing either source or sink mode could be done when the
-- default g_mode = 0 can be used. When using g_mode = 0, it is assumed that dp_field_blk must be
-- data sosi data length is larger than the field block.
-- used in source mode when g_snk_data_w > g_src_data_w, else in sink mode. This is a typical
-- application as it is often the case that the total width of the field block is larger than the
-- serial data width as shown in the example below. There are cases where the width of the
-- field-block is smaller than the serial data words. Therefore it is possible to force either sink
-- or source mode.
-- . g_mode = 0: auto select mode based on g_snk_data_w and g_src_data_w.
-- . g_mode = 0: auto select mode based on g_snk_data_w and g_src_data_w.
-- . g_mode = 1: use dp_field_blk in source mode regardless of g_*_data_w.
-- . g_mode = 1: use dp_field_blk in source mode regardless of g_*_data_w.
-- . g_mode = 2: use dp_field_blk in sink mode regardless of g_*_data_w.
-- . g_mode = 2: use dp_field_blk in sink mode regardless of g_*_data_w.
...
...
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