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
5bbd00c8
Commit
5bbd00c8
authored
7 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added reference to dp_counter.vhd.
parent
f1ef3f04
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/base/dp/src/vhdl/dp_block_gen.vhd
+2
-0
2 additions, 0 deletions
libraries/base/dp/src/vhdl/dp_block_gen.vhd
libraries/base/dp/src/vhdl/dp_block_gen_valid_arr.vhd
+1
-0
1 addition, 0 deletions
libraries/base/dp/src/vhdl/dp_block_gen_valid_arr.vhd
with
3 additions
and
0 deletions
libraries/base/dp/src/vhdl/dp_block_gen.vhd
+
2
−
0
View file @
5bbd00c8
...
@@ -59,6 +59,8 @@
...
@@ -59,6 +59,8 @@
--
--
-- Remarks:
-- Remarks:
-- . Ready latency (RL) = 1
-- . Ready latency (RL) = 1
-- . Alternatively consider using dp_block_gen_valid_arr.vhd or
-- dp_counter.vhd.
LIBRARY
IEEE
,
common_lib
;
LIBRARY
IEEE
,
common_lib
;
...
...
This diff is collapsed.
Click to expand it.
libraries/base/dp/src/vhdl/dp_block_gen_valid_arr.vhd
+
1
−
0
View file @
5bbd00c8
...
@@ -124,6 +124,7 @@
...
@@ -124,6 +124,7 @@
-- - dp_block_gen.vhd when snk_in.valid is used for flow control (so when
-- - dp_block_gen.vhd when snk_in.valid is used for flow control (so when
-- g_use_src_in=FALSE). This is why thsi dp_block_gen_valid_arr is called
-- g_use_src_in=FALSE). This is why thsi dp_block_gen_valid_arr is called
-- with '_valid' in its name.
-- with '_valid' in its name.
-- - dp_counter.vhd
-- - dp_paged_sop_eop_reg.vhd
-- - dp_paged_sop_eop_reg.vhd
-- - dp_fifo_info.vhd
-- - dp_fifo_info.vhd
-- - dp_sync_checker.vhd
-- - dp_sync_checker.vhd
...
...
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