Skip to content
GitLab
Explore
Sign in
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
69ce2a19
Commit
69ce2a19
authored
10 years ago
by
Pepping
Browse files
Options
Downloads
Patches
Plain Diff
Added top comments
parent
dc3db9eb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/src/vhdl/dp_sync_checker.vhd
+18
-1
18 additions, 1 deletion
libraries/base/dp/src/vhdl/dp_sync_checker.vhd
with
18 additions
and
1 deletion
libraries/base/dp/src/vhdl/dp_sync_checker.vhd
+
18
−
1
View file @
69ce2a19
...
@@ -24,7 +24,24 @@
...
@@ -24,7 +24,24 @@
-- corrects if sync is too early or too late.
-- corrects if sync is too early or too late.
--
--
-- Description:
-- Description: The dp_sync_checker distinguishes three situations:
--
-- 1. SYNC is ok
-- In case the sync interval is as expected the input data is simply
-- passed through to the output.
--
-- 2. SYNC is too early
-- When the sync is too early the data is still passed to the output,
-- unitl the specief number of packets (g_nof_blk_per_sync) have been
-- send. The SYNC signal that was too early is suppressed and will not
-- be visible at the output. Once the g_nof_blk_per_sync packets have
-- been send to the output the dp_sync_checker will wait until a new
-- sync has arrived.
--
-- 3. SYNC is too late
-- When an expected SYNC is not found at the input the dp_sync_checker
-- will stop passing data to the output and wait for the next SYNC on
-- the input.
--
--
-- Remarks: Parsing of backpressure is not yet implemented, since it was not
-- Remarks: Parsing of backpressure is not yet implemented, since it was not
-- required for the first purpose of this block (in reorder_transpose).
-- required for the first purpose of this block (in reorder_transpose).
...
...
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