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
90ffbf07
Commit
90ffbf07
authored
4 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added comment on internal and external flow control.
parent
29b7cfc4
Branches
Branches containing commit
No related tags found
1 merge request
!100
Removed text for XSub that is now written in Confluence Subband correlator...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/doc/prestudy/desp_hdl_design_article.txt
+4
-0
4 additions, 0 deletions
applications/lofar2/doc/prestudy/desp_hdl_design_article.txt
with
4 additions
and
0 deletions
applications/lofar2/doc/prestudy/desp_hdl_design_article.txt
+
4
−
0
View file @
90ffbf07
...
@@ -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/
...
...
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