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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
d0b30898
Commit
d0b30898
authored
Apr 19, 2018
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Improved purpose and description.
parent
5b9c39af
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/base/dp/src/vhdl/dp_force_data_parallel.vhd
+6
-5
6 additions, 5 deletions
libraries/base/dp/src/vhdl/dp_force_data_parallel.vhd
libraries/base/dp/src/vhdl/dp_force_data_serial.vhd
+5
-2
5 additions, 2 deletions
libraries/base/dp/src/vhdl/dp_force_data_serial.vhd
with
11 additions
and
7 deletions
libraries/base/dp/src/vhdl/dp_force_data_parallel.vhd
+
6
−
5
View file @
d0b30898
...
...
@@ -22,14 +22,15 @@
--
-- Author: E. Kooistra, 7 apr 2017
-- Purpose:
-- Pass the sosi data fields or force them to zero. All other sosi fields
-- are passed on unchanged.
-- Force the sosi data,re,im field to constant or incrementing value in a
-- block or pass on.
--
-- See also dp_force_data_serial.vhd to force data at a specific index in
-- a block.
-- Description:
-- The force_en input dynamically enables or disables the entire force
-- function.
-- The dp_force_data_parallel affects all valid data in a block, it can set
-- the data to a constant or to an incrmenting series. To affect valid data
-- at a specific index in a block use dp_force_data_serial.
--
-- Default the force value is constant, but using the generics it can be
-- made to automatically increment for every valid and restart at sync or
-- sop.
...
...
This diff is collapsed.
Click to expand it.
libraries/base/dp/src/vhdl/dp_force_data_serial.vhd
+
5
−
2
View file @
d0b30898
...
...
@@ -22,10 +22,13 @@
--
-- Author: E. Kooistra, 27 jul 2017
-- Purpose:
-- Force the sosi data field at a certain index in series or pass on.
-- Force the sosi data,re,im field at a certain index in series or pass on.
--
-- See also dp_force_data_parallel.vhd to force blocks of data.
-- Description:
-- The force_en input dynamically enables or disables the entire force
-- function.
--
-- The force data, re, im values are controlled via MM and are kept, so they
-- do not support auto-increment. The force value, zero_n and index control
-- are signal inputs to allow control via MM:
...
...
@@ -33,6 +36,7 @@
-- passed on transparently.
-- . Dependent on force_zero data not at the index is forced to zero or passed
-- on transparently.
--
-- The generics g_index_period and g_index_sample_block_n define how the
-- force_index is used.
-- . Dependent on g_index_sample_block_n the index counts on the valid or on
...
...
@@ -43,7 +47,6 @@
-- . Typically When g_index_sample_block_n = TRUE then set g_index_period is
-- the block size. When g_index_sample_block_n = FALSE then set
-- g_index_period is the number of blocks per sync interval.
--
-- force_en = '0': pass on src_out = snk_in
-- force_en = '1':
...
...
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