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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
f03d86f9
Commit
f03d86f9
authored
4 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added remark in description comment.
parent
d9eec25e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/src/vhdl/dp_interleave_n_to_one.vhd
+4
-1
4 additions, 1 deletion
libraries/base/dp/src/vhdl/dp_interleave_n_to_one.vhd
with
4 additions
and
1 deletion
libraries/base/dp/src/vhdl/dp_interleave_n_to_one.vhd
+
4
−
1
View file @
f03d86f9
...
@@ -59,8 +59,11 @@ USE work.dp_stream_pkg.ALL;
...
@@ -59,8 +59,11 @@ USE work.dp_stream_pkg.ALL;
-- ready in clk 4 but no new data --/
-- ready in clk 4 but no new data --/
--
--
-- Remark:
-- Remark:
--
The function needs r.ready because it also outputs when there is no valid
--
.
The function needs r.ready because it also outputs when there is no valid
-- input. The r.ready is the previous src_in.ready, so this assumes RL = 1.
-- input. The r.ready is the previous src_in.ready, so this assumes RL = 1.
-- . The pair of dp_interleave_n_to_one.vhd and dp_deinterleave_one_to_n.vhd
-- is simpler than dp_interleave because it goes to and from 1. The dp_folder
-- only supports n that is power of 2.
--
--
ENTITY
dp_interleave_n_to_one
IS
ENTITY
dp_interleave_n_to_one
IS
GENERIC
(
GENERIC
(
...
...
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