Skip to content
Snippets Groups Projects
Commit d0b30898 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Improved purpose and description.

parent 5b9c39af
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -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':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment