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

Added comment on internal and external flow control.

parent 29b7cfc4
No related branches found
No related tags found
1 merge request!100Removed text for XSub that is now written in Confluence Subband correlator...
...@@ -26,6 +26,10 @@ Idea / rule: Distinguish beteen state registers and pipeline registers. ...@@ -26,6 +26,10 @@ Idea / rule: Distinguish beteen state registers and pipeline registers.
the pipelining is added as a seperate stage. Either pipeline sosi if no flow control is needed the pipelining is added as a seperate stage. Either pipeline sosi if no flow control is needed
or pipeline siso if flow control is needed. For example: dp_block_resize.vhd, dp_block_select.vhd, or pipeline siso if flow control is needed. For example: dp_block_resize.vhd, dp_block_select.vhd,
dp_counter.vhd. dp_counter.vhd.
. Components that do not need input flow control can support external flow control by simply wiring the
output_siso to the input_siso.
. Components that do need input flow control can OR their input flow control with the external flow control
and wire that to the input_siso.
$RADIOHDL_WORK/applications/lofar2/doc/prestudy/ $RADIOHDL_WORK/applications/lofar2/doc/prestudy/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment