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
d2c33d21
Commit
d2c33d21
authored
3 years ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
processed review comments
parent
2a8f137b
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/src/vhdl/dp_fifo_fill_eop.vhd
+2
-2
2 additions, 2 deletions
libraries/base/dp/src/vhdl/dp_fifo_fill_eop.vhd
with
2 additions
and
2 deletions
libraries/base/dp/src/vhdl/dp_fifo_fill_eop.vhd
+
2
−
2
View file @
d2c33d21
...
...
@@ -185,7 +185,7 @@ BEGIN
);
-- Transfer eop counter across clock domains for dual clock
gen_
dp_fifo
_dc
:
IF
g_use_dual_clock
=
TRUE
GENERATE
gen_
rd_eop_cnt
_dc
:
IF
g_use_dual_clock
=
TRUE
GENERATE
reg_wr_eop_cnt
<=
TO_UVEC
(
wr_eop_cnt
,
c_word_w
);
u_common_reg_cross_domain
:
ENTITY
common_lib
.
common_reg_cross_domain
PORT
MAP
(
...
...
@@ -202,7 +202,7 @@ BEGIN
END
GENERATE
;
-- No need to transfer eop counter across clock domains for single clock
gen_
dp_fifo
_sc
:
IF
g_use_dual_clock
=
FALSE
GENERATE
gen_
rd_eop_cnt
_sc
:
IF
g_use_dual_clock
=
FALSE
GENERATE
wr_fifo_usedw
<=
rd_fifo_usedw
;
rd_eop_new
<=
'1'
;
END
GENERATE
;
...
...
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