Skip to content
GitLab
Explore
Sign in
Register
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
48d6c7fd
Commit
48d6c7fd
authored
3 years ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
processed review comment
parent
fb4e7246
Branches
Branches containing commit
No related tags found
1 merge request
!200
Resolve L2SDP-294
Pipeline
#24996
passed
3 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Show 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 @
48d6c7fd
...
...
@@ -253,8 +253,8 @@ BEGIN
-- No need to transfer eop counter across clock domains for single clock
ELSE
wr_eop_busy
<=
'0'
;
--
T
o prevent inferred latch.
wr_eop_new
<=
'0'
;
--
T
o prevent inferred latch.
wr_eop_busy
<=
'0'
;
--
Not used here, fix value t
o prevent inferred latch.
wr_eop_new
<=
'0'
;
--
Not used here, fix value t
o prevent inferred latch.
IF
snk_in
.
eop
=
'1'
THEN
wr_eop_cnt
<=
1
;
-- wr_eop_cnt can simply be set to 1 instead of counting as it is immidiatly processed due to having a single clock.
ELSE
...
...
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