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
4204f735
Commit
4204f735
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
added description and warning for reg_wr_arr.
parent
ac269c09
No related branches found
Branches containing commit
No related tags found
1 merge request
!132
Renamed proc_dp_verify_sync_v2() into overloaded proc_dp_verify_sync() and...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/common/src/vhdl/common_reg_r_w_dc.vhd
+6
-0
6 additions, 0 deletions
libraries/base/common/src/vhdl/common_reg_r_w_dc.vhd
with
6 additions
and
0 deletions
libraries/base/common/src/vhdl/common_reg_r_w_dc.vhd
+
6
−
0
View file @
4204f735
...
...
@@ -44,6 +44,12 @@
-- In fact g_readback could better be called g_st_readback. An alternative
-- g_mm_readback could define direct read back in the MM clock domain and
-- would allow leaving the in_reg not connected.
-- . reg_wr_arr
-- Provides write access pulse in dp_clk domain. However the pulse may arrive
-- before the out_reg data, due to that the pulse and data do not cross the
-- clock domain in the same way. A solution would be to use a single
-- common_reg_cross_domain instance to transfer both the wr access info and
-- the data.
LIBRARY
IEEE
;
USE
IEEE
.
STD_LOGIC_1164
.
ALL
;
...
...
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